Re: [CMake] problems with VTK python module installation on OSX (after a custom build)

2008-09-02 Thread Darren Weber
Well, maybe not. Even after adding a value to ~/.MacOSX/environment.plist, the library load problem persists. [ [EMAIL PROTECTED] ~ ]$ echo $PYTHONPATH /usr/local/lib/python2.5/site-packages [ [EMAIL PROTECTED] ~ ]$ [ [EMAIL PROTECTED] ~ ]$ python Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)

Re: [CMake] problems with VTK python module installation on OSX (after a custom build)

2008-09-02 Thread Darren Weber
For the record, this page may provide the answer to appending the PYTHONPATH on OSX http://developer.apple.com/qa/qa2001/qa1067.html On Tue, Sep 2, 2008 at 3:49 PM, Darren Weber <[EMAIL PROTECTED]>wrote: > > I've tried to bend python a little using the sys.path, but this also fails: > > > [ [EMA

Re: [CMake] Patch to find Boost under Windows

2008-09-02 Thread Judicaël Bedouet
>On 03.09.08 00:01:38, Judicaël Bedouet wrote: >>* I have downloaded Multithread DLL for Visual Studio 2003 and tried to find *>>* them with CMake 2.6-1. Boost version is 1.35 *>>* CMake finds headers but can't find libraries. CMake search the following *>>* directories : *>>* *>>*- C:/boost/li

Re: [CMake] problems with VTK python module installation on OSX (after a custom build)

2008-09-02 Thread Darren Weber
I've tried to bend python a little using the sys.path, but this also fails: [ [EMAIL PROTECTED] ~/src/kitware/VTK_build ]$ pythonPython 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "license" for more infor

[CMake] problems with VTK python module installation on OSX (after a custom build)

2008-09-02 Thread Darren Weber
I've discovered a minor problem with the VTK python installation (from build) on OSX. I'm basically having library path issues and I don't know how to bend VTK build-install to fit OSX python or how to bend OSX python to use the default VTK install paths. First, some explanation of the OSX pytho

Re: [CMake] Patch to find Boost under Windows

2008-09-02 Thread Andreas Pakulat
On 03.09.08 00:01:38, Judicaël Bedouet wrote: > I have downloaded Multithread DLL for Visual Studio 2003 and tried to find > them with CMake 2.6-1. Boost version is 1.35 > CMake finds headers but can't find libraries. CMake search the following > directories : > >- C:/boost/lib >- C:/boost

[CMake] Patch to find Boost under Windows

2008-09-02 Thread Judicaël Bedouet
Hello, Under Windows, I can't find Boost libraries. I have downloaded Multithread DLL for Visual Studio 2003 and tried to find them with CMake 2.6-1. Boost version is 1.35 CMake finds headers but can't find libraries. CMake search the following directories : - C:/boost/lib - C:/boost -

Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Bill Hoffman
Andy Lego wrote: Hi, Sounds like a nice rainy Sunday project. Unfortunately it does not rain in California that much, so it is going to take a while before I have a chance to look at it. Andy On Tue, Sep 2, 2008 at 11:07 AM, Sean McBride <[EMAIL PROTECTED] > wrote

Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Andy Lego
Hi, Sounds like a nice rainy Sunday project. Unfortunately it does not rain in California that much, so it is going to take a while before I have a chance to look at it. Andy On Tue, Sep 2, 2008 at 11:07 AM, Sean McBride <[EMAIL PROTECTED]>wrote: > On 8/26/08 4:41 PM, Andy Lego said: > > >This

Re: [CMake] MEMORYCHECK_COMMAND

2008-09-02 Thread Sean McBride
On 8/26/08 4:41 PM, Andy Lego said: >This is a command used for memory checking, such as valgrind or purify. You >do not need to set it to anything, unless you are doing memory checking >during testing. > >I am not sure if there is any memory checker on mac at this point. Haven't >looked into that

Re: [CMake] Extending cmake to using windows installer xml

2008-09-02 Thread David Cole
ivirus, version of virus > signature database 3407 (20080902) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > ___ > CMake mailing list > CMake@cmake.org > http://www.cmake.org/mailman/lis

Re: [CMake] Recoverable build errors?

2008-09-02 Thread Martin Apel
Convey, Christian J CIV NUWC NWPT wrote: > > I've got a top-level CMake project with numerous executable and > library sub-projects. I'd like to have CMake generate Makefiles such > that if one of those subprojects fails the build process, the Makefile > still attempts to build all other subprojec

[CMake] Extending cmake to using windows installer xml

2008-09-02 Thread Sean Farrow
Hi; I'd like to extend the cmake build system to use the windows installer xml system. Could somebody give me pointers as to how to do this? Chers Sean. __ Information from ESET NOD32 Antivirus, version of virus signature database 3407 (20080902) __ The message was check

[CMake] Recoverable build errors?

2008-09-02 Thread Convey, Christian J CIV NUWC NWPT
I've got a top-level CMake project with numerous executable and library sub-projects. I'd like to have CMake generate Makefiles such that if one of those subprojects fails the build process, the Makefile still attempts to build all other subprojects that aren't dependent on any of those which fail

Re: [CMake] qt3 simple application question

2008-09-02 Thread Martin Costabel
[EMAIL PROTECTED] wrote: [] The CMakeLists.txt is as following (I highly suspect something wrong here, I stitched the script but not sure what I am doing. And I can't find any example related to qt3 + cmake + ui anywhere) A (big) project using qt3 (recently also qt4) and cmake is scribus. If yo