Dear list,

after I got managed to compile Simgear and FG sources from git without big 
trouble on my Win Vista x64 with VisualStudioC++ 2008 (MSVC9) with lots of 
appreciated help on irc I now try to compile fgrun from gitorious.

I followed http://geoffmclane.com/fg/fgfs-048.htm#buildfgrun. Like stated there 
I added gettext runtime and libs but more actual version 0.14.4 from 
http://sourceforge.net/projects/gnuwin32/files/gettext/0.14.4/ to fulfil (most 
of) fgrun's needs. I changed "afxres.h" to "windows.h". I added additional 
includes of fltk_1.1.10.

Like Allan Teeder stated today on dev mailling list I manually included 
inputvalue.hxx to fgrun's wizard_funcs.cxx to respect changes in Simgear 
because I discovered similar errors during compiling fgrun.

Compiling works now without errors or warnings but linking fails with error 
LNK1181 as it complains about a missing "libintl.lib" which obviously should 
provided by gettext but is not or at least I can't find a source for it. Using 
the mentioned libintl.lib of gettext 0.13.1 (where it is provided) brings out 
34 linking errors LNK2001 in simgear.lib (SGText.obj) complaining about 
unresolved symbols and "warning LNK4098: defaultlib 'LIBCMT' conflicts with use 
of other libs; use /NODEFAULTLIB:library"

The same happens when I use runtime and libs of gettext 0.13.1 (MSVC9 complains 
now about a missing libintl.lib) and I give it the needed lib of gettext 0.14.4.

Here's what MSVC9 spits out so far without mixing the libs.
http://pastebin.ca/1890606

Any help is appreciated.

Cheers
Mike (aka D-SKY1)

--- If you want to be understood, you first have to listen ---




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to