On Donnerstag 18 Juni 2009, Alexander 'Znah' Mordvintsev wrote: > After a long break I want to continue playing pycuda. > Today I successfully installed it on my winXP machine. > > The procedure was a bit tricky. I had some problems with handling > different kinds of compilers installed on my computer. Even had to > modify source code a bit.
Nice! Since you say the procedure was a bit tricky, would you mind writing a short bit about your experience? The current Windows build docs are rather rudimentary: http://wiki.tiker.net/PyCuda/Installation/Windows (No need to create an account btw--just hit edit and fill out one anti-spam question) Thanks in advance! > I used msvc-7.1 and it couldn't compile the line 32 in bitlog.hpp: > > if (uint16_t t = v >> 16) > > changing it to > > if (boost::uint16_t t = v >> 16) > > fixed the problem. Applied to master and release branch. Thanks again! Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
