Re: [Flightgear-devel] 2.10 Build error

2013-02-25 Thread James Turner

On 25 Feb 2013, at 04:34, castle...@comcast.net wrote:

 Running with cmake 2.8.2.  where do I find SimGearComponent?  Did I miss a 
 step before cmake? Or something from 2.8?

Starting with a fresh build-dir?

I.e assuming you're in 'sg-build' which is a sibling of 'simgear'

rm -r *
cmake ../simgear  …...other options, probably at least 
-DCMAKE_INSTALL_PREFIX=$PWD/../dist or similar ….

James




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] 2.10 Build error

2013-02-25 Thread Kleo G .
You can also try inside the build-dir 'ccmake ../path-to-source-dir' and get 
Cmake's Interactive Configuration Tool and fix everything there.

Notice the 2 'c' in ccmake!

Cheers!
Kle

On 25 feb 2013, at 10:41, James Turner zakal...@mac.com wrote:

 
 On 25 Feb 2013, at 04:34, castle...@comcast.net wrote:
 
 Running with cmake 2.8.2.  where do I find SimGearComponent?  Did I miss a 
 step before cmake? Or something from 2.8?
 
 Starting with a fresh build-dir?
 
 I.e assuming you're in 'sg-build' which is a sibling of 'simgear'
 
 rm -r *
 cmake ../simgear  …...other options, probably at least 
 -DCMAKE_INSTALL_PREFIX=$PWD/../dist or similar ….
 
 James
 
 
 
 
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] 2.10 Build error

2013-02-24 Thread castle . 64
Hi,

Started a new build for FG-2.10; last build was 2.6

Problem right out of the gate with simgear

Following error output 

[castle@rampart simgear]# cmake ../simgear
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at bucket/CMakeLists.txt:2 (include):
  include could not find load file:

SimGearComponent


CMake Error at bucket/CMakeLists.txt:7 (simgear_component):
  Unknown CMake command simgear_component.


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run cmake --help-policy CMP.


Running with cmake 2.8.2.  where do I find SimGearComponent?  Did I miss a step 
before cmake? Or something from 2.8?

Regards
John



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel