Jean-Christophe Zufferey wrote:
> 
> Thanks for your response. I have still some problems...
> 
> I first try to use the provided Workspace (for SimGear-0.0.16). The
> following notice is visible in the README file: "MSVC5 users: Copy
> simgear/config.h.vc5 to simgear/config.h before building." But I cannot
> find this file.
> Then, if I try to build this SimGear project with MSVC6, I get the
> following errors:
> "c:\flightgear\source\msvc\simgear\simgear\math\sg_random.c(26) : fatal
> error C1083: Cannot open include file: 'simgear_config.h': No such file
> or directory".
> 
> Back to my self made Workspace (after README.MSVC), I turn off
> "pre-compiled headers" and try to build again. I got:
> "c:\flightgear\source\msvc\simgear\simgear\io\decode_binobj.cxx(3) :
> fatal error C1083: Cannot open include file: 'unistd.h': No such file or
> directory".
> 

Remove decode_binobj from your project file.  It is a unix-only test
program.  The same applies to lowtest and socktest.

Bernie

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to