I need help compiling it. I've tried compiling it under Ubuntu 10.04, Angstrom Linux, and various compilers on my PC (which is running Windows 7). None of them produced all of the binaries that they should've. Its source code is available at https://github.com/giannitedesco/project-mayhem. Thanks in advance to anyone that is able to get it compiled and provides the outputted files.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Try installing Cygwin (http://www.cygwin.com) under Win 7. If you install enough stuff, which will very likely be more than the default settings will give you, you can try to compile it yourself. This assumes that since you tried under Linux that you do actually understand how Unix/Linux systems work enough to attempt this under Cygwin. Cygwin is what you might think of as a Linux compatible shell and working environment under Windows.
Sorry but this is a whole lot of code and a significant amount of it is Python. I'm not really interested in doing this for you and if there are any Python related changes that need to be made, I sure can't make them. But trying under Cygwin may be what you need to get it working under Windows. If this code was originally written to be complied under Linux or Unix, Cygwin can probably get the job done. I don't have the time or inclination to handhold you through this if this information isn't enough for you to understand what you need to do. Sorry.