From: Konovalov, V. <vko...@sp...> - 2006-02-27 15:50:27
|
> It finally compiled!! Thanks a lot for your help. > > Now, I would like to compile extensions. Especially LWP, > Date::calc and > Spreadsheet::Writer > How can I add those extension to the perlCE compiling scripts > (Makefile.ce)? Obviously you do not need to recompile pure-perl modules; To compile XS extension just copy it into ./ext/ directory of built sourcetree. (this is actually what I am planning to do for perlCE project) Its not hard to also manage C extensions. > Do I have to do it like Tcl72 does? How tcl72 does? :) > > I noticed that compare to > http://www.rainer-keuchel.de/wince/perlce.html or > some extension where missing in 5.9.3 lib folder (like win32::OLE, > win32::serial, ...). Is it useful? I hope when you copy "adopted" by Rainer source files into ./ext/ you'll build fine... > > Cheers > > Flo Best regards, Vadim. |