Re: [Plplot-devel] Plplot / Aquaterm / Snow Leopard problem

2010-02-10 Thread Leo
>> The user said that the xwin driver was ok, so maybe the xcairo driver
>> will work as well?

> I believe the xwin driver does not use any libraries that ultimately
> depend on CoreFoundation, whereas the xcairo driver does. I expect
> that it will crash in the same way.

I just installed xcairo and I can confirm it also crash with ? Trace/BPT
trap error.

Leo

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] Fix AquaTerm header

2010-02-10 Thread Leo
On 11 February 2010 01:58, Hazen Babcock  wrote:
> Leo wrote:
>>
>> Hello,
>>
>> The standard way to include a header file in a framework is
>> [FRAMEWORK/HEADER], the following simple patch fixes this so that one no
>> longer needs to set compiler flags in order to find the header file.
>>
>
> Thanks, incorporated in v10801.

Seems there's a typo. It should be .

> -Hazen

Thanks.

Leo

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


[Plplot-devel] Fix AquaTerm header

2010-02-06 Thread Leo
Hello,

The standard way to include a header file in a framework is
[FRAMEWORK/HEADER], the following simple patch fixes this so that one no
longer needs to set compiler flags in order to find the header file.

Index: drivers/aqt.c
===
--- drivers/aqt.c	(revision 10793)
+++ drivers/aqt.c	(working copy)
@@ -30,7 +30,7 @@
 /* OS X specific header files */
 
 #import 
-#import 
+#import 
 
 /* PLplot header files */
 

Leo
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel