Code::Blocks Forums

User forums => Help => Topic started by: Bruno_MG on March 07, 2013, 01:00:46 am

Title: Problem with Build Option (not clickable)
Post by: Bruno_MG on March 07, 2013, 01:00:46 am
I am trying to install a library (libcurl), but according to some information tutorials, you would click in "build options" tab "project", but this option does not appear for me.

Does anyone know what causes this problem and how to fix it?

Thank you all.

Pic of problem:

(http://i45.tinypic.com/34yb66g.png)

Observe that the "build option" is off.
Title: Re: Problem with Build Option (not clickable)
Post by: oBFusCATed on March 07, 2013, 01:52:12 am
Just create a project:)
Title: Re: Problem with Build Option (not clickable)
Post by: Bruno_MG on March 08, 2013, 12:43:01 am
Just create a project:)

Thanks!.. I has working with a "empty file"...

What's the difference if I compile a code in a "empty file" or compile a code as project ?
Title: Re: Problem with Build Option (not clickable)
Post by: oBFusCATed on March 08, 2013, 01:13:29 am
You get access to the build options:)
Title: Re: Problem with Build Option (not clickable)
Post by: Jenna on March 08, 2013, 07:11:06 am
And you can create "real" applications containing multiple source files and multiple targets (e.g. for cross-platform developing, for debug and release builds, etc.).