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 you get an error when you open a terminal and run
ls /usr/bin/install_name_tool ?
To locate the executable, run
which install_name_tool

Let me know

Luca



On Mar 30, 2012, at 9:46 PM, Berkowitz, Benjamin M wrote:

> 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 wrote:
> 
>> 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/cmake-2.8/Modules/CMakeFindBinUtils.cmake:71 
>> (MESSAGE):
>> Could not find install_name_tool, please check your installation.
>> Call Stack (most recent call first):
>> /Applications/CMake 
>> 2.8-7.app/Contents/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:171 
>> (INCLUDE)
>> CMakeLists.txt:1 (PROJECT)
>> CMake Error: Could not find cmake module 
>> file:/Users/benberkowitz/vmtk-build/CMakeFiles/CMakeCCompiler.cmake
>> CMake Error: Could not find cmake module 
>> file:/Users/benberkowitz/vmtk-build/CMakeFiles/CMakeCXXCompiler.cmake
>> Configuring incomplete, errors occurred!
>> 
>> Has anyone encountered this before?
>> 
>> Thanks,
>> Ben Berkowitz
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here 
>> http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
>> vmtk-users mailing list
>> vmtk-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/vmtk-users
> 
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
> vmtk-users mailing list
> vmtk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vmtk-users

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to