Re : PocketRuby for HP Jornada 820 (WinCe v 2.11, StrongArm processor)

I also have the same problem.

I hope we’ll manage.

Because, I have microsoft evb. But the missing DLL don’t register on the
device.

My pocket PC is a ipaq3760.

I tried to compile the src, and I don’t manage.

The compiled version seems to work but do anything. I have a blank screen.

What about you ?

I hope we’ll find a solution.

Cedric.

Hi,

···

In message “Re : PocketRuby for HP Jornada 820 (WinCe v 2.11, StrongArm processor)” on 02/12/06, “Simon Cedric” simoncedruby@free.fr writes:

I also have the same problem.

I hope we’ll manage.

Because, I have microsoft evb. But the missing DLL don’t register on the
device.

My pocket PC is a ipaq3760.

I tried to compile the src, and I don’t manage.

Please, please, tell us how do you get the source.
pocketruby in the CVS has not been maintained for long time.

						matz.

“Yukihiro Matsumoto” matz@ruby-lang.org a écrit 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écutable 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.

Hi,

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

It may wait your input. Try type

p RUBY_VERSION
^Z # ← type Z pressing Ctrl

    if not exist ".\parse.c" byacc ../parse.y

‘byacc’ n’est pas reconnu en tant que commande interne

You need byacc and sed to compile ruby from source. See
GnuWin32 http://gnuwin32.sourceforge.net/.

···

At Sat, 7 Dec 2002 07:33:36 +0900, Simon Cedric wrote:


Nobu Nakada

nobu.nokada@softhome.net a écrit dans le message de news:

It may wait your input. Try type

p RUBY_VERSION
^Z # ← type Z pressing Ctrl

But, it doesn’t do anything. The sreen is still blank.
But, it doesn’t crash, because I can close it…

Thank you for cygwin, I’m downloading it, I hope it will help.

Cedric.

In fact, the comilation fails when I compile it with cygwin.
when I do the configure command. Here is the dump of thelast lines of this
command :

creating config.h
updating cache ./config.cache
creating ./config.status
creating GNUmakefile
sed: can’t read ./cygwin/GNUmakefile.in: No such file or directory
creating Makefile
creating ext/extmk.rb
sed: can’t read ./ext/extmk.rb.in: No such file or directory

I don’t know why it doesn’t work…
Maybe some componnents are missing in my configuration.

“Simon Cedric” simoncedruby@free.fr a écrit dans le message de news:
3df1ad05$0$2121$626a54ce@news.free.fr

···

nobu.nokada@softhome.net a écrit dans le message de news:

It may wait your input. Try type

p RUBY_VERSION
^Z # ← type Z pressing Ctrl

But, it doesn’t do anything. The sreen is still blank.
But, it doesn’t crash, because I can close it…

Thank you for cygwin, I’m downloading it, I hope it will help.

Cedric.