complie error 1-4-branch

Dave Peticolas dave@krondo.com
Tue, 23 Jan 2001 23:26:30 -0800


Richard -Gilligan- Uschold writes:
> 
> --------------CCF3A4800996409984132CD9
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Preparing to make a patch, I updated:
> 
> cvs -d :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot login
> cvs -z3 -d :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot update -dP
> -rgnucash-1-4-branch
> 
> ./configure --enable-opt-style-install --prefix=/opt4.b10 > &
> configure.err.txt
> make > & make.err.txt
> 
> ...
> make[3]: Entering directory `/home/devel/gnucash-1.4.b10-new/src/guile'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register    -g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H
> -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include
> -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/local/include
> -I/usr/include -c enriched-messages.c
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register    -g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H
> -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include
> -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/local/include
> -I/usr/include -c gfec.c
> gfec.c: In function `gfec_catcher':
> gfec.c:38: warning: implicit declaration of function `strdup'
> gfec.c:38: warning: assignment makes pointer from integer without a cast

In what header is strdup declared on your system?


> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> ERROR: In procedure execlp:
> ERROR: No such file or directory
> make[3]: *** [gnc.c] Error 2

Unfortunately, gnucash 1.4.x requires g-wrap 0.9.x, while
CVS gnucash requires g-wrap 1.1.x.

dave