Date: Sun, 9 Oct 2005 00:05:49 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 625 ************************************************** Saturday 08 October 2005 Number 625 ************************************************** Subjects for today 1 Re: UX2BS restructured : Dave Yeo" 2 Re: UX2BS restructured : John Poltorak 3 XFree86 list : John Poltorak 4 Help with scummvm configure script : Paul Smedley 5 Re: Help with scummvm configure script : Christian Hennecke" **= Email 1 ==========================** Date: Fri, 07 Oct 2005 19:53:16 -0800 From: "Dave Yeo" Subject: Re: UX2BS restructured On Thu, 6 Oct 2005 09:42:33 +0100, John Poltorak wrote: >> Is it possible to reuse all the source files that I DLed before? eg set REPOSITRY= > >It works here, as it is supposed to. If it doesn't work for you, then let >me know. I tried the set REPOSITRY=g:\archives (where I archived the source from the previous version of UX2BS) and it is still trying to DL them all. Also noticed XFree/86 ver 4.4 is DLed while the current version is 4.5 Dave **= Email 2 ==========================** Date: Sat, 8 Oct 2005 09:49:06 +0100 From: John Poltorak Subject: Re: UX2BS restructured On Fri, Oct 07, 2005 at 07:53:16PM -0800, Dave Yeo wrote: > On Thu, 6 Oct 2005 09:42:33 +0100, John Poltorak wrote: > > >> Is it possible to reuse all the source files that I DLed before? eg set REPOSITRY= > > > >It works here, as it is supposed to. If it doesn't work for you, then let > >me know. > > I tried the set REPOSITRY=g:\archives (where I archived the source from the previous version of UX2BS) and it is still trying to DL them all. It should be REPOSITORY=g:/archives (forward slash) > Also noticed XFree/86 ver 4.4 is DLed while the current version is 4.5 Thanks for pointing that out - I'll update it. > Dave > -- John **= Email 3 ==========================** Date: Sat, 8 Oct 2005 10:28:04 +0100 From: John Poltorak Subject: XFree86 list Is the XFree86 list still going? I've just had three emails returned... -- John **= Email 4 ==========================** Date: Sat, 08 Oct 2005 20:00:25 +0930 From: Paul Smedley Subject: Help with scummvm configure script Hi All, hopefully there's someone here with some decent knowledge of configure scripts :) Scummvm (www.scummvm.org) has the following in it's configure script for detection of the sdl graphics library: for path_dir in $_sdlpath; do for sdlconfig in $sdlconfigs; do if test -x "$path_dir/$sdlconfig" ; then _sdlconfig="$path_dir/$sdlconfig" echo $_sdlconfig break fi done done This fails - partly because the path separator was defaulting to : not ; (now fixed) but also because the \ are interpreted as escape characters. Any ideas on some simple code to fix this? Personally I think the scummvm people would be better just running 'sdl-config --version' and checking the string returned rather than checking each path entry separately but they like their code Cheers, Paul. PS a working binary of scummvm is at http://smedley.info/os2ports.html **= Email 5 ==========================** Date: Sat, 08 Oct 2005 15:19:58 +0200 (CEST) From: "Christian Hennecke" Subject: Re: Help with scummvm configure script On Sat, 08 Oct 2005 20:00:25 +0930, Paul Smedley wrote: >Hi All, >hopefully there's someone here with some decent knowledge of configure >scripts :) > >Scummvm (www.scummvm.org) has the following in it's configure script for >detection of the sdl graphics library: I can't help you with that but I'd like to say a big "Thank you" for having a look at this. OS/2 needs more fun! :-) Christian Hennecke