Forsgren - 2013-04-17

I have downloaded the Sip module for python 2.7, created a makefile and tried the make command on the directory with the makefile, but the command prompt just iterates this text:

make[49]: Entering directory `D:/Users/myLogin/Downloads/python/sip-4.14.5'
cd sipgen

and an application error, followed by:

make[1]: Leaving directory `D:/Users/myLogin/Downloads/python/sip-4.14.5'
make: *** [all] Fel 2

I've also tried this with mingw, but:

Makefile:3: recipe for target 'all' failed
mingw32-make[10]: *** [all] Error 2
mingw32-make[10]: Leaving directory 'D:/Users/myLogin/Downloads/python/sip-4.14.5'

Perhaps there is some dependency im missing? Before yesterday I didnt know gnuwin or mingw existed, so most likely i've overlooked something. But information about what that might be is a bit sparse when i google the problem.