Hello,
I am trying to compile tabbed_values.cxx and found that it requires
assert.h to compile with MSVC (on Linux, it must be included indirectly).
There is a patch below
Cheers,
-Fred
D:\FlightGear\cvs\SimGear\simgear\misc>cvs -q diff -u tabbed_values.cxx
Index: tabbed_values.cxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/misc/tabbed_values.cxx,v
retrieving revision 1.1
diff -u -r1.1 tabbed_values.cxx
--- tabbed_values.cxx 15 Feb 2003 18:43:59 -0000 1.1
+++ tabbed_values.cxx 2 Mar 2003 15:12:07 -0000
@@ -1,5 +1,7 @@
#include "tabbed_values.hxx"
+#include "assert.h"
+
SGTabbedValues::SGTabbedValues(const char *line) :
_line(line)
{
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel