[gvd-devel] CVS checkout?

Toralf Lund toralf@kscanners.com
Thu, 13 Sep 2001 14:21:34 +0200


--AWniW0JNca5xppdA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

On 2001.09.12 10:41 Arnaud Charlet wrote:
> > Seems like your system just isn't in a state where you can simply check
> it
> > out and build it.
> 
> Do you still have the problem ? We have no problem and nobody else has
> reported a problem, so without more details, I'm afraid there might be
> something
> wrong with your set up.
OK. Let's take it all from the start. I have now reverted all changes I
made for "make dist" to work, and RPM .spec file to be included, and
updated everything else from CVS, too. When trying to ./configure, then
make, I now get the output included as attachment.

I haven't made *any* changes to my gnat setup, so if it isn't right, there
is something wrong with the binary packages I installed.

> 
> > Anyhow, the attached patch should show what I wanted to do. Obviously,
> > I haven't been able to test the code, so it's probably wrong. You
> should be
> > to get the general idea by reading it, though. 
> 
> Supporting methods is indeed on the wishlist. Unfortunately your patch
> does not work very well, since it tries to reuse Make_Entry_Class which
> won't
> work for your regexp. Also, your regexp does not take into account blank
> spaces that could be present between '::'
Oh, I didn't think of that. I never have spaces there, I think they are
*bad*...

- Toralf

--AWniW0JNca5xppdA
Content-Type: text/plain
Content-Disposition: attachment; filename="buildOutput.txt"

% ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for merge... (cached) /usr/bin/merge
checking whether merge works correctly...... yes
checking for diff... (cached) /usr/bin/diff
checking for the correct diff option... -u
checking for patch... (cached) /usr/bin/patch
checking for the correct patch option... -f
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gnatmake... (cached) /usr/bin/gnatmake
checking that your gnat compiler works with a simple example... yes
checking for perl5... (cached) /usr/bin/perl
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK - version >= 1.3.7... yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether NLS is requested... yes
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for OpenGL... no
checking for Mesa... no
checking Mesa with pthreads... no
*** OpenGL support will not be integrated into GtkAda ***
checking for libglade-config... (cached) /usr/bin/libglade-config
checking for gnome-config... (cached) /usr/bin/gnome-config
creating ./config.status
creating Makefile
creating src/Makefile.common
creating src/Makefile
creating src/gtkada-config
creating src/gate
creating testgtk/Makefile
creating src/gtkextra/Makefile
creating src/opengl/Makefile
creating src/glade/Makefile
creating src/gnome/Makefile
creating docs/gtkada_ug/Makefile
creating docs/gtkada_rm/Makefile
[indonesia:work/GNOME/GtkAda.cvs] (0)% make
make -C src
make[1]: Entering directory `/u2/work/GNOME/GtkAda.cvs/src'
mkdir -p lib-obj
chmod +x gate gtkada-config
make -C gtkextra
make[2]: Entering directory `/u2/work/GNOME/GtkAda.cvs/src/gtkextra'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/u2/work/GNOME/GtkAda.cvs/src/gtkextra'
gnatprep -DGETTEXT_INTL=False \
  -DHAVE_GETTEXT=True gtkada-intl.gpb gtkada-intl.adb
gnatmake: objects up to date.
gcc -shared -fPIC  -o libgtkada-2.0.so.0 \
  -Wl,-soname,libgtkada-2.0.so.0 lib-obj/glib*.o lib-obj/gdk*.o \
  lib-obj/gtk*.o lib-obj/pango*.o \
  lib-obj/misc.o lib-obj/misc_extra.o lib-obj/misc_broken.o gtkextra/gtk*.o -L/usr/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lXi -lgdk_pixbuf-1.3 -lm -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -latk -lpango -lgobject-1.3 -lgmodule-1.3 -ldl -lglib-1.3  
gcc: lib-obj/gdk*.o: No such file or directory
make[1]: *** [libgtkada.so] Error 1
make[1]: Leaving directory `/u2/work/GNOME/GtkAda.cvs/src'
make: *** [all] Error 2

--AWniW0JNca5xppdA--