User forums > General (but related to Code::Blocks)
codeblocks wxWidgets 3.0 on openSuSe 13.2
frithjofh:
hi everybody,
has somebody ever made some tries compiling c::b with wxWidgets 3.0 on openSuSE 13.2 ?
Got any results?
regards
oBFusCATed:
Night builds should compile fine. If not please post the error messages, so we can look it up.
But there might be problems at runtime, because the porting to wx30 hasn't finished.
frithjofh:
hi and thx for the answer...
so, I built it and everything worked fine, but now I have to start it...
it gives me this message in a pop up window:
Cannot find resources...
Code::Blocks was configured to be installed in '/home/fri/Programmieren/cb_svn/trunk/srd/devel30/share/codeblocks'.
Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR environment variable to point where Code::Blocks is installed,
or try re-installing the application...
maybe its because I am really lacking sleep, but I can help myself here...
any hints appreciated
regards
frithjofh:
OK, forgot the update30 command...
sorry
frithjofh:
working now.
had to make some changes in source code because I compiled against wxWidgets 3.0 STD (the default coming with opensSuSE 13.2)
only minor changes though, all due to STD:
- putting auto where compiler claimed not knowing some types (compatibility_iterator).
- adding some .c_strg() here and there, mainly in the loggers.h/loggers.cpp.
- making a change sc_wxtypes.cpp in registering wxArraystring to squirrel (had to split it up: some functions wxArrayString, some wxArrayStringBase) (why?).
many dialogues really fumbled up (why?). some gui elements pretty ugly (why?).
but working
was fun
Navigation
[0] Message Index
[#] Next page
Go to full version