Re: [vmtk-users] CMake errors

2012-04-03 Thread Luca Antiga
Hi Benjamin, this is strange, since this class has been unmodified since a long time, and I have never seen this error before. Can you please post your CMakeCache.txt file? (you find it here: /Users/benberkowitz/vmtk-build/CMakeCache.txt) I have to check some internal settings stored there. Than

Re: [vmtk-users] CMake errors

2012-04-02 Thread Berkowitz, Benjamin M
Here is a little further up on the terminal window output, maybe a little more helpful: In file included from /Users/benberkowitz/vmtk/vtkVmtk/Segmentation/vtkvmtkCurvesLevelSetImageFilter.cxx:26: In file included from /Users/benberkowitz/vmtk/vtkVmtk/Segmentation/vtkvmtkCurvesLevelSetImageFilt

Re: [vmtk-users] CMake errors

2012-04-02 Thread Berkowitz, Benjamin M
Luca, I used CMake to create the Unix makefiles and compiled with make, which was very easy to do. However, towards the end of compiling VMTK after VTK and ITK were finished, I got this error: 28 warnings and 1 error generated. make[5]: *** [vtkVmtk/Segmentation/CMakeFiles/vtkvmtkSegmentation

Re: [vmtk-users] CMake errors

2012-03-31 Thread Luca Antiga
Hi Ben, have you tried generating Unix makefiles from CMake instead of an XCode project, and compiling with make? Luca On Apr 1, 2012, at 12:10 AM, "Berkowitz, Benjamin M" wrote: > Hi Luca, > > I'm running XCode version 4.3.2, and from what I read Apple changed around > the directories an

Re: [vmtk-users] CMake errors

2012-03-31 Thread Berkowitz, Benjamin M
Hi Luca, I'm running XCode version 4.3.2, and from what I read Apple changed around the directories and it's causing headaches. gcc --version gives me 4.2.1 'ls /usr/bin/install_name_tool' doesn't give me an error, and 'which install_name_tool' gives me '/usr/bin/install_name_tool'. Gcc is al

Re: [vmtk-users] CMake errors

2012-03-31 Thread Luca Antiga
Hi Ben, I'm using a recent XCode (4.2.1) and I'm not having troubles. What version are you at? It looks like CMake cannot find a compiler on your machine. What happens when you run gcc --version I also see that CMake cannot locate the "install_name_tool" executable, which I have in /usr/bin Do

Re: [vmtk-users] CMake errors

2012-03-30 Thread Berkowitz, Benjamin M
Hi, I've been doing some research and it sounds like CMake is having problems with the newest version of Xcode. Is anyone else using the newest version of XCode to compile the VMTK source with CMake? Did you have problems? Thanks, Ben On Mar 30, 2012, at 10:59 AM, Berkowitz, Benjamin M wro

[vmtk-users] CMake errors

2012-03-30 Thread Berkowitz, Benjamin M
Hi, I'm trying to build VMTK from source. I had luck earlier on another computer, but now I'm having problems in CMake. Here are the errors I get when I configure, using XCode as my compiler: The C compiler identification is unknown CMake Error at /Applications/CMake 2.8-7.app/Contents/share