Re: [anjuta-list] How to work with Anjuta



Sebastien,

On Mon, Feb 15, 2016 at 3:02 PM, Sébastien Granjoux <seb sfo free fr> wrote:
Hi,


Le 15/02/2016 17:41, Igor Korot a écrit :

I opened "Project -> Properties" menu and then click on "More Options".
Then I
added the results of "wx-config --libs" to the "Linker flags" and
"wx-config
--cxxflags" to "C++ compiler flags" and tried to build the project.

More information:
Looking at /home/igor/<my_app>/Debug/Makefile, I see that my addition
is ended up
in AM_CXXFLAGS and AM_LDFLAGS, but they are not used in building the code.


You can try to set those configuration in the "Target Properties", so select
a target (= your program or your library) and then click on
Project->Properties and "More options", you will get a similar dialog
allowing you to set properties for a particular program.

Didn't help. I still see errors on compilation.


I'm not sure, but it's possible that the AM_* properties are used only for
target defined in the same directory. So if your program sources are in
another directory, you can try to set the properties of the group (the
directory) containing your target.

And how do I do that? Because my sources are in a different directory.


Another possible explanation, is that you already have target specific
properties and it replaces all AM_* properties.

Is there a way to check?

Thank you.



Regards,

Sébastien


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]