From: fpirou <fp...@ho...> - 2006-02-28 14:48:27
|
> > required to user LWP extension. > I doubt porting LWP will be easy... In fact, URI seams to be the only extension that is missing to run LWP based perl script. See the following perl-stderr log: Can't locate URI.pm in @INC (@INC contains: /Storage Card/usr/perl/lib /Storage Card/usr/perl/lib .) at (eval 1) line 3. Compilation failed in require at /Storage Card/usr/perl/lib/HTTP/Request.pm line 5. Compilation failed in require at /Storage Card/usr/perl/lib/LWP/UserAgent.pm line 12. BEGIN failed--compilation aborted at /Storage Card/usr/perl/lib/LWP/UserAgent.pm line 12. Compilation failed in require at \Network\A0919434 on DNCS40\Florent\seloger_grab.pl line 3. BEGIN failed--compilation aborted at \Network\A0919434 on DNCS40\Florent\seloger_grab.pl line 3. That's frustating because the error reported during URI extension compilation seams to be that the miniperl argument list is too long. Isn't it a work around for this "too long argument" issues (see URI extension building log file attached in this morning email ) Thanks in advanced, \Flo ----- Original Message ----- From: "Konovalov, Vadim" <vko...@sp...> To: "fpirou" <fp...@ho...> Cc: <per...@li...> Sent: Tuesday, February 28, 2006 10:46 AM Subject: RE: Build PERLCE 5.8.8 for WinCE 4.20 (Windows Mobile 2003 SE) on Dell Axim X30 > > I build some perl extension. > > But, there are errors when building URI and Compress-Zlib. Those are > > Compress-Zlib is in CORE since 5.9.x, so should b eno prob... > > > > > required to user LWP extension. > > I doubt porting LWP will be easy... > > > > Could you have a quick look of the attached log files? (Those are > > standard CPAN extension) > > Why Is POSIX extension not supported in PERLCE? > > because CELIB isn't supporting POSIX wery well, yet it supports quite old > WinCE versions. > WinCE, since 2.0 version, has much more supported library functions, and > nearly 50% of WinCE functions are now obsolete, in WinCE-4.20 and above. > > However getting situation improved requires many efforts, which are not hard > but time consuming > > Vadim. > |