Recent content by reussinger

  1. R

    Gnuplot And Xcode

    Hi, there was indeed a problem with my environment.plist file. Seems like I had accidentally saved it as .rtf instead of .txt before I changed the extension to .plist. It had a RTF preamble that did not show up in TextEdit, but was obvious when I opened the file with BBEdit. Stupid me. Anyway...
  2. R

    Gnuplot And Xcode

    Hi, it's not a problem of getting to run gnuplot_i from within Xcode. When I try to call gnuplot_init() I get the message mentioned in my first post ("cannot find DISPLAY variable", "cannot find gnuplot in your PATH"). This is a result of gnuplot_get_program_path() failing, obviously. The...
  3. R

    Gnuplot And Xcode

    I've already done all of that. Gnuplot is in /usr/local/bin which is set in the file environment.plist. I can also launch gnuplot from any location via terminal, but gnuplot_i cannot find it in Xcode.
  4. R

    Gnuplot And Xcode

    Launching gnuplot with Aquaterm and plotting sin(x) works fine thanks to boyfarrell's last post. I've also installed gnuplot_i, but I can't get it to work with Xcode, building fails with powerpc-apple-darwin8-gcc-4.0.1: gnuplot_i.o: No such file or directory. Any suggestions? Update: I added...
Back
Top