Not sure if it's a VS thing since I get different compile errors with either the MS or Intel C compiler under the same environment (Visual Studio for x64 console). Let me start with a more basic question: I'm using the package available on SourceForge (1.2.1, 2008-10-29 14:36). If it can be confirmed this package builds happily via VS 2008 x64 console, can I get a look at the build log and/or configuration? I should be able to duplicate this with identical tools (I hope). If it makes a difference I will try to grab the latest & greatest source instead.
Thanks,
~Mike C.
> numpy\core\src\umathmodule.c.src(64): error: expected an identifierPerhaps a macro that is replaced? Visual Studio defines min, max as
> static float frexpf(float x, int * i)
> ^
>
> numpy\core\src\umathmodule.c.src(64): error: expected a ")"
> static float frexpf(float x, int * i)
> ^
>
> numpy\core\src\umathmodule.c.src(65): error: expected a ";"
> {
> ^
macros. Maybe it is the same for frexpf? Could you check in the
preprocessed C++ file ? /E to generate it Intel Compiler, I think.
Matthieu
--
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion