Win Release Configuration has debug libs dependencies

Discussion about CodeLite development process and patches
Roey
CodeLite Enthusiast
Posts: 43
Joined: Fri Aug 22, 2008 1:32 am
Contact:

Win Release Configuration has debug libs dependencies

Post by Roey »

Hi there,

I've got the source from SVN (2 hours ago) and trying to compile codelite (WIn Release Unicode). But get the following error:

c:/mingw-4.4.1/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lplugin_sdkud
c:/mingw-4.4.1/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lCodeLiteud
c:/mingw-4.4.1/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lwxscintillaud

Obviously this is due to the fact I've never compiled the debug version before.

But Shouldn't the Win Release configuration libs be changed to the release version libs and not the debug ones for these 3?

Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Win Release Configuration has debug libs dependencies

Post by eranif »

Please post the complete build log (as an attachment)
I cant really tell where the problem is by reading this 3 lines...
Eran
Make sure you have read the HOW TO POST thread
Roey
CodeLite Enthusiast
Posts: 43
Joined: Fri Aug 22, 2008 1:32 am
Contact:

Re: Win Release Configuration has debug libs dependencies

Post by Roey »

Oh,

Sorry, but should have been a bit more descriptive...

If you look at the configuration manager, for Win Release Unicode, you'll see that CodeFormatter is set to WinDebugUnicode. This needs to change to the release version and problem solved.

What I forgot to mention is that the errors above appear when trying to build CodeFormatter.

Is this clear enough or do you still need the full build log?

Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Win Release Configuration has debug libs dependencies

Post by eranif »

This was already fixed.

You should probably do 'svn update' followed by 'Reload Workspace'
Let me know if it still fails
Eran
Make sure you have read the HOW TO POST thread
Post Reply