Package: xplot Version: 1.19-7 Severity: serious Tags: patch When building 'xplot' on unstable, I get the following error:
cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 fliloadhelpbrowser.c -o /xplot-1.19/libfli/lib/1fliloadhelpbrowser.o cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 fliparsehelpfile.c -o /xplot-1.19/libfli/lib/1fliparsehelpfile.o cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 fliterminatehelpbrowser.c -o /xplot-1.19/libfli/lib/1fliterminatehelpbrowser.o cbuild: building subclass: colorlookup cbuild: warning: no header file found in this directory cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 flilookupcolor.c -o /xplot-1.19/libfli/lib/2flilookupcolor.o cbuild: building subclass: colormapping cbuild: warning: no header file found in this directory cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 flimapnextcolor.c -o /xplot-1.19/libfli/lib/3flimapnextcolor.o cbuild: building subclass: geometry cbuild: warning: no header file found in this directory cbuild: gcc -c -O2 -I.. -I. -I/usr/X11R6/include/X11 fliapplygeometry.c -o /xplot-1.19/libfli/lib/4fliapplygeometry.o fliapplygeometry.c:3:19: error: forms.h: No such file or directory cbuild: program gcc reports error cbuild: starting editor ./cbuild: line 62: xrun: command not found cbuild: aborted. make[1]: *** [../libfli/lib/libfli.a] Error 1 make[1]: Leaving directory `/xplot-1.19/src' make: *** [build] Error 2 With the attached patch 'xplot' can be compiled on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/xplot-1.19/libfli/lib/cbuild.def ./libfli/lib/cbuild.def --- ../tmp-orig/xplot-1.19/libfli/lib/cbuild.def 1999-04-19 20:06:36.000000000 +0000 +++ ./libfli/lib/cbuild.def 2006-06-30 12:52:27.000000000 +0000 @@ -1,5 +1,5 @@ CC=gcc -CFLAGS="-c -O2 -I.. -I. -I/usr/X11R6/include/X11" +CFLAGS="-c -O2 -I.. -I. -I/usr/include/X11" LIBNAME="fli" #INSTALL1="cp -p fli.h /usr/local/include" #INSTALL2="cp -p libfli.a /usr/local/lib" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]