http://bugs.winehq.org/show_bug.cgi?id=11073
--- Comment #18 from frédéric Picca picca@synchrotron-soleil.fr 2008-01-11 03:12:26 --- Created an attachment (id=10168) --> (http://bugs.winehq.org/attachment.cgi?id=10168) projet to help debug
Install python with wine, then scons http://www.scons.org on your computer
This project is a multi platform project so you can build it from a plain linux with gcc or from wine with VC6++
untar the project then use the scons command in the root directory of the project to build it. If every things goes well you must have a series of dots on you screen with each passed test.
On linux no problem.
but if you try to compile with wine (VC6++) it bugs during the link.
good luck