When I do the Hello World tutorial and I generate code I do not get any changes to MainDialog.cpp so then I tried
a Build or Rebuild and get errors, the first was wx-config not found
I think there is a wxCrafter issue due to lack of updates to the MainDialog.cpp
log here:
Code: Select all
/bin/sh -c 'make -j 4 -e -f "HelloWorld_wsp.mk"'
----------Building project:[ HelloWorld - Debug ]----------
make[1]: wx-config: Command not found
make[1]: Entering directory `/home/tom/workspace/CodeLite1/HelloWorld'
make[1]: wx-config: Command not found
g++ -c "/home/tom/workspace/CodeLite1/HelloWorld/wxcrafter.cpp" -g -O0 -Wall -o ./Debug/wxcrafter.o -I. -I.
wxcrafter_bitmaps.cpp:16:20: error: missing binary operator before token "("
make[1]: *** [Debug/wxcrafter_bitmaps.o.d] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /home/tom/workspace/CodeLite1/HelloWorld/wxcrafter.cpp:6:0:
/home/tom/workspace/CodeLite1/HelloWorld/wxcrafter.h:9:25: fatal error: wx/settings.h: No such file or directory
compilation terminated.
make[1]: *** [Debug/wxcrafter.o] Error 1
make[1]: Leaving directory `/home/tom/workspace/CodeLite1/HelloWorld'
make: *** [All] Error 2
2 errors, 1 warnings
I did notice in the TRACE tab
Code: Select all
08:41:46 AM: Symbols file loaded into OS file system cache (0 seconds)
08:42:04 AM: Warning: Resource files must have same version number.
Tom