Hi All, I am making progress, and have installed plplot correctly thanks to your guys help. Werner, your fix to wxwidget.cpp worked brilliantly and I can run the examples now with the wxwidget driver. Now that I am satisfied with my plplot build I wanted to return to running plplot with wxwidgets on xcode. I am still receiving the error I received originally:
ZeroLink: unknown symbol '__Z9read_plotP15plPlotterStructP7__sFILERb' I tried compiling without ZeroLink as Jerry suggested but that still doesn't execute. Also, I looked for read_plot in my include and source files but didn't find a function like that. The wxwidget code I'm trying to transfer uses wxPlot which I believe is built from plplot (which is why I think it is possible to get working on the mac). I have attached the include files that I use related to plotting. In my source files the only related classes I use are wxPlot, wxGrid, and PlotCanvas. Either I am calling something from these files that plplot can't handle, or I am not implementing it correctly in xcode. In regards to that, what libraries or include file locations should/could I add to my xcode project? Thanks again. Cheers, Ty > Hi, > > > 3) My ultimate goal is to use PLplot with wxwidget code that I'm > > transferring from a PC. The code works on the PC (via wxPlot) and I'm > > trying to get it to work on the mac via xcode 2.4.1. I finally got > > the code to compile, but recieve this error message when I try to > > excute: > > [Session started at 2008-01-22 14:11:05 -0800.] > > ZeroLink: unknown symbol '__Z9read_plotP15plPlotterStructP7__sFILERb' > > guifit has exited due to signal 6 (SIGABRT) > > This doesn't look like a wxWidgets problem. The symbol > '__Z9read_plotP15plPlotterStructP7__sFILERb' is just a "encoded" > function call, which can't be found in the libraries you told XCode to > link into the executable. So I would look where you call a function > read_plot( plPlotterStruct , FILE ) (or similar), and where you > actually define this function. I can't remember having defined such > function in wxWidgets driver code, but I'll have a look. > > Regards, > Werner
plot_files.tar.gz
Description: GNU Zip compressed data
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general