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,

Cheers,
Nic

On Mon, Oct 5, 2009 at 3:59 AM, James Turner <zakal...@mac.com> wrote:

>
> On 5 Oct 2009, at 08:33, Dave wrote:
>
> > That all sounds like good stuff.  I'll try and migrate the KLN89
> > towards
> > using it and depreciating the dclgps stuff - that should give it some
> > testing.
>
> Sounds good to me. I've been going through the KLN89 manual, and
> there's definitely some more subtle options that will require extra
> features / flags (off the top of my head, resuming LEG mode from OBS
> mode, and the ability to DTO without recentering the d-bar).
>
> Many things should be achievable with a bit of Nasal glue, obviously
> I've tried to make simple building block functionality as much as I
> can. If you think an API or design is poor, or missing a feature, let
> me know and I'm happy to add it - I'd far rather get the core code
> sensible, than have each GPS device work around the same bug!
>
> In terms of API examples, I will be committing a new GPS dialog, which
> shows off most of the new features, and will also allow the GPS to be
> used in aircraft without real hardware, if we want that. I'm also
> going to create a wiki page for the GPS, to document what it can (and
> can't do).
>
> Regards,
> James
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Be Kind.
Remember, everyone is fighting a hard battle.
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to