Re: [Cython] Bug: llabs not defined in vs2008

2015-09-30 Thread Hogan, Christopher
> So, what you are saying is that VS-2008 is not C99 standards compliant (what > a surprise) but claims to be? > Are you passing any C compiler flags that requests C99 compliance? We have to use the flag /Qstd=c99. I guess it's more a Microsoft problem than anything. > To me, your proposed ch

[Cython] Bug: llabs not defined in vs2008

2015-09-29 Thread Hogan, Christopher
Hello, I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cython 0.23.1. This worked fine with Cython 0.22.x, but in 0.23.1 there are some changes in Cython/Utility/TypeConversion.c that seem to cause this error: mtrand.obj : error LNK2019: unresolved external symbol llabs refere