To fix the build break you need to patch:
Index: FlightGear/src/Time/sunsolver.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Time/sunsolver.cxx,v
retrieving revision 1.6
diff -u -r1.6 sunsolver.cxx
--- FlightGear/src/Time/sunsolver.cxx 11 Nov 2005 14:46:15 -0000 1.6
+++ FlightGear/src/Time/sunsolver.cxx 12 Nov 2005 14:06:20 -0000
@@ -23,6 +23,11 @@
* $Id: sunsolver.cxx,v 1.6 2005/11/11 14:46:15 ehofman Exp $
*/
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Time/sunsolver.cxx,v
retrieving revision 1.6
diff -u -r1.6 sunsolver.cxx
--- FlightGear/src/Time/sunsolver.cxx 11 Nov 2005 14:46:15 -0000 1.6
+++ FlightGear/src/Time/sunsolver.cxx 12 Nov 2005 14:06:20 -0000
@@ -23,6 +23,11 @@
* $Id: sunsolver.cxx,v 1.6 2005/11/11 14:46:15 ehofman Exp $
*/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#ifdef SG_HAVE_STD_INCLUDES
# include <cmath>
// # include <cstdio>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#ifdef SG_HAVE_STD_INCLUDES
# include <cmath>
// # include <cstdio>
I am using the openal_cyg.tgz from <http://www.mail-archive.com/[email protected]/msg10995.html>
The run time error I get is:
Russian:
(âÞçÚÐ ÒåÞÔÐ Ò ßàÞæÕÔãàã alutLoadWAVFile ÝÕ ÝÐÙÔÕÝÐ Ò ÑØÑÛØÞâÕÚÕ DLL openal32.dll)
English: Entry point into procedure alutLoadWAVFile not found in dll library openal32.dll
$ which openal32.dll
/usr/local/bin/openal32.dll
/usr/local/bin/openal32.dll
[EMAIL PROTECTED] /cygdrive/s/flightgear/fgdev9.9
$ ls -l /usr/local/bin/openal32.dll
-rwxr-xr-x 1 °ÔÜØÝØáâàÐâÞà ¾âáãâáâÒãÕâ 480468 Apr 30 2004 /usr/local/bin/openal32.dll
$ ls -l /usr/local/bin/openal32.dll
-rwxr-xr-x 1 °ÔÜØÝØáâàÐâÞà ¾âáãâáâÒãÕâ 480468 Apr 30 2004 /usr/local/bin/openal32.dll
[EMAIL PROTECTED] /cygdrive/s/flightgear/fgdev9.9
$
$
Thank you!
Ima
_______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
