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



Sebastien,

On Mon, Feb 15, 2016 at 3:35 PM, Sébastien Granjoux <seb sfo free fr> wrote:
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.

This is what I see in the project window:

dbhandler_app
    |
    |
    |----------> po
    |
    |
    |---------> src
                  |---------> dbhandler
                  .....  set of .cpp/.h files

I tried to set the properties for dbhandler_app and dbhandler. Both ways failed.

I can try to zip my project and send it to you for investigation as I'm not very
familiar with autotools.

Thank you.




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]