How to set up a "Build Order" in Anjuta?

View: New views
2 Messages — Rating Filter:   Alert me  

How to set up a "Build Order" in Anjuta?

by ikorot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, ALL,
How to set up a "Build Order" in Anjuta?
I just installed Anjuta-2.24.2 on my Gentoo box, but I can't find where to set this.
I have a project with some dynamic linking library (.so) and some of them depends
on the other one, so I need to build the original library first and then the dependant
library later.

Also, where should I set the include directory for the project?
I found where to add the library to link to, but there is nothing where to put the include
option...

Thank you.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

Re: How to set up a "Build Order" in Anjuta?

by Johannes Schmid-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

First, try to update to a more recent version...

Anyway, you can only set the build-order by manually changing the order
of SUBDIRS in the top-level Makefile.am. If the libraries you depend on
are supporting pkg-config, you can configure them in
Project->Properties. Otherwise you can set the CFLAGS and INCLUDES in
the "Advanced" field of the target/group (right-click in the
project-manager).

Regards,
Johannes

Am Dienstag, den 29.09.2009, 22:06 -0700 schrieb ikorot@...:

> Hi, ALL,
> How to set up a "Build Order" in Anjuta?
> I just installed Anjuta-2.24.2 on my Gentoo box, but I can't find where to set this.
> I have a project with some dynamic linking library (.so) and some of them depends
> on the other one, so I need to build the original library first and then the dependant
> library later.
>
> Also, where should I set the include directory for the project?
> I found where to add the library to link to, but there is nothing where to put the include
> option...
>
> Thank you.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list@...
> https://lists.sourceforge.net/lists/listinfo/anjuta-list


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

signature.asc (204 bytes) Download Attachment