Author Topic: Problem with Build Option (not clickable)  (Read 4694 times)

Offline Bruno_MG

  • Single posting newcomer
  • *
  • Posts: 2
Problem with Build Option (not clickable)
« 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:



Observe that the "build option" is off.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Problem with Build Option (not clickable)
« Reply #1 on: March 07, 2013, 01:52:12 am »
Just create a project:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Bruno_MG

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem with Build Option (not clickable)
« Reply #2 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 ?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Problem with Build Option (not clickable)
« Reply #3 on: March 08, 2013, 01:13:29 am »
You get access to the build options:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Problem with Build Option (not clickable)
« Reply #4 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.).