[CMake] OSX universal binaires for VTK, cmake , ITK

2007-01-30 Thread Dan White
Hi Sean, we just got a new macbookpro with the core duo2 64 bit chip. we also haver access to a G5 so i wanted to ask you how you have been getting on with building universal binaires -arch ppc;i386 and also very fat binaries -arch ppc;ppc64;i386;x86_64 for VTK, CMake etc (we are also building

[CMake] Re: [vtkusers] CPack CMake and XCode to make an program installer on OS X? How?

2006-08-23 Thread Dan White
On Aug 23, 2006, at 4:12 PM, Gaetan Lehmann wrote: On Wed, 23 Aug 2006 15:06:05 +0200, Dan White <[EMAIL PROTECTED]> wrote: Hi Gaetan thanks I'll take a look. what is the output of the procedure? and OS X .mpkg or something? a .pkg file (WrapITK-0.2.1-Darwin.pkg) I do

[CMake] Re: [vtkusers] CPack CMake and XCode to make an program installer on OS X? How?

2006-08-23 Thread Dan White
2006 13:52:15 +0200, Dan White <[EMAIL PROTECTED]> wrote: Hi All OSX CMakers (Sean McBride in particular???) I see from the CMake Wiki there is a new packaging feature in CMake called CPack which on OSX needs Xcode. I have been searching for information on how to use this, but all I

[CMake] CPack CMake and XCode to make an program installer on OS X? How?

2006-08-23 Thread Dan White
Hi All OSX CMakers (Sean McBride in particular???) I see from the CMake Wiki there is a new packaging feature in CMake called CPack which on OSX needs Xcode. I have been searching for information on how to use this, but all I really found was the CMake Wiki, which doesnt give enough basic inst

Re: [CMake] Re: VTK /Cmake OSX universal binary quality dashboards

2006-06-08 Thread Dan White
On 7 Jun 2006, at 21:52, Sean McBride wrote: On 2006-06-07 20:23, Dan White said: Maybe I/We/someone should also submit an OSX universal binary VTK quality dashboard built on a PPC. I build vtk every night (well, I just noticed its been broken for a few weeks! But its back now) but I

[CMake] Re: Can we increase the status of VTK / Cmake OSX universal binary bugs bugid=2492 bugid=3059?

2006-06-08 Thread Dan White
On 7 Jun 2006, at 21:43, Sean McBride wrote: On 2006-06-07 13:35, Mike Jackson said: The only problem I see with this setup is that you can not build a Universal Binary that actually _runs_ on OS X 10.3.9. For that you would need to set the SYSROOT to something else. Xcode handles this in

Re: [CMake] Re: VTK /Cmake OSX universal binary quality dashboards

2006-06-08 Thread Dan White
ns in the code that are hardware dependent that will require dealing with (like rounding techniques, fast floors, etc. etc.) Yves On 7-Jun-06, at 1:37 PM, Dan White wrote: Hi Yves, Indeed it is funny because I get this! white:~/Desktop/VTKgcc/VTK/bin dan$ lipo -info libvtkFilteringPythonD.

Re: [CMake] Re: VTK /Cmake OSX universal binary quality dashboards

2006-06-07 Thread Dan White
universal .dylib Dan On 7 Jun 2006, at 20:29, Yves Starreveld wrote: Funny, I just did a clean build with those settings, and lipo tells me: ystarrev$ lipo -info libvtkCommon.dylib Non-fat file: libvtkCommon.dylib is architecture: ppc Yves On 7-Jun-06, at 1:23 PM, Dan White wrote: Hi Glen

[CMake] Re: VTK /Cmake OSX universal binary quality dashboards

2006-06-07 Thread Dan White
heers, Glen On 07/06/06, Sean McBride <[EMAIL PROTECTED]> wrote: On 2006-06-07 15:13, Dan White said: >Anyone else managed a OSX x86 intel VTK build? I'm not sure if it will be useful, but you could look at my nightly cmake build. It is built on a PPC but is a Universal B

[CMake] Re: Make VTK OSX universal binaries with CMAKE_OSX_ARCHITECTURES ppc; i386

2006-06-07 Thread Dan White
stage for Graphics. cheers Dan Hi, I managed to compile cmake from cvs as intel only binary with no problems to compile as universal binary do i just put i386 and ppc in the right line in the ccmake . setup? Dan On 7 Jun 2006, at 17:17, Sean McBride wrote: On 2006-06-07 15:13, Dan

[CMake] ccmake . configure changes intel compiler selection from icc back to gcc! Why? Anyone know?

2006-06-01 Thread Dan White
Hi all, Doing an OSX VTK build on intel core duo platform OSX10.4 Cmake 2.4 patch2 VTK CVS yesterday trying to use intel compilers for OSX intel ccmake . configure changes intel compiler selection from icc back to gcc! Why? Anyone know? also it changes icpc back to g++ icc and icpc are bo