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
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 :)
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)
Two weeks max. With any luck, only one week! :)
What is the current ETA?
perhaps you can try out CB-cvs? That one already has unicode support in it.
although the new version might be very close! :)
-st3vie