[Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-28 Thread Stuart Buchanan
Hi Guys, I've somehow managed to break my VC8 build of FG. I followed the instructions linked from the wiki using the 3rdparty-2006-11-25.zip and osg_ot_md.zip. This was working nicely a couple of weeks ago, so I _think_ my build system is OK. SimGear compiles quite happily, however building

Re: [Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-28 Thread Maik Justus
Hi Stuart, add simgear\scene\model\SGMaterialAnimation.cxx to your simgear project file. If you get an error message like your reported one, search for a *.c?? file with the required function and add it to the project file. Or: if you update via cvs look for new *.c?? files and add them.

Re: [Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-28 Thread Stuart Buchanan
--- Maik Justus wrote: Hi Stuart, add simgear\scene\model\SGMaterialAnimation.cxx to your simgear project file. If you get an error message like your reported one, search for a *.c?? file with the required function and add it to the project file. Or: if you update via cvs look for