Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-08 Thread Werner Smekal
Ok, just to close (?) this topic. > > Werner, does that change solve the issue? If not, then perhaps > libwxwidgets > and libgd as currently installed on your system are linked to > different jpeg > and png libraries, and you may have to reinstall one or both of them > to > use consistent j

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-05 Thread Alan W. Irwin
On 2008-02-05 11:07+0100 Werner Smekal wrote: > I hope all FindXXX.cmake scripts always look in CMAKE_LIBRARY_PATH > first, before trying the standard paths, or? Yes. If you check the FindXXX.cmake modules installed with your system you will see they virtually always use the CMake FIND_LIBRARY c

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-05 Thread Werner Smekal
Hi Alan > > I follow the above argument this far. If you turn dynamic drivers off > (which > is a necessary side effect of the -DBUILD_SHARED_LIBS=OFF option or which > you can specify independently for the shared libraries case by using the > -DENABLE_DYNDRIVERS=OFF option), then instead of being

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-04 Thread Alan W. Irwin
On 2008-02-04 10:20+0100 Werner Smekal wrote: > Hi Ty, > > you can get rid of the tk warnings by gettting rid of the tk driver, > which you don't need anyway by setting the cmake option - > DENABLE_tk=OFF and -DENABLE-tcl=OFF. The other warnings you get are > since there is a mixup between the png

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-04 Thread Werner Smekal
Hi Ty, you can get rid of the tk warnings by gettting rid of the tk driver, which you don't need anyway by setting the cmake option - DENABLE_tk=OFF and -DENABLE-tcl=OFF. The other warnings you get are since there is a mixup between the png/jpeg libraries installed by macport to /opt/local/

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-03 Thread Hazen Babcock
On Feb 3, 2008, at 9:14 PM, Alan W. Irwin wrote: > On 2008-02-03 09:42-0800 [EMAIL PROTECTED] wrote: > >> [...]compiling and building with the shared libraries off. When I >> do this I get >> an error in the build. > > Hazen, can you verify this problem with static builds > (-DBUILD_SHARED_LIB

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-03 Thread Alan W. Irwin
On 2008-02-03 09:42-0800 [EMAIL PROTECTED] wrote: > [...]compiling and building with the shared libraries off. When I do this I > get > an error in the build. Hazen, can you verify this problem with static builds (-DBUILD_SHARED_LIBS=OFF) for Mac OS X? I don't have access to that platform, but

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-02-03 Thread kakuda
Hi All, I am still trying to incorporate PLplot in some of my code and had a question on building without the shared libraries. I've been getting alot of good help from Werner and I've hit a snag that I thought would be better to post to the group. I'm trying to add the Plplot libraries to xcode

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-28 Thread kakuda
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 wxwidget

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-25 Thread kakuda
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 wxwidget

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-24 Thread Werner Smekal
Hi Ty, > Thanks for looking into it. I'm glad to hear that you are once again > working with a mac, they are great little computers. I'm rather > surprised > that no one in the mac community has expressed an interest in this yet > (wxwidget driver that is). Obviously not, since I think I enco

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread Jerry
On Jan 23, 2008, at 12:01 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > - The other question I had which Jerry might be able to answer best > is what > libraries I should add to my xcode project. From my wxwidget build > all the > libraries I added ended in *.a. I didn't see any su

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread kakuda
Hi Werner, Thanks for looking into it. I'm glad to hear that you are once again working with a mac, they are great little computers. I'm rather surprised that no one in the mac community has expressed an interest in this yet (wxwidget driver that is). I might seem alittle slow for saying this,

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread Werner Smekal
Hi Ty, regarding the warnings: the only warning which concerns the wxwidgets driver is about the agg library. But you don't need it, it's only for antialized output and can be added later, after you solved all the primary problems. The qhull library is useful for surface plots, I think, but is

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread kakuda
Hi Guys, Thanks for all the help thus far (Alan, Jerry, and Werner). The progress up until now has been cleaning my earlier build and reinstalling plplot, which seemed to go fine. I've attached my cmake.out file and was wondering if any of the warnings are something to worry about (in particular

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread Werner Smekal
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: > > [Se

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-23 Thread Jerry
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 >

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-22 Thread Alan W. Irwin
On 2008-01-22 16:47-0800 [EMAIL PROTECTED] wrote: > Secondly, I am trying to follow the 'generic unix' instructions and have > skipped the first two optional steps, is this okay? Usually. > When I tried to do the > cmake invocation step, the cmake.out file reads: > > CMake Error: The source dire

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-22 Thread Alan W. Irwin
On 2008-01-22 15:50-0800 [EMAIL PROTECTED] wrote: > Hi Alan, > > First question: > I did the make install, so how should I clean out my /usr/local? Is there > a list of installed files so I can manually delete them, or is there a > simpler way? Look for a file called install_manifest.txt in the

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-22 Thread kakuda
Hi All, (Thanks for the response Alan). My first question is how do I clean out the installed files from /usr/local (I ran 'make install')? Is there a list of installed items whereby I can do this manually? Secondly, I am trying to follow the 'generic unix' instructions and have skipped the firs

Re: [Plplot-general] PLplot on OSX and wxwidgets

2008-01-22 Thread Alan W. Irwin
On 2008-01-22 14:12-0800 [EMAIL PROTECTED] wrote: > Hi All, Hi Ty: Glad to see you are finally able to post to one of our lists after some auto-bouncing. > 1) During the installation I tried to install PLplot into it's own > directory in /usr/local using '--Prefix=/usr/local/PLplot' during cma