hi,
I'm new to codeblocks and have a strange problem with my project build options window.
I can't configure my linker- and search-settings any more.
It seems as a part of the window doesn't appear and I don't know any other way to include .h-files to my project.
I've tried to reinstall codeBlocks, but it's still the same.
Does anyone have a idea for me?
Thanks in advance!
jo
(https://lh5.googleusercontent.com/-HvP_6sN9rOU/Ts-wGlCPGzI/AAAAAAAAChA/nS-GPpTSUWY/s640/Auswahl_032.jpg)
I am on LinuxMint10 x64 and running codeblocks 10.05
It looks like you have checked "This is a custom makefile" in the Projects "Properties->Project settings".
Setting include libs and search paths is not valid for makefile based projects, because this has to be done by the makefile itself.
You were fully right.
Thank you so much!!
Now I can set my linker settings.
regards,
jo