Re: [Plplot-devel] Commit of universal coordinate transform support - request for testing

2010-04-16 Thread Hezekiah M. Carty
On Wed, Apr 14, 2010 at 11:43 PM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> PLplot developers and interested users, >> >> With PLplot trunk rev. 10905, I have committed basic support for >> universal 2D coordinate transformations in PLplot using a new >> function, plstransform.  The co

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
On Apr 16, 2010, at 5:06 PM, David MacMahon wrote: > > On Apr 16, 2010, at 15:56 , Jerry wrote: > >> /usr/bin/c++ -bundle -headerpad_max_install_names -o qt.so >> CMakeFiles/qt.dir/qt.cpp.o CMakeFiles/qt.dir/__/bindings/qt_gui/ >> plqt.cpp.o ../src/libplplotd.9.7.0.dylib /usr/lib/libm.dylib

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread David MacMahon
On Apr 16, 2010, at 15:56 , Jerry wrote: > /usr/bin/c++ -bundle -headerpad_max_install_names -o qt.so > CMakeFiles/qt.dir/qt.cpp.o CMakeFiles/qt.dir/__/bindings/qt_gui/ > plqt.cpp.o ../src/libplplotd.9.7.0.dylib /usr/lib/libm.dylib - > framework QtSvg -framework QtGui -framework Carbon -fr

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
On Apr 16, 2010, at 11:37 AM, David MacMahon wrote: Hi, Jerry, On Apr 16, 2010, at 3:16 , Jerry wrote: * Two PLplot-built libraries are 32-bit and ONE OF THESE IS FIRST IN THE FILE LIST. The very first file in the file list is reported as 32-bit: Non-fat file: ./qt.cpp.o is architecture: i38

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread David MacMahon
Hi, Jerry, On Apr 16, 2010, at 3:16 , Jerry wrote: > * Two PLplot-built libraries are 32-bit and ONE OF THESE IS FIRST IN > THE FILE LIST. > > The very first file in the file list is reported as 32-bit: > Non-fat file: ./qt.cpp.o is architecture: i386 How did this file managed to get built as 32

[Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
This was the thread "[Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard" but I've started a new one because the problem actually seems to be a compiler problem Problem summary: I'm trying to build PLplot on OS X Leopard (10.5.8) with a 64-bit Ada compiler. The lin