Hi Gijs,

That can be fixed by adding Winmm.lib to the link...

Like in the fgrun CMakeLists.txt file add -
target_link_libraries( fgrun Winmm )

Regards,
Geoff.

On Thu, 2013-08-15 at 12:54 +0200, Gijs de Rooy wrote:
> It seems to fail on building FGRun.exe:
> SimGearCore.lib(timestamp.obj) : error LNK2019: unresolved external symbol 
> __imp__timeGetTime@0 referenced in function "public: void __thiscall 
> SGTimeStamp::stamp(void)" (?stamp@SGTimeStamp@@QAEXXZ)
> FGRun-Win64-Cmake also fails (unrelated to this release issue I
> think), but that one has an issue with Boost. It fails to find a file
> that's there in Boost-Win64, so it's probably linking to some odd
> path?
> 
> Don't have much time today for further troubleshooting unfortunately;
> should have some after my last exam tomorrow ;-)
> 
> Cheers,
> Gijs




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to