From: Mike Z. <zab...@ma...> - 2005-12-12 17:37:34
|
Hi, I was trying to install gnuplot and I am running into a problem. I will try to include enough information to locate what might be going wrong. Do you think you could help? -- Package manager version: 0.23.10 Distribution version: 0.8.0.rsync Mac OS X version: 10.4.3 Xcode version: 2.0 gcc version: 4.0.0 20041026 (Apple Computer, Inc. build 4061) make version: 3.80 Feedback Courtesy of FinkCommander -- It gets almost to the end of the compilation and then I get an error message. What I am including below is the gcc line that it seems to get stuck on. Thanks, Mike Zabrocki gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/sw/ bin\" -DX11_DRIVER_DIR=\"/sw/lib/gnuplot/3.8j\" -DCONTACT=\"bug- gn...@da...\" -DHELPFILE=\"/sw/share/gnuplot/3.8j/ gnuplot.gih\" -no-cpp-precomp -I/sw/include -I/usr/X11R6/include -I/ sw/include/libpng12 -I/sw/include -g -O2 -ObjC -c `test -f term.c || echo './'`term.c In file included from term.h:154, from term.c:1028: ../term/aquaterm.trm: In function '-[AQTAdapter setTextfont:]': ../term/aquaterm.trm:455: warning: `NSArray' may not respond to ` +arrayWithArray:' ../term/aquaterm.trm:455: warning: (Messages without a matching method signature ../term/aquaterm.trm:455: warning: will be assumed to return `id' and accept ../term/aquaterm.trm:455: warning: `...' as arguments.) ../term/aquaterm.trm:458: warning: `NSArray' may not respond to `-count' ../term/aquaterm.trm:458: error: switch quantity not an integer ../term/aquaterm.trm:460: confused by earlier errors, bailing out make[3]: *** [term.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of (export failed, exit code 2 Failed: compiling gnuplot-3.8j.0-24 failed |