Hi,

I am trying to install Gazebo under Mac OS X 10.6.

I installed ODE using macports, which CMake for Gazebo finds,
however FreeImage 3.12.0 is not found when I tried using Macports.

It states that it wants FreeImage version 3.10.0, which I have compiled from 
source,
and when I do this in code, Xcode cannot find the FreeImage header: 

#include <FreeImage.h>

This is what happens when I try to build Gazebo (it finds ODE okay, but cannot 
see FreeImage):

Phase:gazebo-0.9.0 brock$ cd build/
Phase:build brock$ ls
Phase:build brock$ cmake ..
-- Gazebo version 0.9.0
-- ====== Finding 3rd Party Packages ======
-- Operating system is Apple MacOS X
-- checking for module 'ode>=0.10.1'
--   found ode, version 0.11.1
-- checking for module 'freeimage>=3.10.0'
--   package 'freeimage>=3.10.0' not found
--   freeimage.pc not found, trying freeimage_include_dir and 
freeimage_library_dir flags.
CMake Error at cmake/FindFreeimage.cmake:30 (MESSAGE):
    Invalid FreeImage Version. Requires 3.10.0
Call Stack (most recent call first):
  cmake/SearchForStuff.cmake:8 (INCLUDE)
  CMakeLists.txt:72 (INCLUDE)

Running the GUI version of CMake gives me the same error:

CMake Error at cmake/FindFreeimage.cmake:30 (MESSAGE):
    Invalid FreeImage Version. Requires 3.10.0
Call Stack (most recent call first):
  cmake/SearchForStuff.cmake:8 (INCLUDE)
  CMakeLists.txt:72 (INCLUDE)

Any help would be appreciated. Thanks.

Regards,
Brock
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to