Thanks Jens for you reply. I am however not really certain yet about what I should do. I have attached a screenshot of the window with the fields I am trying to fill out. Could you supply me with what I need to fill out in the remaining empty fields (base and obj) and correct me if I have filled out some fields incorrectly. Thanks in advance
Don't use the globa compile rvariables for the project (if you use the codeblocks-dev package, which includes a pkg-config file for C::B).
To verify, that the pkg-config file exists, just run pkg-config codeblocks --cflags from a console. It should output something like:$ pkg-config codeblocks --cflags
-I/usr/include/codeblocks -I/usr/include/codeblocks/tinyxml -I/usr/include/codeblocks/scripting/include -I/usr/include/codeblocks/scripting/bindings -I/usr/include/codeblocks/scripting/sqplus -I/usr/include/codeblocks/wxscintilla/include
If that's the case, you don't need the cb-variable.Just do all the changings I posted before in the projects "Build Options" (and the sources).
If you want to try it with the existing project-file, just use /usr as base and leave the objs empty.
You still have to make changes to the projects build options.
$(#cb)/include should become $(#cb.include)
$(#cb)/sdk/wxscintilla/include should become $(#cb.include)/wxscintilla/include
$(#cb)/devel should become $(#cb.lib)
And the cflags and lflags entries have to be surrounded by backticks ( "`").