"Yukihiro Matsumoto" <matz / ruby-lang.org> a ñÄrit dans le message de news:
1039187247.186939.2274.nullmailer / picachu.netlab.jp...
>
> Please, please, tell us how do you get the source.
> pocketruby in the CVS has not been maintained for long time.
>
> matz.
>

Here is the CVS path were I found the compiled pocketruby :
src/pocketruby/ARM/

and the sources, I found them on 2 locations, but I don't manage to make one
work :
src/pocketruby/
src/ruby/wince/

but it seems to be old.
The compiled pocketruby seems to work but displays nothing. Just a blank
screen.

when I try to compile the wince version, it display something a command
unknown, byacc I think.
here is a dump of the command console :

D:\RUBY\WINCE>configure ARM HPC2K
        1 fichier(s) copié¨s).
configure OK. Please type ".\make.bat".

D:\RUBY\WINCE>make

D:\RUBY\WINCE>nmake /f "dll.mak" CFG=ARM

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

CESubsystem not specified. Use windowsce,3.0.
CEVersion not specified. Use 300.
        if not exist ".\ARMRel/" mkdir ".\ARMRel"
        if not exist ".\ARMRel/wce"     mkdir ".\ARMRel/wce"
        if not exist ".\parse.c" byacc ../parse.y
'byacc' n'est pas reconnu en tant que commande interne
ou externe, un programme exñÄutable ou un fichier de commandes.
NMAKE : fatal error U1077: 'if' : return code '0x1'
Stop.

D:\RUBY\WINCE>nmake /f "exe.mak" CFG=ARM

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

CESubsystem not specified. use windowsce,3.0.
CEVersion not specified. use 300.
exe.mak(259) : fatal error U1023: syntax error in expression
Stop.

D:\RUBY\WINCE>

Thank you for looking for it.