Log in

View Full Version : celib on windows mobile 2003?


ST8
08-25-2004, 11:35 PM
Ok im a not a ce developer myself (i am a web developer php/perl/etc) but i have been looking at the software available at: http://www.rainer-keuchel.de/software.html

Specifically apache / vim / console which all rely on celib ( http://www.rainer-keuchel.de/wince/celib.html ), i have tried the version compiled for ce3.0 but it seems to have issues on wm2003, like ls not working in console (i get Oserror: 2), vim cant write files etc.

I was wondering if anyone had managed to get celib compiled and running on wm2003?

I would love to be able to run apache & vim on my ppc :D

humbletim
08-27-2004, 06:13 AM
Ok im a not a ce developer myself (i am a web developer php/perl/etc) but i have been looking at the software available at: http://www.rainer-keuchel.de/software.html



There is a sourceforge http://sourceforge.net/projects/celib/ project.

I have compiled many apps against updated celib source.

Please advise.

-tim

ST8
08-27-2004, 12:12 PM
Doesnt appear to be anything on that sourceforge project yet...

do u have a copy of celib compiled and running under wm2003? If so is it available for download? :)

humbletim
08-27-2004, 11:44 PM
Doesnt appear to be anything on that sourceforge project yet...

do u have a copy of celib compiled and running under wm2003? If so is it available for download? :)

My version is available at: http://mobileleap.net/celib

I'm not sure it will solve your problem tho. The wce300-pocketpc binaries from rainer-keuchel.de are compatible with ARMV4/WM2003 devices. You really only need the updated CELib to (re)compile using eVC++ 4.0.

I haven't played with the console in a while, so I checked it out again. "OsError: 2" is a file not found error. Did you install fileutils (http://www.rainer-keuchel.de/wince/fileutils-wince-arm-pocket-wce300.tar.gz)? It includes 'ls' (ls.exe). :wink:

-tim

ST8
08-29-2004, 12:14 PM
it would appear im an idiot, perl running properly now, cheers for your help :]