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



Hi Igor,


Le 15/02/2016 21:27, Igor Korot a écrit :
You can try to set those configuration in the "Target Properties"
Didn't help. I still see errors on compilation.

Do you see some changes in the Makefile.am file. Normally you should have a new variable named _your_program_* with those options.


I'm not sure, but it's possible that the AM_* properties are used only for
target defined in the same directory.
And how do I do that? Because my sources are in a different directory.

Instead of selecting your target, you select the group where your target is located and you set the properties. It should generate two variables AM_* in the Makefile.am where your target is defined.


Another possible explanation, is that you already have target specific
properties and it replaces all AM_* properties.
Is there a way to check?

If it is the case, in the Makefile.am where your target (=program) is defined you will have some variable named with your program instead of the AM_ prefix.


Regards,

Sébastien


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