On Jan 22, 2008, at 3:12 PM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

> 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)
>
> Does anyone know what this error is caused by or have experience with
> PLplot on xcode?

Hi tdk,

I developed the Ada bindings using mostly Xcode, and I'm also at  
10.4.11 and 2.4. I know little of C but I do know a little about  
Xcode. I don't know what the ZeroLink problem is (linking for Ada  
happens in its own universe, so to speak) but you might try turning  
off ZeroLink. See Help, "Using ZeroLink". Then Project -> Edit Active  
Target 'Your Target', click on the Build tab, and look for the  
ZERO_LINK checkbox. I don't know if that will help and you'll  
probably lose the ZeroLink functionality. So then, you might check  
with the Xcode mailing list.

By the way, Xcode (at least through 2.4) is really stupid about some  
things. You can put a source file in the Groups & Files panel but  
that doesn't tell the compiler where to look for the file when it  
needs to compile. You need to edit your Target settings and place the  
path to your file in the Header Search Paths. Same thing applies for  
libraries, but Library Search Paths.

Jerry


-------------------------------------------------------------------------
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

Reply via email to