Code::Blocks Forums

User forums => Help => Topic started by: SWAT on September 03, 2005, 03:42:51 pm

Title: Ubuntu (hoary) make error
Post by: SWAT on September 03, 2005, 03:42:51 pm
When I do a "make -f Makefile.unix", the make command exits right here:
Code
.........
Calculating dependencies for sdk/editorlexerloader.cpp...
Calculating dependencies for sdk/editormanager.cpp...
sdk/editormanager.cpp:127:107: pasting "LL" and "L"ID_EditorManagerCloseButton"" does not give a valid preprocessing token
make: *** [.deps/sdk/editormanager.d] Error 1
Title: Re: Ubuntu (hoary) make error
Post by: rickg22 on September 03, 2005, 05:27:01 pm
Heh :lol: that was a unicode error... version RC1 doesn't support unicode yet. You need to compile wxGTK with unicode disabled (see the wiki)
On the other hand, unicode IS supported in the upcoming RC2 :)
Title: Re: Ubuntu (hoary) make error
Post by: SWAT on September 04, 2005, 02:15:18 am
When will the RC2 be released? If you don't really know, just give me a 'probabilty' date. This is crucial for me, because it's the choice between using Codeblocks or another IDE. (I'm too lazy to apt-get remove wxwidgets and then compile/install it manually)
Title: Re: Ubuntu (hoary) make error
Post by: rickg22 on September 04, 2005, 04:55:45 am
Two weeks max. With any luck, only one week! :)
Title: Re: Ubuntu (hoary) make error
Post by: SWAT on September 20, 2005, 12:33:10 pm
What is the current ETA?
Title: Re: Ubuntu (hoary) make error
Post by: st3vie on September 21, 2005, 03:18:35 pm
perhaps you can try out CB-cvs? That one already has unicode support in it.

although the new version might be very close! :)

-st3vie