Search found 4 matches

by rw3iss
Thu Jun 12, 2014 8:05 am
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 39840

Re: Compiling on Windows 7

I still can't get libzip to compile on Windows 7. If anyone else has any success, please let me know.
by rw3iss
Sat Jun 07, 2014 3:00 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 39840

Re: Compiling on Windows 7

Ugh, I DID follow those instructions, but those instructions don't include instructions for the new Libzip library compilation, mentioned in this thread a few posts back. Just need some help compiling Libzip under windows (which requires the Zlib library, which I have compiled successfully using tha...
by rw3iss
Fri Jun 06, 2014 10:18 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 39840

Re: Compiling on Windows 7

Here are the instructions a few posts back, for compiling libzip on Windows: Compile the new libzip dependency (not yet on the wiki) from http://www.nih.at/libzip/ * From a CMD window: cmake -G "MinGW Makefiles" -D<path to zlib> * mingw32-make * Either copy the libs to your mingw32 folders...
by rw3iss
Fri Jun 06, 2014 6:22 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 39840

Re: Compiling on Windows 7

Hi all, I've nearly got Mudlet compiled, but I'm running into an issue with the Libzip library, on Windows 7. cmake worked, but the mingw32-make is failing with: "src\CMakeFiles\zipcmp.dir\build.make:85: *** target pattern contains no '%'. Stop." Does anyone know how to fix this? rw3iss@No...