[Nipy-devel] Compiling neuroimaging with Visual Studio 2003

Matthieu Brucher matthieu.brucher@gmail....
Mon Apr 21 09:57:32 CDT 2008


Hi !

I'm trying to compile neuroimaging with Visual Studio and I encountered some
bugs in the scipy fixes:
- in _bsplines.cpp, l724, you should use std::abs() instead of fabs. The
latter is a C function and there are several possible conversions with fabs.
std::abs is a template function and is thus far more robust (and fast as it
can avoid a type conversion)
- once this is solved, there is a missing external in the same submodule,
py::dict::_violentTypeCheck(...). I suppose this may have to do with
scipy.weave.

We would like to use neuroimaging as a basis for our software, but this
means that we should check often if everything works fine on Windows, where
SPM mainly lives ;) I can do some ug fixes, but not this week.

Matthieu
-- 
French PhD student
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.neuroimaging.scipy.org/pipermail/nipy-devel/attachments/20080421/7f907aa4/attachment.html 


More information about the Nipy-devel mailing list