With today's simgear and flightgear source from git, after compiling and 
installing simgear, fgfs
./configure CFLAGS="-march=native" CXXFLAGS="-march=native" 
--prefix=$FG_ROOT
fails with

checking simgear/version.h usability... yes
checking simgear/version.h presence... yes
checking for simgear/version.h... yes
checking for SimGear 2.2.0 or newer... [found 2.0.0] ... wrong version
configure: error: Install latest SimGear first...
make: *** [config.status] Error 1

I assume that it is checking the file /usr/local/include/simgear/version.h

that was written by the simgear
sudo make install.

That file contains
#ifndef _SIMGEAR_VERSION_H
#define _SIMGEAR_VERSION_H


#define SIMGEAR_VERSION 2.2.0


#endif // _SIMGEAR_VERSION_H

which should have passed the test.

I do have a source folder for SimGear 2.0.0 that contains 
simgear/version.h that would not pass.  But I did a make uninstall in 
that folder before compiling and installing the git simgear.

Suggestions?



------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to