[Opengc-devel] building opengc under redhat 7.3
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Rick M. <ri...@cc...> - 2002-10-23 15:12:23
|
I believe I have everything in place and the aclocal, automake -a, autoconf, and ./configure steps appear to go without error. The make step seems to fail. The last messages I see are as follows: make[2]: *** [ogcDataSource.o] Error 1 make[2]: Leaving directory '/home/rick/opengc/Source/DataSources' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/rick/opengc/Source' make: *** [all-recursive] Error 1 Prior to these statements, I see a number of warning statements ending with "does not give a valid preprocessing token" (e.g., ../../Source/DataSources/ogcDataSource.h:422:3: warning: pasting "->" and "Wind_Velocity" does not givie a valid preprocessing token). Looking through the archives, I did install the fltk rpms (not sure where they fit in) and I also modified CMakeLists.txt to reflect the proper paths. I downloaded the opengc source earlier today via CVS. I am currently running FlightGear (successful build) on this system. Any suggestions would be greatly appreciated. Rick |