|
From: Mojca M. <moj...@gm...> - 2010-06-01 10:37:34
|
On Tue, Jun 1, 2010 at 05:52, Ethan Merritt wrote: > On Monday 31 May 2010, Mojca Miklavec wrote: >> Hello, >> >> I'm building gnuplot from this source: >> http://github.com/Reen/gnuplot >> (dated May 24th). > > I have no idea where that source tree came from. > From your report, it seems it is neither up-to-date nor self-consistent. It may also be a problem of prepare/configure/make leftovers from long ago. > The amiga (and atari and apollo) terminals and associated code have > been entirely removed from the 4.5 source tree. You can confirm > this by running > cd gnuplot; grep -Ril amiga . > > I suggest that you download the source from SourceForge, which is > the only official distribution site. You might also want > to send a note to whoever is maintaining that github mirror to point > out that they have a problem. That is assuming, of course, that the > problem came from the source itself and not from some version > incompatibility introduced by macports. > Did you run ./prepare; ./configure ? I didn't run ./prepare (or rather: I ran it for a really long time). I've been using the same "repository" for quite some time already, so it's quite possible that some files accidentally stayed in the folder. I have tried to checkout again, but I'm now not able to compile any more at all. (It might be that QuickTime is not ported to 64-bit architecture; I need to check the details, but I'm sure that there are some Apple libraries that have been dropped.) But I need more time for some useful "debugging". c++ -g -O2 -I/usr/lib/wx/include/mac-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXMAC__ -D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng12 -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o gnuplot alloc.o axis.o binary.o breaders.o bitmap.o color.o command.o contour.o datafile.o dynarray.o eval.o fit.o gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o history.o internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o pm3d.o readline.o save.o scanner.o set.o show.o specfun.o standard.o stdfn.o tables.o tabulate.o term.o time.o unset.o util.o util3d.o variable.o version.o wxt_gui.o gp_cairo.o gp_cairo_helpers.o -lreadline -lncurses -lz -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -liconv -ljpeg -lfreetype -lpng -lpdf -L/opt/local/lib -llua -lm -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime -framework OpenGL -framework AGL -lwx_macud-2.8 -L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv -L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file ld: warning: in /usr/lib/libwx_macud-2.8.dylib, missing required architecture x86_64 in file Undefined symbols: "wxFrame::DoGetClientSize(int*, int*) const", referenced from: vtable for wxtFramein wxt_gui.o "wxApp::GetClassInfo() const", referenced from: vtable for wxtAppin wxt_gui.o "wxWindow::MacGetLeftBorderSize() const", referenced from: vtable for wxtPanelin wxt_gui.o vtable for wxtConfigDialogin wxt_gui.o vtable for wxtFramein wxt_gui.o vtable for wxCheckBoxBasein wxt_gui.o vtable for wxStaticTextBasein wxt_gui.o vtable for wxSliderBasein wxt_gui.o vtable for wxButtonBasein wxt_gui.o "wxMemoryInputStream::wxMemoryInputStream(void const*, unsigned long)", referenced from: wxtApp::LoadPngIcon(unsigned char const*, int, int)in wxt_gui.o "wxDialogBase::OnChildFocus(wxChildFocusEvent&)", referenced from: vtable for wxtConfigDialogin wxt_gui.o "wxAppBase::OnRun()", referenced from: vtable for wxtAppin wxt_gui.o "_wxEVT_COMMAND_BUTTON_CLICKED", referenced from: __static_initialization_and_destruction_0(int, int)in wxt_gui.o "wxWindowBase::DoIsExposed(int, int, int, int) const", referenced from: vtable for wxtPanelin wxt_gui.o vtable for wxtConfigDialogin wxt_gui.o vtable for wxtFramein wxt_gui.o vtable for wxCheckBoxBasein wxt_gui.o vtable for wxStaticTextBasein wxt_gui.o vtable for wxSliderBasein wxt_gui.o vtable for wxButtonBasein wxt_gui.o "wxWindow::DoGetSize(int*, int*) const", referenced from: vtable for wxtPanelin wxt_gui.o vtable for wxCheckBoxBasein wxt_gui.o vtable for wxStaticTextBasein wxt_gui.o vtable for wxSliderBasein wxt_gui.o vtable for wxButtonBasein wxt_gui.o "wxInitAllImageHandlers()", referenced from: wxtApp::OnInit() in wxt_gui.o "wxWindow::Enable(bool)", referenced from: vtable for wxtPanelin wxt_gui.o vtable for wxtConfigDialogin wxt_gui.o vtable for wxCheckBoxBasein wxt_gui.o vtable for wxStaticTextBasein wxt_gui.o vtable for wxSliderBasein wxt_gui.o vtable for wxButtonBasein wxt_gui.o (Which again didn't happen before, but maybe also because I have disabled wx manually somehow.) Mojca |