Code::Blocks Forums

User forums => Help => Topic started by: bitreacter on November 25, 2011, 04:43:08 pm

Title: "Project build options" window missing options
Post by: bitreacter on November 25, 2011, 04:43:08 pm
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)
Title: Re: "Project build options" window missing options
Post by: bitreacter on November 25, 2011, 04:46:25 pm
I am on LinuxMint10 x64 and running codeblocks 10.05
Title: Re: "Project build options" window missing options
Post by: Jenna on November 25, 2011, 05:35:03 pm
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.
Title: Re: "Project build options" window missing options
Post by: bitreacter on November 25, 2011, 06:47:54 pm
You were fully right.
Thank you so much!!
Now I can set my linker settings.
regards,
jo