|
From: Joe K. <jko...@co...> - 2006-11-25 17:53:41
|
Ethan, Timoth=E9e, I tried building gnuplot-4.2.rc2 on my G5 Mac with OS X 10.4.8, Xcode2.4 Developer tools, and same pango/cairo that I had built previously. There have been no changes to my build routines since I successfully built gnuplot-4.2.rc1. During the build, all goes well until: /Tools/gnuplot-4.2/share/gnuplot/4.2/PostScript\" -DCONTACT=3D\"gnu...@li...\" -DHELPFILE=3D\"/Tools/gnuplot-4.2/share/gnuplot/4.2/gnuplot.gih\" -I/usr/local/include/cairo -I/usr/local/include/libpng12 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -I/usr/local/lib/wx/include/mac-ansi-release-2.6 -I/usr/local/include/wx-2.= 6 -D__WXMAC__ -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/local/include/cairo -I/usr/local/include/libpng12 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT wxt_gui.o -MD -MP -MF ".deps/wxt_gui.Tpo" -c -o wxt_gui.o `test -f 'wxterminal/wxt_gui.cpp' || echo './'`wxterminal/wxt_gui.cpp; \ then mv -f ".deps/wxt_gui.Tpo" ".deps/wxt_gui.Po"; else rm -f ".deps/wxt_gui.Tpo"; exit 1; fi In file included from wxterminal/wxt_gui.cpp:96: wxterminal/wxt_gui.h:199:3: error: #error "Not implemented" wxterminal/wxt_gui.cpp:197:3: error: #error "Not implemented." wxterminal/wxt_gui.cpp:1365:3: error: #error "Not implemented." wxterminal/wxt_gui.cpp:2892:2: error: #error "Not implemented" wxterminal/wxt_gui.cpp:3087:3: error: #error "No implementation" wxterminal/wxt_gui.cpp:3098:3: error: #error "No implementation" wxterminal/wxt_gui.cpp:2640: error: no 'void wxtPanel::wxt_cairo_create_bitmap()' member function declared in class 'wxtPanel' wxterminal/wxt_gui.cpp: In function 'void wxt_atexit()': wxterminal/wxt_gui.cpp:2981: error: 'thread' was not declared in this scope wxterminal/wxt_gui.cpp:2982: error: type '<type error>' argument given to 'delete', expected pointer wxterminal/wxt_gui.cpp:2991: error: expected type-specifier before 'wxtThread' wxterminal/wxt_gui.cpp:2991: error: expected `;' before 'wxtThread' wxterminal/wxt_gui.cpp: In function 'void wxt_cleanup()': wxterminal/wxt_gui.cpp:3061: error: 'thread' was not declared in this scope wxterminal/wxt_gui.cpp:3062: error: type '<type error>' argument given to 'delete', expected pointer make[3]: *** [wxt_gui.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I seem to be missing some parts (a header file?) necessary to build the wxt terminal. (Once we get past this, maybe I should post to either the Apple unix-portin= g list or the wxWidget list to get some help with bundling. I still need some advice on how to deal with bundling so that a terminal is invoked when one is needed.) Let me know what to try next. Thanks. Joe |