|
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 |
|
From: <tim...@en...> - 2006-11-25 21:03:37
|
Joe Koski wrote: > 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. Ther= e > have been no changes to my build routines since I successfully built > gnuplot-4.2.rc1. > > During the build, all goes well until: > > <snip> I seem to be missing some parts (a header file?) necessary to bu= ild the wxt > terminal. > =20 You still need to patch in src/wxterminal with wxmac.diff I have not committed it yet to the CVS, although I should have... Thank you again for your efforts in testing this. Best regards, Timoth=E9e |
|
From: Joe K. <jko...@co...> - 2006-11-25 21:54:28
|
on 11/25/06 2:00 PM, Timoth=E9e Lecomte at tim...@en... wrote: > Joe Koski wrote: >> Ethan, Timoth=E9e, >>=20 >> 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. >>=20 >> During the build, all goes well until: >>=20 >> <snip> I seem to be missing some parts (a header file?) necessary to bui= ld >> the wxt >> terminal. >> =20 > You still need to patch in src/wxterminal with wxmac.diff > I have not committed it yet to the CVS, although I should have... >=20 > Thank you again for your efforts in testing this. >=20 > Best regards, >=20 > Timoth=E9e Timoth=E9e, Yes, that fixed the problem. Thanks. Yes, I think that the patch can be submitted, and then we can worry about bundling later. Joe |
|
From: <tim...@en...> - 2006-11-28 20:43:14
|
Joe Koski wrote: > on 11/25/06 2:00 PM, Timoth=E9e Lecomte at tim...@en... wrot= e: > > =20 >> Joe Koski wrote: >> =20 >>> Ethan, Timoth=E9e, >>> >>> I tried building gnuplot-4.2.rc2 on my G5 Mac with OS X 10.4.8, Xcode= 2.4 >>> Developer tools, and same pango/cairo that I had built previously. Th= ere >>> have been no changes to my build routines since I successfully built >>> gnuplot-4.2.rc1. >>> >>> During the build, all goes well until: >>> >>> <snip> I seem to be missing some parts (a header file?) necessary to = build >>> the wxt >>> terminal. >>> =20 >>> =20 >> You still need to patch in src/wxterminal with wxmac.diff >> I have not committed it yet to the CVS, although I should have... >> >> Thank you again for your efforts in testing this. >> >> Best regards, >> >> Timoth=E9e >> =20 > > Timoth=E9e, > > Yes, that fixed the problem. Thanks. Yes, I think that the patch can be > submitted, and then we can worry about bundling later. > > Joe > =20 I have just committed the patch to both CVS HEAD and 4.2 branch. Let's=20 hope we'll find how to bundle it correctly now. Best regards, Timoth=E9e |