RSS/Atom feed Twitter
Site is read-only, email is disabled

./configure fatal warning

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

9 of 9 messages available
Toggle history

Please log in to manage your subscriptions.

make check Florent Monnier 04 Jan 21:33
make check Sven Neumann 07 Jan 15:53
make check Florent Monnier 07 Jan 21:36
make check Sven Neumann 08 Jan 15:44
make check Florent Monnier 09 Jan 11:37
make check Sven Neumann 09 Jan 14:11
./configure fatal warning Florent Monnier 11 Jan 08:55
./configure fatal warning Sven Neumann 11 Jan 14:23
./configure fatal warning Sven Neumann 11 Jan 14:38
Florent Monnier
2006-01-04 21:33:38 UTC (over 18 years ago)

make check

Hello,

make check doesn't seems to work:

Sven Neumann
2006-01-07 15:53:54 UTC (over 18 years ago)

make check

Hi,

Florent Monnier writes:

make check doesn't seems to work:

Florent Monnier
2006-01-07 21:36:34 UTC (over 18 years ago)

make check

make check doesn't seems to work:

$ make check

make[1]: *** No rule to make target `../tools/testsuite/libtestsuite.la', needed by `testgegl'. Stop.

Seems to work fine for me. I wonder what you are doing wrong. Can you give some more details on how you are building gegl?

$ export CVSROOT=':pserver:anonymous-P2Or9IAOnEWsMpBzKsEm7Ni2O/JbrIOy@public.gmane.org:/cvs/gnome' $ cvs login
$ cvs -z3 checkout gegl
$ cd gegl
$ ./autogen.sh
$ make

Sven Neumann
2006-01-08 15:44:02 UTC (over 18 years ago)

make check

Hi,

Florent Monnier writes:

make check doesn't seems to work:

$ make check

make[1]: *** No rule to make target `../tools/testsuite/libtestsuite.la', needed by `testgegl'. Stop.

Seems to work fine for me. I wonder what you are doing wrong. Can you give some more details on how you are building gegl?

$ export CVSROOT=':pserver:anonymous-P2Or9IAOnEWsMpBzKsEm7Ni2O/JbrIOy@public.gmane.org:/cvs/gnome' $ cvs login
$ cvs -z3 checkout gegl
$ cd gegl
$ ./autogen.sh
$ make

configure completes successfully?

Sven

Florent Monnier
2006-01-09 11:37:32 UTC (over 18 years ago)

make check

make check doesn't seems to work:

$ make check

make[1]: *** No rule to make target `../tools/testsuite/libtestsuite.la', needed by `testgegl'. Stop.

Seems to work fine for me. I wonder what you are doing wrong. Can you give some more details on how you are building gegl?

$ export CVSROOT=':pserver:anonymous-P2Or9IAOnEWsMpBzKsEm7Ni2O/JbrIOy@public.gmane.org:/cvs/gnome' $ cvs login
$ cvs -z3 checkout gegl
$ cd gegl
$ ./autogen.sh
$ make

Today 'make check' works.

configure completes successfully?

The Makefile is created, there is a warning though: (I'm using a Mandriva 2006 RC2)

Sven Neumann
2006-01-09 14:11:53 UTC (over 18 years ago)

make check

Hi,

Florent Monnier writes:

The Makefile is created, there is a warning though: (I'm using a Mandriva 2006 RC2)

Florent Monnier
2006-01-11 08:55:57 UTC (over 18 years ago)

./configure fatal warning

$ ./autogen.sh

[...]

WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/intltool.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or install /usr/share/aclocal/intltool.m4.

This warning is fatal and must not be ignored. Please fix your build environment.

How could I fix my build environment for this? Where should I search for intltool.m4? Or where could I get it?

Sven Neumann
2006-01-11 14:23:32 UTC (over 18 years ago)

./configure fatal warning

Hi,

Florent Monnier writes:

$ ./autogen.sh

[...]

WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/intltool.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or install /usr/share/aclocal/intltool.m4.

This warning is fatal and must not be ignored. Please fix your build environment.

How could I fix my build environment for this? Where should I search for intltool.m4? Or where could I get it?

intltool.m4 is distributed with intltool. Perhaps you want to read the aclocal and automake documentation to understand the purpose of these m4 files and what exactly aclocal is doing. But in general you shouldn't have to worry about this if intltool is installed by whatever package manager your distribution is using. If you installed it manually, you will have to set ACLOCAL_FLAGS as explained in the warning (see above).

Sven

Sven Neumann
2006-01-11 14:38:32 UTC (over 18 years ago)

./configure fatal warning

Hi,

Florent Monnier writes:

Where should I search for intltool.m4?

I just figured that we are not currently doing any internationalization. So intltool and glib-gettextize are actually not needed at the moment. I have changed autogen.sh accordingly.

Sven