News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Ubuntu (hoary) make error

Started by SWAT, September 03, 2005, 03:42:51 PM

Previous topic - Next topic

SWAT

When I do a "make -f Makefile.unix", the make command exits right here:

.........
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

rickg22

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 :)

SWAT

#2
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)

rickg22

Two weeks max. With any luck, only one week! :)

SWAT


st3vie

perhaps you can try out CB-cvs? That one already has unicode support in it.

although the new version might be very close! :)

-st3vie