Index: [thread] [date] [subject] [author]
  From: Mike McQuade <mmcquade@aa.net>
  To  : andreas.beck@ggi-project.org, "ggi-develop@eskimo.com <ggi-develop@eskimo.com>
  Date: Wed, 10 Feb 1999 22:08:17 -0800

Re: libggi2D

I managed to get the files out of CVS through the Web Interface.


here are some findings.


libwmh - errors on make


 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../ggiwmh -I../../include
-I/usr/X11R6/include -g -O2 
 -D_REENTRANT -D_THREAD_SAFE -g -Wall -Wstrict-prototypes
-Wp,-MD,.deps/init.pp -c -fPIC -DPIC 
 init.c

 In file included from init.c:33:
 /usr/local/include/ggi/internal/ggi-dl.h:8: ggi/internal/dlprotos.h: No
such file or directory
 make[3]: *** [init.lo] Error 1
 


Also,

I was also able to get the files for libggi2d, it builds fine now.


but I get this error when I try to make the demo in the libggi2d dir.

 /bin/sh ../libtool --mode=link gcc  -g -O2  -o demo  demo.o
../ggi2d/libggi2d.la -lggi -lm 
 gcc -g -O2 -o .libs/demo demo.o -Wl,--rpath -Wl,/usr/local/lib
../ggi2d/.libs/libggi2d.so -lggi 
 -lgg -lm -lggi -lm

 ../ggi2d/.libs/libggi2d.so: undefined reference to `DPRINT'
 collect2: ld returned 1 exit status
 make: *** [demo] Error 1


Mike



becka@rz.uni-duesseldorf.de wrote:
> 
> Hi !
> 
> > > libwmh - errors on ./configure (maybe Im doing something wrong ?)
> > No. It was me forgetting to commit some files, that autoconf automatically
> > generates for me.
> 
> I have commited those files. Hope I got them all. Could you recheck ?
> 
> I did so for LibGGI2D as well.
> 
> CU, Andy
> 
> --
> = Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

Index: [thread] [date] [subject] [author]