Re: trouble adding new macros to my configure.ac

2009-04-22 Thread Alberto Luaces
El Miércoles 22 Abril 2009ES 10:52:05 Nina Nordstrom escribió: > Hello, > I have an autoconf problem I am trying to solve: Basically I need to add > new macros and use them in configure.ac... specifically, I would like to > add a macro called AX_GCC_ARCHFLAG found in the autoconf macro archive > so

Re: biginner in an embedded program

2009-04-28 Thread Alberto Luaces
Hello Nicolas, El Lunes 27 Abril 2009ES 12:13:50 ORMANCEY Nicolas escribió: >             Can I insert the macro on the project to level configure.ac or > Makefile.in or should I insert it in the directory of the code that uses > the header. If I understand you correctly, you have to use some add

Re: biginner in an embedded program

2009-04-29 Thread Alberto Luaces
Hi Nicolas, you should keep the discussion in the mailing list, in order that others can also help you. That said, On Wednesday 29 April 2009 12:20:05 you wrote: > Hi Alberto, > > So I have declared > CPPFLAGS and LDFLAGS on my Makefile.am > And added in my configure.AC > CPPFLAGS = -I/myPath/i

Re: What IDEs support autoconf-based projects ?

2009-07-17 Thread Alberto Luaces
El Viernes 17 Julio 2009ES 05:25:42 Peter Lee escribió: > From the current thread, this list can be: [snip] > microsoft visual studio, No, Peter: Microsoft visual studio won't maintain, import nor export an autoconf project unless you use it as a plain editor to modify autoconf files.

Re: What IDEs support autoconf-based projects ?

2009-07-17 Thread Alberto Luaces
Thomas, El Viernes 17 Julio 2009ES 11:04:42 Thomas Dickey escribió: > probably the same can be said of the other proposed examples. > (by the way, all are extensible, so references to that aspect are moot). I have personally tried Kdevelop version 3 and indeed it *understands* and modifies autoc

Re: project in multiply directories

2009-09-28 Thread Alberto Luaces
Hello Maxim, I recommend you to read the tutorial at http://www.lrde.epita.fr/~adl/autotools.html . It addresses all of your questions. See below: > i am triing to produce such functionality: > 1) source file from one subdirectory can include source file from another > directory. For example,

Caching pkgdatadir in configure

2009-10-14 Thread Alberto Luaces
Hello, I wrote a program that uses data files at runtime. I store them in $pkgdatadir, and it works fine. Sometimes I want to execute the program without installing it. To do this, I change the value of the $pkgdatadir variable at make time: make pkgdatadir=... I wonder if I could modify and ca

Re: Caching pkgdatadir in configure

2009-10-14 Thread Alberto Luaces
Mike Frysinger writes: > On Wednesday 14 October 2009 07:37:33 Alberto Luaces wrote: >> Is it possible to do what I want? >> >> 1. If pkgdatadir is not specified at configure time, follow the FHS or >> GNU guidelines. >> 2. If pkgdatadir is specified, store

Re: Caching pkgdatadir in configure

2009-10-14 Thread Alberto Luaces
Alberto Luaces writes: > Mike Frysinger writes: > >> On Wednesday 14 October 2009 07:37:33 Alberto Luaces wrote: >>> Is it possible to do what I want? >>> >>> 1. If pkgdatadir is not specified at configure time, follow the FHS or >>> GNU guidelin

Re: Caching pkgdatadir in configure

2009-10-19 Thread Alberto Luaces
Mike Frysinger writes: [...] > if you use the line i mentioned in the configure.ac, then you can change the > default path via the normal --foodir= configure options, or doing: > make clean > make pkgdatadir=/foo > > since the pkgdatadir is expanded at the make level, you dont need to re-run >

Re: Qt4 autoconf macros

2010-11-17 Thread Alberto Luaces
santilistas writes: > Frederik Heber1 escribió: >> Hey there, >> >> one look into autoconf archives at >> http://ac-archive.sourceforge.net/ac-archive/ revealed: bnv_have_qt >> ... which however is from 2006. >> > Yes, I knew that, but it is for Qt3 and I need it for Qt4. > >> I do use one other m

Re: glib-object.h: Datei oder Verzeichnis nicht gefunden -- while running make

2011-11-28 Thread Alberto Luaces
David Boesner writes: > Hi everyone, > > I am new to autotools. I have problem. > > I receive the following errormessage if I run make: > > /include/gtspiContext.h:7:25: schwerwiegender Fehler: glib-object.h: Datei > oder Verzeichnis nicht gefunden > > In English: Datei oder Verzeichnis nicht g

Re: Autoconf distributions and xz dependency

2012-03-06 Thread Alberto Luaces
Warren Young writes: > On 3/2/2012 8:16 PM, Mike Frysinger wrote: >> On Friday 02 March 2012 20:08:54 James K. Lowden wrote: >>> On Fri, 02 Mar 2012 16:48:07 -0700 Warren Young wrote: I still use systems[*] that don't have tar -J, >>> [...] > > I disagree with James' solution to add xz to l