Date: Fri, 2 Apr 2004 00:04:03 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 334 ************************************************** Thursday 01 April 2004 Number 334 ************************************************** Subjects for today 1 Re: Naming convention for libraries : John Poltorak 2 Re: TIFF for OS/2 : John Poltorak 3 Re: TIFF for OS/2 : John Poltorak 4 Re: TIFF for OS/2 : Stefan Neis 5 Re: Naming convention for libraries : Stefan Neis 6 Re: TIFF for OS/2 : Steve Wendt 7 GNU File Utils : John Poltorak 8 wxWindows build problem : John Poltorak 9 Re: TIFF for OS/2 : Dave and Natalie" 10 z_s.lib --> z_s.a : Dave and Natalie" 11 Re: wxWindows build problem : Stefan Neis 12 Re: wxWindows build problem : Stefan Neis 13 Re: z_s.lib --> z_s.a : Stefan Neis 14 Re: z_s.lib --> z_s.a : Stefan Neis 15 Re: wxWindows build problem : John Poltorak **= Email 1 ==========================** Date: Wed, 31 Mar 2004 15:26:28 +0000 From: John Poltorak Subject: Re: Naming convention for libraries On Mon, Mar 29, 2004 at 04:28:44PM +0200, Stefan Neis wrote: > On Mon, 29 Mar 2004, John Poltorak wrote: > > > Is this an accurate picture of the proposed naming convention for libs:- ? > > > > foo.dll shared lib (DLL) > > foo.a static lib - a.out > > foo.lib static lib - omf > > foo_s.a shared import lib - a.out > > foo_s.lib shared import lib - omf > > No, for _s and non-_s flavor's it's exactly the other way round > ("_s" stands for "static", not for "import") What should these libraries from ZLIB be called:- ? LIBS=libz.a SHAREDLIB=libz.so SHAREDLIBV=libz.so.1.2.1 SHAREDLIBM=libz.so.1 Actually it looks as though *V and *M are simply links to SHAREDLIB so I guess we don't have anything like them on OS/2... > > Regards, > Stefan -- John **= Email 2 ==========================** Date: Wed, 31 Mar 2004 16:45:20 +0000 From: John Poltorak Subject: Re: TIFF for OS/2 On Wed, Mar 31, 2004 at 12:44:22PM +0200, Stefan Neis wrote: > On Wed, 31 Mar 2004, John Poltorak wrote: > > > > BTW, wxWidgets (formerly wxWindows) contains 3.5.2 which compiles OOTB > > > on OS/2, so I suppose, patches are not needed ... ;-) > > > > Since we have discovered 3.6.1, will that now be included? :-)... > > That was discussed some time ago and the majority believes that it's not > worth the trouble to update ... Any particular reason? > Regards, > Stefan > -- > Micro$oft is not an answer. It is a question. The answer is 'no'. -- John **= Email 3 ==========================** Date: Wed, 31 Mar 2004 16:51:48 +0000 From: John Poltorak Subject: Re: TIFF for OS/2 On Tue, Mar 30, 2004 at 10:29:10PM -0800, Dave and Natalie wrote: > On Wed, 31 Mar 2004 00:17:46 +0000, John Poltorak wrote: > > >On Wed, Mar 31, 2004 at 12:07:05AM +0000, John Poltorak wrote: > > > > > >> I wonder where our Russian friends managed to find the source for 3.5.5... > > > >This appears to be the latest source release:- > > > >ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.6.1.tar.gz > > I just built this. Configure is handwritten and can't find gcc. Seems to be bothered by DOS type paths and drive letters > I applied Hung-Chi Chu's patch from tiff34.zip and added a couple of source files and imports and removed a -a and it builds fine. Can you post a patch? > Also needed an uptodate libjpeg > Dave > ps configure also outputs this > Do they really still make i386-pc-os2-emx systems?! Don't take it personally - it comes from this:- ;-) identifyTarget() { random=`date | awk '{print $4}' | sed -e 's/.*://'` 2>/dev/null case "$random" in *0) Note "Wow, you've got a $1 system!";; *1) Note "Hmm, looks like a $1 system.";; *2) Note "Oh no, not another $1 system...";; *3) Note "Well I'll be, a $1 system.";; *4) Note "Fee, fie, foe, this smells like a $1 system.";; *5) Note "Gosh, aren't you lucky to have a $1 system!";; *6) Note "YOW!! Did something bad happen or am I on a $1 system?";; *7) Note "Do they really still make $1 systems?!";; *8) Note "I'm always happy to encounter another $1 system.";; *9) Note "Here we are again, this time on a $1 system.";; esac } -- John **= Email 4 ==========================** Date: Wed, 31 Mar 2004 19:11:23 +0200 (CEST) From: Stefan Neis Subject: Re: TIFF for OS/2 On Wed, 31 Mar 2004, John Poltorak wrote: > On Wed, Mar 31, 2004 at 12:44:22PM +0200, Stefan Neis wrote: > > > > That was discussed some time ago and the majority believes that it's not > > worth the trouble to update ... > > Any particular reason? Not really. Just the observation that updating 3rd party libs in wxWidgets CVS is rather much work and if there's no clearly visible improvement, why bother? Regards, Stefan **= Email 5 ==========================** Date: Wed, 31 Mar 2004 19:15:31 +0200 (CEST) From: Stefan Neis Subject: Re: Naming convention for libraries On Wed, 31 Mar 2004, John Poltorak wrote: > > LIBS=libz.a -> z_s.a > SHAREDLIB=libz.so -> z1.dll > SHAREDLIBV=libz.so.1.2.1-> z1.dll > SHAREDLIBM=libz.so.1 -> z1.dll > At least from my point of view. Also, an import library with the name z.a should be available. Stefan **= Email 6 ==========================** Date: Wed, 31 Mar 2004 12:15:12 -0800 (PST) From: Steve Wendt Subject: Re: TIFF for OS/2 On Wed, 31 Mar 2004, John Poltorak wrote: > Don't take it personally - it comes from this:- ;-) > > identifyTarget() > { > random=`date | awk '{print $4}' | sed -e 's/.*://'` 2>/dev/null > case "$random" in > *0) Note "Wow, you've got a $1 system!";; > *1) Note "Hmm, looks like a $1 system.";; > *2) Note "Oh no, not another $1 system...";; > *3) Note "Well I'll be, a $1 system.";; > *4) Note "Fee, fie, foe, this smells like a $1 system.";; > *5) Note "Gosh, aren't you lucky to have a $1 system!";; > *6) Note "YOW!! Did something bad happen or am I on a $1 system?";; > *7) Note "Do they really still make $1 systems?!";; > *8) Note "I'm always happy to encounter another $1 system.";; > *9) Note "Here we are again, this time on a $1 system.";; > esac > } Nice... that's even more fun than the web pages that say "Best viewed in Netscape" when running on IE, and "Best viewed in IE" when running on Netscape. ;) **= Email 7 ==========================** Date: Wed, 31 Mar 2004 21:28:49 +0000 From: John Poltorak Subject: GNU File Utils Has anyone ever come across a port of the GNU File Utils v4.1? -- John **= Email 8 ==========================** Date: Wed, 31 Mar 2004 21:50:33 +0000 From: John Poltorak Subject: wxWindows build problem I just thought I'd give wxWindows a try since I've never got anywhere with it previously... Configure seemed to run OK, but I got this problem with make:- make ../bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/os2-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c SYS1041: The name . is not recognized as an internal or external command, operable program or batch file. make: *** [wxregex_regcomp.o] Error 255 ../bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/os2-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c SYS1041: The name . is not recognized as an internal or external command, operable program or batch file. make: *** [wxregex_regcomp.o] Error 255 Does this look familiar to anyone? I was using PDKSK as my SHELL if that makes any difference. -- John **= Email 9 ==========================** Date: Wed, 31 Mar 2004 20:20:21 -0800 From: "Dave and Natalie" Subject: Re: TIFF for OS/2 --_=_=_=IMA.BOUNDARY.HVGX1X138764=_=_=_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 31 Mar 2004 16:51:48 +0000, John Poltorak wrote: >> >This appears to be the latest source release:- >> > >> >ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.6.1.tar.gz >> >> I just built this. Configure is handwritten and can't find gcc. Seems to be bothered by DOS type paths and drive letters >> I applied Hung-Chi Chu's patch from tiff34.zip and added a couple of source files and imports and removed a -a and it builds fine. > >Can you post a patch? Sure, this is just a prelimanary that allows tiff to be built. The DLL works fine with the gimp. The DEF needs RESIDENTNAME added to each export and the makefiles need to be expanded to build static libs and import libs that import by name. libtiff depends on libz and libjpeg so they need to be fixed first. Dave --_=_=_=IMA.BOUNDARY.HVGX1X138764=_=_=_ Content-Type: application/octet-stream; name="tiff-v3.6.1.diff.gz" Content-Transfer-Encoding: base64 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 --_=_=_=IMA.BOUNDARY.HVGX1X138764=_=_=_-- **= Email 10 ==========================** Date: Wed, 31 Mar 2004 21:45:10 -0800 From: "Dave and Natalie" Subject: z_s.lib --> z_s.a Hi, is it possible to create a static a.out lib from a static OMF lib? And if so what is the command? Dave **= Email 11 ==========================** Date: Thu, 1 Apr 2004 08:29:16 +0200 (CEST) From: Stefan Neis Subject: Re: wxWindows build problem On Wed, 31 Mar 2004, John Poltorak wrote: > make > ./bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/os2-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c > SYS1041: The name . is not recognized as an > internal or external command, operable program or batch file. > make: *** [wxregex_regcomp.o] Error 255 Looks like it's using cmd instead of a Unix like shell. Try to set MAKE_SHELL and/or MAKESHELL according to the installation instructions in docs/os2/install.txt. ;-) Regards, Stefan -- Micro$oft is not an answer. It is a question. The answer is 'no'. **= Email 12 ==========================** Date: Thu, 1 Apr 2004 08:29:16 +0200 (CEST) From: Stefan Neis Subject: Re: wxWindows build problem On Wed, 31 Mar 2004, John Poltorak wrote: > make > ./bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/os2-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c > SYS1041: The name . is not recognized as an > internal or external command, operable program or batch file. > make: *** [wxregex_regcomp.o] Error 255 Looks like it's using cmd instead of a Unix like shell. Try to set MAKE_SHELL and/or MAKESHELL according to the installation instructions in docs/os2/install.txt. ;-) Regards, Stefan -- Micro$oft is not an answer. It is a question. The answer is 'no'. **= Email 13 ==========================** Date: Thu, 1 Apr 2004 08:31:49 +0200 (CEST) From: Stefan Neis Subject: Re: z_s.lib --> z_s.a On Wed, 31 Mar 2004, Dave and Natalie wrote: > Hi, is it possible to create a static a.out lib from a static OMF lib? And if so what is the command? No, AFAIK, there are only tools that work the other way round. That's why I think that libs should _never_ be generated in OMF mode... Regards, Stefan -- Micro$oft is not an answer. It is a question. The answer is 'no'. **= Email 14 ==========================** Date: Thu, 1 Apr 2004 08:31:49 +0200 (CEST) From: Stefan Neis Subject: Re: z_s.lib --> z_s.a On Wed, 31 Mar 2004, Dave and Natalie wrote: > Hi, is it possible to create a static a.out lib from a static OMF lib? And if so what is the command? No, AFAIK, there are only tools that work the other way round. That's why I think that libs should _never_ be generated in OMF mode... Regards, Stefan -- Micro$oft is not an answer. It is a question. The answer is 'no'. **= Email 15 ==========================** Date: Thu, 1 Apr 2004 10:23:43 +0000 From: John Poltorak Subject: Re: wxWindows build problem On Thu, Apr 01, 2004 at 08:29:16AM +0200, Stefan Neis wrote: > On Wed, 31 Mar 2004, John Poltorak wrote: > > > make > > ./bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/os2-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c > > SYS1041: The name . is not recognized as an > > internal or external command, operable program or batch file. > > make: *** [wxregex_regcomp.o] Error 255 > > Looks like it's using cmd instead of a Unix like shell. Try to set > MAKE_SHELL and/or MAKESHELL according to the installation instructions in > docs/os2/install.txt. ;-) I guess I overlooked that while looking through both the base and OS/2 versions. After setting MAKESHELL the error above disappears, but then I get a number of warnings and errors:- make ../bk-deps gcc -c -o wxregex_regcomp.o -Ilib/wx/include/base-2.5 -I./include -O2 -Zmt -D__ST_MT_ERRNO__ -Wall src/regex/regcomp.c src/regex/regcomp.c: In function `parseqatom': src/regex/regcomp.c:902: warning: subscript has type `char' src/regex/regc_lex.c: In function `prefixes': In file included from src/regex/regcomp.c:2175: src/regex/regc_locale.c:625: `isupper' undeclared here (not in a function) src/regex/regc_locale.c:625: initializer element for `cclasses[10].isfunc' is not constant src/regex/regc_locale.c:627: `isxdigit' undeclared here (not in a function) src/regex/regc_locale.c:627: initializer element for `cclasses[11].isfunc' is not constant make: *** [wxregex_regcomp.o] Error 1 > Regards, > Stefan > -- > Micro$oft is not an answer. It is a question. The answer is 'no'. > -- John