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

2010-02-10 Thread Alan W. Irwin
On 2010-02-11 02:20- Leo wrote: >>> 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

Re: [Plplot-devel] [PATCH] Move definitions of pltr0f and pltr2f to plcont.c

2010-02-10 Thread Alan W. Irwin
On 2010-02-10 21:57-0800 David MacMahon wrote: > Hi, Hazen, > > On Feb 10, 2010, at 18:02 , Hazen Babcock wrote: > >> David MacMahon wrote: >>> Moves the definitions of pltr0f and pltr2f (both declared in >>> plplot.h) >>> from the sccont.c files of the FORTRAN bindings into plcont.c. >> >> Could

Re: [Plplot-devel] [PATCH] Move definitions of pltr0f and pltr2f to plcont.c

2010-02-10 Thread David MacMahon
Hi, Hazen, On Feb 10, 2010, at 18:02 , Hazen Babcock wrote: > David MacMahon wrote: >> Moves the definitions of pltr0f and pltr2f (both declared in >> plplot.h) >> from the sccont.c files of the FORTRAN bindings into plcont.c. > > Could you elaborate briefly on what problem this patch solves?

Re: [Plplot-devel] [PATCH] Move definitions of pltr0f and pltr2f to plcont.c

2010-02-10 Thread Hazen Babcock
David MacMahon wrote: > Moves the definitions of pltr0f and pltr2f (both declared in plplot.h) > from the sccont.c files of the FORTRAN bindings into plcont.c. Could you elaborate briefly on what problem this patch solves? thanks, -Hazen -

Re: [Plplot-devel] Fix AquaTerm header

2010-02-10 Thread Hazen Babcock
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. -Hazen -

Re: [Plplot-devel] Fix AquaTerm header

2010-02-10 Thread Hazen Babcock
Leo wrote: > 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

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

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

Re: [Plplot-devel] [Plplot-general] MinGW Make Trouble

2010-02-10 Thread Alan W. Irwin
On 2010-02-10 20:39+0100 Werner Smekal wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > >> >> Werner, your combined knowledge of windows and CMake makes you the obvious >> candidate to ask Windows-related questions in an informed way on the CMake >> list. Therefore, would you ple

Re: [Plplot-devel] [Plplot-general] MinGW Make Trouble

2010-02-10 Thread Werner Smekal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > > Werner, your combined knowledge of windows and CMake makes you the obvious > candidate to ask Windows-related questions in an informed way on the CMake > list. Therefore, would you please ask on that list whether there is a way > for cmake to

Re: [Plplot-devel] [Plplot-general] MinGW Make Trouble

2010-02-10 Thread Alan W. Irwin
Hi Hazen: My response below is mostly directed to you, but Werner should note there is a question for him at the end. On 2010-02-10 11:27-0500 Hazen Babcock wrote: > David Mertens wrote: >> On Sat, Feb 6, 2010 at 10:15 AM, Hazen Babcock > > wrote: >> >> The problem i

Re: [Plplot-devel] [Plplot-general] MinGW Make Trouble

2010-02-10 Thread Hazen Babcock
David Mertens wrote: > On Sat, Feb 6, 2010 at 10:15 AM, Hazen Babcock > wrote: > > The problem is that the dll's that it made are not in your PATH. If > you look in your build directory there should be a folder called > "dll". Once you add that to PATH you sho