[Flightgear-devel] Compiling Simgear: file not found jconfig.h - is it needed?

2009-08-18 Thread Randall Green
Victhor, You are absolutely amazing! But now I get file not found on jconfig.h. Is it needed? I see the code looks like this: #ifndef JCONFIG_INCLUDED    /* in case jinclude.h already did */ #include jconfig.h        /* widely used configuration options */ #endif Can I just take out #define

Re: [Flightgear-devel] Compiling Simgear: file not found jconfig.h - is it needed?

2009-08-18 Thread Victhor Foster
I don't know. Try reading SimGear 1.9.1's README and installing all the libs necessary to build it. Victhor, You are absolutely amazing! But now I get file not found on jconfig.h. Is it needed? I see the code looks like this: #ifndef JCONFIG_INCLUDED/* in case jinclude.h already did

Re: [Flightgear-devel] Compiling Simgear: file not found jconfig.h - is it needed?

2009-08-18 Thread Erik Hofman
Randall Green wrote: Victhor, You are absolutely amazing! But now I get file not found on jconfig.h. Is it needed? I see the code looks like this: #ifndef JCONFIG_INCLUDED/* in case jinclude.h already did */ #include jconfig.h/* widely used configuration options */ #endif

Re: [Flightgear-devel] Compiling Simgear: file not found jconfig.h - is it needed?

2009-08-18 Thread Tom P
Hi Randall If you are rebuilding libjpeg for Windows from http://www.ijg.org/, it's a bit of a pain. I'd suggest you to get the libjpeg dependency from the OSG 3rdParty package:

Re: [Flightgear-devel] Compiling Simgear: file not found jconfig.h - is it needed?

2009-08-18 Thread Reagan Thomas
Tom P wrote: Hi Randall If you are rebuilding libjpeg for Windows from http://www.ijg.org/, it's a bit of a pain. I'd suggest you to get the libjpeg dependency from the OSG 3rdParty package: