Thanks for the reports, I'll try to find some portable solutions to
theses issues ... probably involving boost :)
Regards,
James
On 6 Oct 2009, at 17:38, Alan Teeder wrote:
Also VC90 also does not ”this” at line 70 of route_mgr.cxx. :-
Compiling...
route_mgr.cxx
..\..\..\src\Autopilot\route_mgr.cxx(70) : warning C4355: 'this' :
used in base member initializer list
..\..\..\src\Autopilot\route_mgr.cxx(229) : error C3861: 'time':
identifier not found
..\..\..\src\Autopilot\route_mgr.cxx(233) : error C3861: 'time':
identifier not found
..\..\..\src\Autopilot\route_mgr.cxx(234) : error C3861: 'difftime':
identifier not found
Build log was saved at "file://d:\fg\source\projects\VC90\FlightGear\Win32\Release\BuildLog.htm
"
Alan
From: Nicolas Quijano [mailto:nquij...@gmail.com]
Sent: 06 October 2009 17:22
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] GPS / route-manager landing
Hi all, this doesn't build on windows, it can't find the time symbol
referenced at line 229 and 233 in route_mgr.cxx.
Missing header ?
Also, there is a reference to std::strncasecmp in positioned.cxx
around line 820, which is also not available in windows (at least,
not here).
Since it's dealing with c strings, I've added locally an #ifdef
WIN32 check which uses_stricmp instead in this case.
Don't know how you want to deal with this,
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel