Re: [Plplot-devel] Cross compilation

2009-03-03 Thread Arjen Markus
On 2009-03-03 23:23, Thomas Stover wrote: > > -I'm curious what NaNAware is, but I haven't found a good link > explaining it. Hello Thomas, NaNAware refers to one of the special "numbers" in IEEE arithmetics: NaN is the acronym of Not-a-Number, it is used to represent the result of 0.0/0.0, sq

Re: [Plplot-devel] Cross compilation

2009-03-03 Thread Werner Smekal
Hi Thomas, > > -I'm guessing that I need to try this with the SVN tree. I'm on rev > 9667. > > -I think sometimes CMake does some config caching or something that > gets in the way big time, and I can't figure out how to clear or > disable it. What are you suppose to do? I've been just start

Re: [Plplot-devel] Cross compilation was build problems

2009-03-03 Thread Alan W. Irwin
On 2009-03-03 17:59-0600 Thomas Stover wrote: > >>> >>> The current stumbling block for the cairo drivers is that they use >>> pkg-config to get the correct paths and libraries to link in. This won't >>> work on a cross-compiled environment unless you provide suitable >>> pkg-config >>> files fr

Re: [Plplot-devel] Cross compilation

2009-03-03 Thread Hazen Babcock
Thomas Stover wrote: > > -Also extcairo wont work by itself. At least one other cairo based > driver needs to be turned on for a successful build. Not just with cross > compiles, but in general. > That was a problem with the cairo.cmake file, extcairo should build by itself now (as of v9671).

Re: [Plplot-devel] Cross compilation was build problems

2009-03-03 Thread Thomas Stover
>> >> The current stumbling block for the cairo drivers is that they use >> pkg-config to get the correct paths and libraries to link in. This won't >> work on a cross-compiled environment unless you provide suitable >> pkg-config >> files from a cross-compiled version of cairo. This should be po

Re: [Plplot-devel] Cross compilation was build problems

2009-03-03 Thread Alan W. Irwin
On 2009-03-03 12:49- Andrew Ross wrote: > On Mon, Mar 02, 2009 at 11:16:37AM -0800, Alan Irwin wrote: >> [...]In sum, my advice [to Thomas was] to stick with CMake (since we should >> be able to give >> you some help in that case, and CMake skill with a normal build environment >> and also a

Re: [Plplot-devel] Cross compilation

2009-03-03 Thread Thomas Stover
Andrew Ross wrote: > Thomas, > > I've now done the necessary changes to plplot to allow a cmake > cross-compilation of at least the basic library. See the plplot wiki > http://www.miscdebris.net/plplot_wiki/index.php?title=Main_Page > for instructions. I have cross-compiled for mingw32 under linu

Re: [Plplot-devel] Plplot ocaml installation location

2009-03-03 Thread Hezekiah M. Carty
On Tue, Mar 3, 2009 at 4:15 PM, Andrew Ross wrote: > Sorry - I know we went through all the ocamlfind arguments before. I wasn't > suggesting revisiting that! What I was suggesting was installing in > ${CMAKE_INSTALL_PREFIX}/lib/ocaml/${OCAML_VERSION} > which is consistent with the "plplot" way of

Re: [Plplot-devel] Plplot ocaml installation location

2009-03-03 Thread Hezekiah M. Carty
On Tue, Mar 3, 2009 at 2:36 PM, Andrew Ross wrote: > > Hez (and any other interested parties), > > I notice that current plplot is installing the ocaml bindings in > ${CMAKE_INSTALL_PREFIX}/lib/${OCAML_VERSION}. This seems rather unwise. > There is no guarantee what the ocaml version will mean any

Re: [Plplot-devel] Plplot ocaml installation location

2009-03-03 Thread Andrew Ross
On Tue, Mar 03, 2009 at 03:45:34PM -0500, Hezekiah M. Carty wrote: > On Tue, Mar 3, 2009 at 2:36 PM, Andrew Ross wrote: > > > > Hez (and any other interested parties), > > > > I notice that current plplot is installing the ocaml bindings in > > ${CMAKE_INSTALL_PREFIX}/lib/${OCAML_VERSION}. This se

Re: [Plplot-devel] Help to add Qt driver in the cmake build process

2009-03-03 Thread Alan W. Irwin
On 2009-03-03 14:13- Alban Rochel wrote: > Andrew Ross wrote: >> On Tue, Mar 03, 2009 at 01:19:45PM +, Alban Rochel wrote: >>> Dear all, >>> >>> I am currently working on the delivery of various Qt-based drivers for >>> plplot, based on our own version of these drivers in our QSAS software

Re: [Plplot-devel] Help to add Qt driver in the cmake build process

2009-03-03 Thread Alban Rochel
Andrew Ross wrote: > On Tue, Mar 03, 2009 at 01:19:45PM +, Alban Rochel wrote: >> Dear all, >> >> I am currently working on the delivery of various Qt-based drivers for >> plplot, based on our own version of these drivers in our QSAS software. >> >> Unfortunately, none of us in the team has kn

Re: [Plplot-devel] Help to add Qt driver in the cmake build process

2009-03-03 Thread Andrew Ross
On Tue, Mar 03, 2009 at 01:19:45PM +, Alban Rochel wrote: > Dear all, > > I am currently working on the delivery of various Qt-based drivers for > plplot, based on our own version of these drivers in our QSAS software. > > Unfortunately, none of us in the team has knowledge in cmake, and >

[Plplot-devel] Help to add Qt driver in the cmake build process

2009-03-03 Thread Alban Rochel
Dear all, I am currently working on the delivery of various Qt-based drivers for plplot, based on our own version of these drivers in our QSAS software. Unfortunately, none of us in the team has knowledge in cmake, and although I've managed to do most of what I wanted, I'm still stuck on one p

Re: [Plplot-devel] Cross compilation was build problems

2009-03-03 Thread Andrew Ross
On Mon, Mar 02, 2009 at 11:16:37AM -0800, Alan Irwin wrote: > On 2009-03-02 11:38-0600 Thomas Stover wrote: > > > Thanks for the input on cross compiling with cmake. Using the latest > > version > > of cmake, and the documentation I made a number of attempts to use mingw to > > build a win32 pl