> De: "James Turner" <zakal...@mac.com>
> 
> On 18 Feb 2013, at 09:42, Frederic Bouvier <fredfgf...@free.fr>
> wrote:
> 
> >> The commit “fix mingw” has broken native windows.
> > 
> >> 3> sample_group.cxx
> >> 3>C:\FlightGear\simgear\simgear\sound\sample_group.cxx(37): error
> >> C2039: '_isnan' : is not a member of 'std'
> >> 3>C:\FlightGear\simgear\simgear\sound\sample_group.cxx(37): error
> >> C2873: '_isnan' : symbol cannot be used in a using-declaration
> > 
> > BTW, there is a _isnan check in CMakeList.txt. See :
> > https://gitorious.org/fg/simgear/blobs/next/CMakeLists.txt#line279
> 
> Okay - shall I back this out? I can't test either MSVC or mingw
> locally, I was hoping the changes were safe enough to apply, my
> mistake.

I am away from my computer currently. A safe change should be :

#ifdef HAVE_STD_ISNAN
using std::isnan;
#endif

instead of the single line added :
using std::isnan;

(to sample_group.cxx)

Regards,
-Fred


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to