> "Jeroen" == Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> writes:
Jeroen> Now, under FreeBSD we only define /usr/include. So I want to
Jeroen> add something like
Jeroen> case "$host" in
Jeroen> *-freebsd*)
Jeroen> CPPFLAGS="-I/usr/local/include"
Jeroen> esac
Jeroen> to configu
Hi guys,
for the past few days I have been having trouble specifying compiler
flags.
It seems that using autoconf 2.13 under Linux that a
AC_CHECK_HEADERS(ggi/gii.h ggi/ggi.h)
works as you'd expect, e.g. it detect /usr/local/include/ggi/ggi.h and
such.
Now, under FreeBSD we only define /usr/i
Akim Demaille wrote:
| well, it is *not* defined, it is *used* in your second configure.in.
| I suppose glib.m4 or so must be available somewhere. Do you have the
| sources of glib? You probably should. Ask help to the MC guys, your
| problem does not appear to have anything to do with a bad A
Akim Demaille wrote:
| well, it is *not* defined, it is *used* in your second configure.in.
| I suppose glib.m4 or so must be available somewhere. Do you have the
| sources of glib? You probably should. Ask help to the MC guys, your
| problem does not appear to have anything to do with a bad A
> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> It is defined in configure.in, and I don't know how can I tell
Gabor> to the script, that glib is installed in /usr/local
well, it is *not* defined, it is *used* in your second configure.in.
I suppose glib.m4 or so must be availabl
> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> | Take the definition of the macro, paste it in a file
Gabor> m4/glibpath.m4. | | That's all :)
Gabor> Heh, but how? What is the definition of macro? And I don't
Gabor> have m4 directory. It is /usr/share/aclocal? Please, make m
| Take the definition of the macro, paste it in a file m4/glibpath.m4.
|
| That's all :)
Heh, but how? What is the definition of macro?
And I don't have m4 directory. It is /usr/share/aclocal?
Please, make me the glibpath.m4 and in the future I know,
how must I do a new one. :)
> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> Can you please explain me how can I add AM_GLIB_PATH into a
Gabor> sample m4 file? Thanks.
Take the definition of the macro, paste it in a file m4/glibpath.m4.
That's all :)
Akim
Akim Demaille wrote:
| Gabor> Midnight Commander CVS. I delete every autoconf/automake
| Gabor> related files from my host, and install the last releases. Let
| Gabor> see, what happend.
|
| I don't see any commands here. What is it that you run? If it is
| `make', could you try to do it step
> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> Midnight Commander CVS. I delete every autoconf/automake
Gabor> related files from my host, and install the last releases. Let
Gabor> see, what happend.
I don't see any commands here. What is it that you run? If it is
`make', co
| : 2.14.1 doesn't exist!
|
| It did for a short time. I assume you use the autoconf CVS repository.
Yep, sorry, I should have said no longer exists.
| : ifelse([$3], [],
| :[$3], [yes],
| :[$3], [no],
| :[AC_FATAL([$0: invalid attribute `$3'])])dnl
|
| I'm reading up
On Thu, Feb 17, 2000 at 04:29:29PM +0100, Akim Demaille wrote:
: | On Thu, Feb 17, 2000 at 02:12:19PM +0100, Akim Demaille wrote:
: | : It'd be much easier if you could send what you have, and how it fails.
: |
: | Well, since I figured out the problem but didn't know how to implement
: | "compil
Akim Demaille wrote:
| You also need to find where all the macros AM_PATH_GLIB etc. are
| defined. BTW, personally I would complain to its author: AM_ and
| actually all the `A[A-Z]_' are reserved by Autoconf and Co. Unless it
| is planed that this macro becomes an official Automake macros, it
Akim Demaille wrote:
| I doesn't seem to be related to Autoconf. Are you sure you run the
| current Autoconf? I see it tries to access
| /usr/local/share/autoconf/acconfig.h, which is not the way the current
| Autoconf behaves (it no longer use it).
I don't have other version of autoconf insta
| On Thu, Feb 17, 2000 at 02:12:19PM +0100, Akim Demaille wrote:
| : It'd be much easier if you could send what you have, and how it fails.
|
| Well, since I figured out the problem but didn't know how to implement
| "compile-time" autoconf macros, I don't really have anything that fails...
| I'
On Thu, Feb 17, 2000 at 02:12:19PM +0100, Akim Demaille wrote:
: It'd be much easier if you could send what you have, and how it fails.
Well, since I figured out the problem but didn't know how to implement
"compile-time" autoconf macros, I don't really have anything that fails...
I'm reading up
> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> I have this problem configuring midnight commender cvs tree,
Gabor> and I think the problem is with my bad autoconf install. My
Gabor> question is, that how can I install glib and other packages
Gabor> that have glib.m4 and other a
It'd be much easier if you could send what you have, and how it fails.
Akim
Alexandre Oliva <[EMAIL PROTECTED]> wrote
16 Feb 2000 02:21:44 -0200:
On Feb 16, 2000, NIIBE Yutaka <[EMAIL PROTECTED]> wrote:
> You know, "unknown" does not look good, specifically, it's unclear
> that it is intended or not.
Well, it's used in the exact situation you describe
Thanks for the report. Since then Autoconf uses Automake, so such
failures are less likely. Nonetheless, I don't understand why frozen
files should be taken from srcdir.
Akim
Hi Erez,
I have fixed several mistakes in the test suite, so there should be
less failures now.
There are some I really don't understand, and I need your help (I
can't reproduce them). But I would suggest that you pull out a fresh
Autoconf.
Ooops, btw people, we have to tell you we are moving
I have this problem configuring midnight commender cvs tree,
and I think the problem is with my bad autoconf install.
My question is, that how can I install glib and other
packages that have glib.m4 and other autoconf related files?
I don't like make install, and I do everything manually, but
it s
22 matches
Mail list logo