Dolphin, the GameCube and Wii emulator - Forums
Error compiling Dolphin - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: Error compiling Dolphin (/Thread-error-compiling-dolphin)

Pages: 1 2


Error compiling Dolphin - Xtreme2damax - 08-25-2009

Is anyone else getting this error?

Code:
Error    25    fatal error LNK1181: cannot open input file 'wxbase28u.lib'    Plugin_Wiimote

I get that error for all of the plugins and am not sure if something was broken or if it's just my Visual Studio install.

I recently ditched Vista and installed Windows 7, so I'm not sure if there is something fubar in my VS2008 install.


RE: Error compiling Dolphin - nosound97 - 08-25-2009

Seems to be strange, error shows only Wiimote plugin error. Have you installed VC++ Redistributable? Also, moved to right section.


RE: Error compiling Dolphin - Xtreme2damax - 08-25-2009

Well I only copied the error for the Wiimote plugin, there were other errors for the rest of the plugins. Yes the latest Visual C++ Redistributable 2008, the latest DirectX and DirectX SDK (March 2009) are installed.


RE: Error compiling Dolphin - James333 - 08-25-2009

same here Sad

from rev 4034 -->4048

I will try rebuild all


RE: Error compiling Dolphin - nosound97 - 08-25-2009

Something is wrong with wxWidgets probably, typo in code or maybe missing files, you should try to do checkout on the same project again


RE: Error compiling Dolphin - James333 - 08-25-2009

I tried to do checkout again but there was no changes , and trying to rebuild all doesn't fix anything


Edit : I use the SlikSvn and Visual c++ 2008 express edition
Maybe the changes in 4045-4046?


RE: Error compiling Dolphin - CacoFFF - 08-25-2009

There are 2 solutions now.
Compile externals, once done, compile dolphin as many times as you want.


RE: Error compiling Dolphin - Xtreme2damax - 08-25-2009

(08-25-2009, 07:38 AM)CacoFFF Wrote: There are 2 solutions now.
Compile externals, once done, compile dolphin as many times as you want.

That's what I figured, and what I was trying to do before I read your post.

Good thing I was right in figuring it out. Tongue

P.S. Another bright idea in the world of JP to move the externals outside the repository. Confused


RE: Error compiling Dolphin - James333 - 08-25-2009

I can't compile all the externals solution . My version of visual c++ doesn't support solution folders D: ( wxWidgets ¬¬ )

Anyone know another compiler that I can use ? Big Grin


RE: Error compiling Dolphin - nerji - 08-27-2009

I get the same error as james333