Re: [CMake] Latest Xcode install (4.3.x) and CMake error

2012-06-28 Thread Michael Jackson
Thanks. I'll give that a try.

___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net  www.bluequartz.net

On Jun 28, 2012, at 9:30 AM, Sean McBride wrote:

> On Thu, 28 Jun 2012 09:16:31 -0400, Michael Jackson said:
> 
>> Error: No developer directory found at /Developer.  Run
>> /usr/bin/xcode-select to update the developer directory path.
> 
> Hey Mike!
> 
> Maybe your xcode-select is still pointing to /Developer?  Try rerunning 
> xcode-select to point it to /Applications/Xcode.app (or where ever).  It has 
> a pretty good man page too BTW.
> 
> --
> 
> Sean McBride, B. Eng s...@rogue-research.com
> Rogue Researchwww.rogue-research.com
> Mac Software Developer  Montréal, Québec, Canada
> 
> 

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Latest Xcode install (4.3.x) and CMake error

2012-06-28 Thread Sean McBride
On Thu, 28 Jun 2012 09:16:31 -0400, Michael Jackson said:

> Error: No developer directory found at /Developer.  Run
> /usr/bin/xcode-select to update the developer directory path.

Hey Mike!

Maybe your xcode-select is still pointing to /Developer?  Try rerunning 
xcode-select to point it to /Applications/Xcode.app (or where ever).  It has a 
pretty good man page too BTW.

-- 

Sean McBride, B. Eng s...@rogue-research.com
Rogue Researchwww.rogue-research.com 
Mac Software Developer  Montréal, Québec, Canada


--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


[CMake] Latest Xcode install (4.3.x) and CMake error

2012-06-28 Thread Michael Jackson
I have the latest Xcode installed on a new Mac Laptop and I am trying to 
configure my project with CMake and generate Xcode projects but I am getting 
the following error:

CMake Error at /Applications/CMake 
2.8-8.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 
(MESSAGE):
 The C compiler "/usr/bin/gcc" is not able to compile a simple test program.

 It fails with the following output:

  Change Dir: 
/Users/svenkata/Desktop/Work/Tomography/TomoSoftware/HAADFSTEM/C-Code/eimtomo_Mike/Build/CMakeFiles/CMakeTmp



 Run Build Command:/Applications/CMake\ 2.8-8.app/Contents/bin/cmakexbuild
 -project CMAKE_TRY_COMPILE.xcodeproj build -target
 cmTryCompileExec2510098932 -configuration Debug

 Error: No developer directory found at /Developer.  Run
 /usr/bin/xcode-select to update the developer directory path.





 CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
 CMakeLists.txt:11 (project)


-- Configuring incomplete, errors occurred!


Is there anything special with this setup that I should know about?

Thanks
___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net  www.bluequartz.net

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake