bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-xnee] Failed to build


From: John Darrington
Subject: Re: [Bug-xnee] Failed to build
Date: Thu, 5 Jun 2003 08:26:44 +0800
User-agent: Mutt/1.3.28i

On Wed, Jun 04, 2003 at 02:54:36PM +0200, Henrik Sandklef (GNU) wrote:
     Hi!
     
     Can you tell me your
      - operating system and version
It's Debian Woody 9 with bits of Testing.
Linux marilyn 2.2.20 #1 Sat Apr 20 11:45:28 EST 2002 i686 unknown

      - compiler and version
gcc-3.0 
(I tried also with gcc-2.95, but there's non ansi compliant C , which
I think has alrady been reported.)

      - Xserver and version

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001

     I figure you are using Xnee 1.07???

Yes     

     And can you paste in the output from both configure and make.
   loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for a BSD compatible install... /usr/bin/install -c
checking for gcc... (cached) gcc-3.0
checking whether the C compiler (gcc-3.0  ) works... yes
checking whether the C compiler (gcc-3.0  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc-3.0 accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc-3.0 -E
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for vprintf... (cached) yes
checking for stdarg.h... (cached) yes
creating ./config.status
creating Makefile
creating libxnee/Makefile
creating libxnee/src/Makefile
creating libxnee/doc/Makefile
creating xnee/Makefile
creating xnee/src/Makefile
creating xnee/doc/Makefile

Making all in libxnee
make[1]: Entering directory `/home/john/SRC/xnee-1.07/libxnee'
Making all in src
make[2]: Entering directory `/home/john/SRC/xnee-1.07/libxnee/src'
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c xnee.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c print.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c print_varargs.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c xnee_record.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c xnee_replay.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c datastrings.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c xnee_sem.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../include -I/usr/X11R6/include  -g 
-DUSE_VERBOSE   -DNO_BUF_VERBOSE  -c xnee_dl.c
rm -f libxnee.a
ar cru libxnee.a xnee.o print.o print_varargs.o xnee_record.o xnee_replay.o 
datastrings.o xnee_sem.o xnee_dl.o 
ranlib libxnee.a
make[2]: Leaving directory `/home/john/SRC/xnee-1.07/libxnee/src'
Making all in doc
make[2]: Entering directory `/home/john/SRC/xnee-1.07/libxnee/doc'
cd . \
  && makeinfo `echo xnee_develop.texi | sed 's,.*/,,'`
make[2]: Leaving directory `/home/john/SRC/xnee-1.07/libxnee/doc'
make[2]: Entering directory `/home/john/SRC/xnee-1.07/libxnee'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/john/SRC/xnee-1.07/libxnee'
make[1]: Leaving directory `/home/john/SRC/xnee-1.07/libxnee'
Making all in xnee
make[1]: Entering directory `/home/john/SRC/xnee-1.07/xnee'
Making all in src
make[2]: Entering directory `/home/john/SRC/xnee-1.07/xnee/src'
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../../libxnee/include -I/usr/X11R6/include  
-g -DUSE_VERBOSE   -DNO_BUF_VERBOSE -c main.c
gcc-3.0 -DPACKAGE=\"xnee\" -DVERSION=\"1.07\" -DHAVE_VPRINTF=1 
-DHAVE_STDARG_H=1  -I. -I.      -I../../libxnee/include -I/usr/X11R6/include  
-g -DUSE_VERBOSE   -DNO_BUF_VERBOSE -c parse.c
gcc-3.0  -I../../libxnee/include -I/usr/X11R6/include  -g -DUSE_VERBOSE   
-DNO_BUF_VERBOSE  -o xnee  main.o parse.o ../../libxnee/src/libxnee.a  
-L/usr/X11R6/lib -lXext  -lXtst -lX11 -lpthread 
../../libxnee/src/libxnee.a(xnee.o)(.text+0x1e4e): In function 
`xnee_use_plugin':
/home/john/SRC/xnee-1.07/libxnee/src/xnee.c:1243: undefined reference to 
`dlerror'
../../libxnee/src/libxnee.a(xnee_dl.o)(.text+0x10): In function `xnee_dlopen':
/home/john/SRC/xnee-1.07/libxnee/src/xnee_dl.c:39: undefined reference to 
`dlopen'
../../libxnee/src/libxnee.a(xnee_dl.o)(.text+0x2c): In function `xnee_dlsym':
/home/john/SRC/xnee-1.07/libxnee/src/xnee_dl.c:52: undefined reference to 
`dlsym'
../../libxnee/src/libxnee.a(xnee_dl.o)(.text+0x45): In function `xnee_dlclose':
/home/john/SRC/xnee-1.07/libxnee/src/xnee_dl.c:65: undefined reference to 
`dlclose'
../../libxnee/src/libxnee.a(xnee_dl.o)(.text+0x57): In function `xnee_dlerror':
/home/john/SRC/xnee-1.07/libxnee/src/xnee_dl.c:78: undefined reference to 
`dlerror'
collect2: ld returned 1 exit status
make[2]: *** [xnee] Error 1
make[2]: Leaving directory `/home/john/SRC/xnee-1.07/xnee/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/john/SRC/xnee-1.07/xnee'
make: *** [all-recursive] Error 1

  
     How and to what are you using Xnee?  :)


I was looking at it to see if I could automate some testing for
various GUI applications with view to these tests becoming regression
tests under aegis (http://aegis.sourceforge.net).  I'm not sure if it
can be done with xnee as it stands, but possibly there's potential.

Many thanks,


John
     

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.


Attachment: pgpDxeYflxQxM.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]