The errors seem to be in part due to a 32 bit application called where a 64-bit one was needed, and msiexec.exe. I did the compilation as follows, since the web site says I don't need flags for 64-bit. And I have all the dependencies. sudo make uninstall ./configure && make distclean ./configure && make depend && make sudo make install Would anyone be willing to take a look at the error log? Thanks.