* Andy Ross -- Thursday 20 November 2003 17:18:
> Anyway, try it and see if anything breaks.

Doesn't compile. Fix:


$ diff -u /tmp/source/src/Scripting/NasalSys.cxx NasalSys.cxx
--- /tmp/source/src/Scripting/NasalSys.cxx      2003-11-20 16:17:03.000000000 +0100
+++ NasalSys.cxx        2003-11-20 22:11:47.497863448 +0100
@@ -5,7 +5,7 @@

 #include <plib/ul.h>

-#include <simgear/nasal.h>
+#include <simgear/nasal/nasal.h>
 #include <simgear/props/props.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/structure/commands.hxx>
$ diff -u /tmp/source/src/Scripting/NasalSys.hxx NasalSys.hxx
--- /tmp/source/src/Scripting/NasalSys.hxx      2003-11-19 22:54:31.000000000 +0100
+++ NasalSys.hxx        2003-11-20 22:12:53.117887688 +0100
@@ -3,7 +3,7 @@

 #include <simgear/misc/sg_path.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <simgear/nasal.h>
+#include <simgear/nasal/nasal.h>

 //#include <Main/fgtimer.hxx>



What I like about PSL is that I don't have to learn yet another
language. C knowledge is all I need. And what I don't like about
Nasal is the name. Makes me too much think of noses.

But apart from that, everything worked flawlessly!  :-)

m.




_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to