Hi,
please excuse me posting this on the FG developers list but I think the
chance to get any help is bigger here :-)

I can compile FlightGear CVS without any problems, did it last evening
the last time.

When I try to compile Atlas I get an error when executing the "make"
command:
MAKE and ERROR!!!!! RenderTexture.cpp:51:30: error: simgear_config.h:
Datei oder Verzeichnis nicht gefunden //FILE OR FOLDER NOT FOUND
Can anyone give me a hint what to do?  SimGear CVS has just been
configured (for FlightGear) with the same prefix "./configure
--prefix=/usr/local/FlightGear" as I did for Atlas now - see A - D above!

Thank you in advance for your help. I am really missing Atlas since I am
on Linux (I ran the precompiled version on Win32).

Georg "HeliFlyer" EDDW

This is how I did it (in short form):

A) Update Atlas CVS

dhcppc2:/usr/local/src/Atlas # cvs update -dP
cvs update: Updating .
cvs update: Updating Atlas
cvs update: Updating GetMap
cvs update: Updating Map
cvs update: Updating MapPS
cvs update: Updating src
cvs update: Updating src/data

B) AUTOGEN.SH
dhcppc2:/usr/local/src/Atlas # ./autogen.sh
Host info: Linux x86_64
 automake: 1.9.6 (19)

Running aclocal
Running autoheader
Running automake --add-missing
Running autoconf

======================================
Now you are ready to run './configure'
======================================

C) CONFIGURE (same prefix as I used for SimGear(!), FlightGear CVS
build, no problems
dhcppc2:/usr/local/src/Atlas # ./configure --prefix=/usr/local/FlightGear
...
...

D) MAKE and ERROR!!!!! RenderTexture.cpp:51:30: error: simgear_config.h:
Datei oder Verzeichnis nicht gefunden //FILE OR FOLDER NOT FOUND
make
...
...
if g++ -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/FlightGear/include
-I/usr/X11R6/include -I/usr/local//include  -g -O2
-DFGBASE_DIR='"/usr/local/FlightGear/lib/FlightGear"' -MT
RenderTexture.o -MD -MP -MF ".deps/RenderTexture.Tpo" -c -o
RenderTexture.o RenderTexture.cpp; \
then mv -f ".deps/RenderTexture.Tpo" ".deps/RenderTexture.Po"; else rm
-f ".deps/RenderTexture.Tpo"; exit 1; fi
RenderTexture.cpp:51:30: error: simgear_config.h: Datei oder Verzeichnis
nicht gefunden //FILE OR FOLDER NOT FOUND
make[3]: *** [RenderTexture.o] Fehler 1 //ERROR 1
make[3]: Leaving directory `/usr/local/src/Atlas/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/usr/local/src/Atlas/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/usr/local/src/Atlas/src'
make: *** [all-recursive] Fehler 1

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to