View Single Post
Old 02-10-2008, 09:41 AM   #202
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by JSWolf View Post
If you can prove direct links to every module needed to compile the Windows version, I'll give it a go on Monday. I'm not about to go searching for modules that I am not sure are the correct ones. But with direct links I'll give it a try. The BMPe package is the one I am not going to try to find when I won't know if it's the right one or not. So please link to all the needed bits.
http://www.ida.liu.se/~tompe/mobiperl/

contains all the infoirmation. The modules are installed using the "Perl Package Manager" so you do not need any links. The list of modules are given on the webpage. Just enter the name in the package manager and search for them. You also have to remember to add an extra repository to the package manager.

You have to match the Perl version with the version of PAR that is working and I found a match by testing a lot of combinations. The important bit is: "I used ActivePerl 5.8.8 build 820 and for building the Windows binary I used PAR-Packer-588.ppd". "build 820" is important. The latest ActivePerl did not work.

PAR-Packer-588.pdd can be found at:

http://par.wikia.com/wiki/PAR_PPM_Compatibility_List

http://theoryx5.uwinnipeg.ca/ppms/PAR-Packer-588.ppd

I think I just did "ppm install PAR-Packer-588.ppd" to install it. Or you can probably use the graphical interface to the Package Manager on the ppd file.

As I said the Makefile in the distribution then shows how to build the binaries (nmake all; nmake pack).

Good luck.

Last edited by tompe; 02-10-2008 at 09:44 AM.
tompe is offline   Reply With Quote