[CMake] Re: [vtkusers] VTK/ParaView/ITK BOF at Vis06

2006-11-01 Thread Martin Baumann
Hi, will these presentations be available online or only for the participants of the Vis06? Regards, M.B. Berk Geveci schrieb: Hello Everyone, Kitware will be hosting a VTK / ParaView / ITK "Birds-Of-A-Feather" (BOF) meeting in Baltimore, Maryland as part of the Visualization '06 conference

[CMake] Re: CMAKE_MAKE_PROGRAM is not set&In-Reply [EMAIL PROTECTED]

2006-03-13 Thread Martin Baumann
Hi, >There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles >directory. These files don't help me in this problem. I added the files to this mails. The one file contains the same error as the output of CMake itself the other one looks as if there weren't errors at all. I

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-12 Thread Martin Baumann
FLAGS, which is where I suspect the -64 is coming from. At 08:13 PM 3/11/2006, Martin Baumann wrote: Hi, I checked the Modules/CMakeUnixFindMake.cmake but this didn't help me. The first message is: The C compiler "gcc" is not able to compile a simple test program. It fails

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-11 Thread Martin Baumann
riable! This is some confusing to me. Does a precompiled verison of VTK-5.0 exist for a SGI Onyx2 6.5 machine that can be downloaded? Thanks, M.B. William A. Hoffman schrieb: At 06:56 AM 3/10/2006, Martin Baumann wrote: Hi, on this machine are different programming environments. H

[CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-10 Thread Martin Baumann
Hi, on this machine are different programming environments. Here are my environment variables that CMake uses: CC=gcc CFLAGS='-O3 -fomit-frame-pointer' CXX=g++ CXXFLAGS='-O3 -fomit-frame-pointer' LDFLAGS='-L/usr/local/lib32 -L/usr/machine/lib32 -L/usr/segment/lib32 -Wl,-rpath is there a list wh

[CMake] CMAKE_MAKE_PROGRAM is not set

2006-02-23 Thread Martin Baumann
Hi, I have installed CMake on a Onyx2 system. When I run cmake I get the error: CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Error required internal CMak

[CMake] SGI Onyx2

2006-02-21 Thread Martin Baumann
Hi, which version can I use to run on a SGI Onyx2 system? Thanks, M.B. __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 _

[CMake] Re: [vtkusers] Compilation Problem | WinXP, MSys, MinGW | undefined reference to `vtkDataArrayTemplate::WritePointer(int, int)'

2006-02-09 Thread Martin Baumann
jpeg_abort I want to stress that these are called __imp__vtk_jpeg_abort and NOT _imp__vtk_jpeg_abort (__ not _). I am not sure wheter this is important or not. As I read in a manual for tool nm the U stands for undefined, the symbol is used by the library but not defined by it. Martin Martin

Re: [CMake] Unix Makefiles for MinGW | Generator for MinGW

2006-02-08 Thread Martin Baumann
=> -G Unix\ Makefiles <= but none of them works. How must I write it correct? Thanks, MB William A. Hoffman schrieb: At 07:25 PM 2/8/2006, Martin Baumann wrote: Hi, I have massive problems configuring VTK-5.0 source with CMake for MinGW. What is the best way to do so? Y

[CMake] Unix Makefiles for MinGW | Generator for MinGW

2006-02-08 Thread Martin Baumann
-Bill // That sounds good. Maybe this is a good way? I just installed WinCVS and connected to the CVS-Server of CMake. Now what do I have to download to use the new generator? Thanks, Martin Baumann ___ CMake mailing list CMake@cmak