On Nov 6, 2006, at 12:42 PM, Alan W. Irwin wrote:

> On 2006-11-05 21:20-0800 Alan W. Irwin wrote:
>
>> Tomorrow, I will
>> use the same "Apple" method to transform the data for the  
>> remaining *.pc
>> files that we configure.  It shouldn't make much difference to the  
>> result of
>> the current install-tree builds on Mac OS X, but it will make  
>> those builds
>> substantially cleaner and allow framework libraries to be used in  
>> future for
>> other libraries that PLplot depends on just like they currently  
>> are used for
>> the Tcl and Tk libraries.
>
> Done.  Hazen, please check that all continues to be well for Mac OS X.

Everything continues to work well for OS-X.

I need some pointers to get the Tk driver to work on OS-X however. At  
present there are at least two problems:

(1) plFindName and by extension, plFindCommand always fail on OS-X  
because it is not a OS of type __unix (src/plctrl.c), even though the  
command that is looking for, /usr/local/bin/plserver exists and OS-X  
is BSD unix (I think).

(2) If I force it by changing plFindName to return 0 rather than 1  
then the examples run. However, they will run the command plserver  
twice, the first instantiation will be have appropriate(?) menu  
titles (i.e. "x01c, File, Edit") but no window. The second  
instantiation will have the wrong(?) menu titles ("plserver, File,  
Edit") and a blank window with two selectors, one called File and the  
other called Help.

Ideas?

thanks,
-Hazen


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to