I have used xforms-1.0-1 (which was xforms-0.9999.0) from fink. When I try to upgrade to xforms-1.0-3, the compilation fails in the image subdirectory, which later causes the compilation of fd2ps to fail because the flimage library is not built. This is on MacOS 10.2.3. I've quoted below the relevant portions of the compiler output:


making all in ./image...
rm -f image.o unshared/image.o
/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I/sw/include -I/sw/include -I../exports/include -I../lib -I../lib/private -I. -I/usr/X11R6/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DX_LOCALE -g -O2 image.c -o unshared/image.o
In file included from flimage_int.h:38,
from image.c:37:
../lib/ulib.h:179: parse error before "whereError"
../lib/ulib.h:179: warning: type defaults to `int' in declaration of `whereError'
../lib/ulib.h:179: warning: type defaults to `int' in declaration of `efp_'
../lib/ulib.h:179: warning: data definition has no type or storage class
../lib/ulib.h:180: parse error before "user_error_function_"
../lib/ulib.h:180: warning: type defaults to `int' in declaration of `user_error_function_'
../lib/ulib.h:180: warning: data definition has no type or storage class
image.c: In function `flimage_open':
image.c:224: called object is not a function
image.c:224: warning: value computed is not used
image.c: In function `convert_type':
image.c:537: called object is not a function
image.c:536: warning: value computed is not used
image.c: In function `flimage_add_format':
image.c:983: called object is not a function
image.c:983: warning: value computed is not used
image.c: In function `flimage_replace_image':
image.c:1116: called object is not a function
image.c:1115: warning: value computed is not used
image.c: In function `copy_pixels':
image.c:1215: called object is not a function
image.c:1215: warning: value computed is not used
image.c: In function `error_message':
image.c:1318: called object is not a function
image.c:1318: warning: value computed is not used
image.c: In function `flimage_read_annotation':
image.c:1691: called object is not a function
image.c:1705: called object is not a function
image.c:1691: warning: value computed is not used
image.c:1705: warning: value computed is not used
make[1]: *** [image.o] Error 1
making all in ./gl...
making all in ./fdesign...
make[1]: Nothing to be done for `all'.
making all in ./fd2ps...
rm -f fd2ps
/usr/bin/cc -o fd2ps -g -O2 -Wall -Wpointer-arith -no-cpp-precomp -L/usr/X11R6/lib align.o fd2ps.o flsupport.o image2ps.o load.o papers.o pscol.o psdraw.o psobj.o pstext.o readxpm.o sys.o version.o xbmtops.o xpmtops.o -lXext -lX11 -L../image -lflimage -L../lib -lforms -lm
ld: can't locate file for: -lflimage
make[1]: *** [fd2ps] Error 1
make: *** [all] Error 2


I'd welcome suggestions on how to get this to build. Thanks,
--

Ronald



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to