Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread A. Alper ATICI
On Sun, Sep 28, 2003 at 11:21:04PM +0100, Bart Oldeman wrote: [...] Please let us know if there are any release critical bugs present -- regressions vs. 1.0.2.1, doesn't run at all, the RPM is braindead, or similar. Here's the first glitch from RPM, a path problem: Please enter the name

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Bart Oldeman
On Tue, 30 Sep 2003, A. Alper ATICI wrote: On Sun, Sep 28, 2003 at 11:21:04PM +0100, Bart Oldeman wrote: [...] Please let us know if there are any release critical bugs present -- regressions vs. 1.0.2.1, doesn't run at all, the RPM is braindead, or similar. Here's the first glitch

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Ralph Alvy
Bart Oldeman wrote: Hi, please have a look at http://www.dosemu.org/stable the version number is set to 1.1.99.1 (close to 1.2.0). Some notes: The -bin tarball and dosemu-freedos tarball (now updated to Beta9) work like they did for 1.0.2.1 Alternatively, all-in-one RPMs (including

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Ralph Alvy
Ralph Alvy wrote: Here's what I get after unpacking and running the 1.1.99.1 binary: --- [EMAIL PROTECTED] dosemu]$ ./xdosemu ./xdosemu: line 1: readlink: command not found ./xdosemu: line 285: cd: /../Xfonts: No such file or directory You do not have the DOSEMU vga font installed

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Bart Oldeman
On Tue, 30 Sep 2003, Ralph Alvy wrote: Here's what I get after unpacking and running the 1.1.99.1 binary: --- [EMAIL PROTECTED] dosemu]$ ./xdosemu ./xdosemu: line 1: readlink: command not found ./xdosemu: line 285: cd: /../Xfonts: No such file or directory You do not have the DOSEMU

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Bart Oldeman
On Tue, 30 Sep 2003, Robert Komar wrote: this doesn't look like it will work if there is a space somewhere in the path. If awk is available on every system, then how about this: BOOT_DIR_PATH=`ls -l $HOME/.dosemu/drives/c | awk -F- '{ print $2 }'`/.. It uses - as the field separator

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Robert Komar
On Tue, 30 Sep 2003, Bart Oldeman wrote: On Tue, 30 Sep 2003, Robert Komar wrote: this doesn't look like it will work if there is a space somewhere in the path. If awk is available on every system, then how about this: BOOT_DIR_PATH=`ls -l $HOME/.dosemu/drives/c | awk -F- '{ print $2

Buy Vicodin online today, overnight shipping k pvk abrbwqmshbpzik

2003-09-30 Thread Donna Slaughter
Vicodin ES 90 Tab Special. -Free Doctors consultation -No Rx Required -Overnight Shipping -Other Drugs Available Including SOMA, HYDROCODONE, LEVITRA... Buy Now! http://www.rxdiscountusa.biz/medical take off list http://www.rxdiscountusa.biz/a.html baq xilkdd avom

Re: The first dosemu-1.2.0 release candidate is available!

2003-09-30 Thread Ralph Alvy
Bart Oldeman wrote: no, the problem is that you don't have readlink. But fortunately we can read a link using ls and, that combined with sed gives us a the poor man's readlink: BOOT_DIR_PATH=`ls -l $HOME/.dosemu/drives/c | sed 's/.* \([^ ]*\)$/\1/'`/.. (line 245 of the script). Please