2007/8/11, Frank Banul <[EMAIL PROTECTED]>:
> Hi,
>
> I've got a first pass at my application built for Maemo 2.2. Under
> SDK_PC, I can build a .deb file. Under SDK_ARMEL, the process fails
> during configure with:
>
> checking for intltool >= 0.23... 0.33 found
> checking for perl... /scratchbox/tools/bin/perl
> checking for XML::Parser... configure: error: XML::Parser perl module
> is required for intltool
>
> I've downloaded XML::Parser and tried to install it manually but that
> fails as well with a permissions error. I've tried downloading from
> within perl but the scratchbox environment doesn't appear to have ftp
> and other tools.
>
> So, how can I get XML::Parser for ARMEL installed or avoid the use of it?
>
> thanks,
> Frank
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>

Hi, Frank,

I faced same problem several days ago and I found the solution from here

http://viewcvs.scratchbox.org/cgi-bin/viewcvs.cgi/scratchbox/doc/perl.txt?rev=1.2

try to extract perl package in the /scratchbox/packages to /host_usr

$ cd /host_usr
$ tar -xzvf /scratchbox/packages/scratchbox-perl-dev.tar.gz

 http://guoyong.org/2007/08/08/336

--  wolfg
_______________________________________________

http://guoyong.org
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to