[Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread David Ashley
All - You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to debug the problem. I thought it was a file access problem since I have been moving things around for the last two weeks. Turns out,

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread Mark Miesfeld
On Mon, Aug 23, 2010 at 6:59 AM, David Ashley david.ashley@gmail.com wrote: You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to debug the problem. I thought it was a file access problem

[Oorexx-devel] BSF4ooRexx: 64-bit Java now works in both directions as well ... (Re: For the adventurous ...

2010-08-23 Thread Rony G. Flatscher
Hi there, just to update that the last show-stopper has gone away. What I could gather (was rather outworn and tired) on the 64-bit (Ubuntu) is the following: * 64-bit ooRexx loading 64-bit Java via 64-bit libBSF4ooRexx.so works as in 32-bit, * 64-bit Java loadgint 64-bit

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread CVBruce
Seems to be working fine for me. I'm running svn version 1.6.11. Bruce On Aug 23, 2010, at 6:59 AM, David Ashley wrote: All - You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to

[Oorexx-devel] Problems creating a deb package on a German 32-bit Ubuntu ... (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-23 Thread Rony G. Flatscher
Hi there, while creating a 32-bit ooRexx for a German 32-bit Ubuntu and doing the step to create a deb package (make deb), the process stops with the error (translated from German to English): fakeroot dh_clean -k /sr/bin/fakeroot line 176: dh_clean: command not found Any ideas what

Re: [Oorexx-devel] Problems creating a deb package on a German 32-bit Ubuntu ... (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-23 Thread Mark Miesfeld
It looks like that machine doesn't have the debhelper package installed. sudo apt-get install debhelper Should do it, if not try a Google search for debhelper install -- Mark Miesfeld On Mon, Aug 23, 2010 at 11:31 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Hi there, while

Re: [Oorexx-devel] Problems creating a deb package on a German 32-bit Ubuntu ... (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-23 Thread Rony G. Flatscher
Mark, you're the best! :) Thank you very much! ---rony On 23.08.2010 20:42, Mark Miesfeld wrote: It looks like that machine doesn't have the debhelper package installed. sudo apt-get install debhelper Should do it, if not try a Google search for debhelper install

Re: [Oorexx-devel] Problems creating a deb package on a German 32-bit Ubuntu ... (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-23 Thread CVBruce
I don't mean to start a war or anything, but shouldn't the package manager, apt-get, if not install required prerequisite packages, at least warn the user that prerequisites have not been satisfied? Or is this a case that the package to be installed, doesn't list all prerequisites? It