Date: Sun, 31 Aug 2003 02:48:22 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 188 ************************************************** Saturday 30 August 2003 Number 188 ************************************************** Subjects for today 1 HEAD UP critical update : T.Sikora" 2 Re: HEAD UP critical update : T.Sikora" 3 Re: Re: dumps of g++ verbose and search dirs : DWParsons at t-online.de (Dave Parsons) 4 Re: [UnixOS2] Re: g++ v3.2.1 and env : DWParsons at t-online.de (Dave Parsons) 5 Re: Re: dumps of g++ verbose and search dirs : James Moe" 6 Re: Building Gphoto : T.Sikora" 7 Re: HEAD UP critical update : T.Sikora" 8 Re: Re: dumps of g++ verbose and search dirs : T.Sikora" 9 Re: [UnixOS2] UX2BS readme : T.Sikora" 10 Re: Building Gphoto : Paul Smedley" 11 Re: [UnixOS2] UX2BS readme : T.Sikora" 12 Re: Building Gphoto : Paul Smedley" 13 Re: Building Gphoto : Andreas Buening **= Email 1 ==========================** Date: Sun, 31 Aug 2003 10:00:13 -0400 From: "T.Sikora" Subject: HEAD UP critical update Delete your UX2 desktop folder and run ux2bs_update. All the scripts have been revised. LOTS of refinements. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Sun, 31 Aug 2003 10:02:56 -0400 From: "T.Sikora" Subject: Re: HEAD UP critical update T.Sikora wrote: > Delete your UX2 desktop folder and run ux2bs_update. All the scripts > have been revised. LOTS of refinements. > Safeguards built into them they won't run unless you hit a key and it recognises if they are installed already. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Sun, 31 Aug 2003 11:58:26 +0200 (CES) From: DWParsons at t-online.de (Dave Parsons) Subject: Re: Re: dumps of g++ verbose and search dirs On Sat, 30 Aug 2003 15:41:59 -0700 (MST), James Moe wrote: > Sigh. That is not it either. I get the same failures. > The more I look at this, the more I am convinced it is a header or header ordering > problem. I can't figure out how localefwd.h and cctype is supposed to work. > Our distributions appear the same and yours works; mine does not. So what is > different? This is turning into a bit of a saga. You definitely must not have emx\include\cpp in your cplus_include_path as that is for gcc-2.8 and will not work. Also it is not necessary to define cplus_include_path at all if you did the standard install as described in the os/2 eZine article. Can you post the complete output of g++ -v hello.cpp. Can you post the date/time and path of your ctype.h. Run g++ -v -E hello.cpp > log 2>&1 and post the output of grep ctype.h log Maybe I can spot something, and yes it does work for me. I provided the wxWindows patches to Stefan. Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Sun, 31 Aug 2003 14:24:29 +0200 (CES) From: DWParsons at t-online.de (Dave Parsons) Subject: Re: [UnixOS2] Re: g++ v3.2.1 and env On Thu, 28 Aug 2003 21:20:47 -0800, Dave and Natalie wrote: > Missed this thread. Just a guess, make sure your using g++ to compile c++. GCC has problems finding C++ libs > Try SET CXX=g++ before running configure > Dave gcc does not link with stdcxx by default whereas g++ does. Both g++ hello.cpp and gcc hello.cpp -lstdcxx will work. HTH Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Sun, 31 Aug 2003 15:50:51 -0700 (MST) From: "James Moe" Subject: Re: Re: dumps of g++ verbose and search dirs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 31 Aug 2003 22:46:40 +0200 (CES), Dave Parsons wrote: >The size of ctype.h looks wrong, I have:- > ctype.h A--- 2,767 17:10 Sat 19-Dec-1998 > Whooooo-hoooo! That was it! The program built! The updated ctype.h is in emxfix04; the original is in emxdev1. Unfortunately they both have the same date and time (!), although the sizes are different. - -- jimoe at sohnen-moe dot com pgp/gpg public key: http://www.keyserver.net/en/ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0 OS/2 for non-commercial use Comment: PGP 5.0 for OS/2 Charset: cp850 wj8DBQE/UnvLsxxMki0foKoRAp9YAJwPatKfmysRNbUBHZxJmhjKm6ZG2wCgxdt2 zeSSwXpyRAdLeZxBmB/ga20= =EtGY -----END PGP SIGNATURE----- _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 6 ==========================** Date: Sun, 31 Aug 2003 17:48:19 -0400 From: "T.Sikora" Subject: Re: Building Gphoto Andreas Buening wrote: > Paul Smedley wrote: > >>Andreas, >> >>On Sun, 31 Aug 2003 13:11:16 +0200, Andreas Buening wrote: >> >>>>configure.: loading site script u:/usr/share/config.site >>>>./configure.: -Tlatin1: command not found >>> >>>The second one is this message: Where does -Tlatin1 come from? >>>Is your config.site broken? If you rename it does the error still >>>happen? >> >>config.site (straight from ux2bs) contains the line: >>NROFF=groff -Tlatin1 > > > That's obviously a missing quote: NROFF="groff -Tlatin1" > but I don't think it's the reason for the failure. > > SET NROFF='groff -Tlatin1' or SET NROFF="groff -Tlatin1" ?? -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 7 ==========================** Date: Sun, 31 Aug 2003 19:33:23 -0400 From: "T.Sikora" Subject: Re: HEAD UP critical update Paul Smedley wrote: > Ted, > On Sun, 31 Aug 2003 10:00:13 -0400, T.Sikora wrote: > > >>Delete your UX2 desktop folder and run ux2bs_update. All the scripts >>have been revised. LOTS of refinements. > > > Minor issue with ux2bs_update - on my box it was hard coded to call e:\sbin\ux2_env & > e:\etc\ux2_local - my ux2bs is on u: drive so it was failing. > Yeah I caught that one. I fixed it. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 8 ==========================** Date: Sun, 31 Aug 2003 19:51:23 -0400 From: "T.Sikora" Subject: Re: Re: dumps of g++ verbose and search dirs Dave Parsons wrote: > On Sat, 30 Aug 2003 15:41:59 -0700 (MST), James Moe wrote: > > >> Sigh. That is not it either. I get the same failures. >> The more I look at this, the more I am convinced it is a header or header ordering >>problem. I can't figure out how localefwd.h and cctype is supposed to work. >> Our distributions appear the same and yours works; mine does not. So what is >>different? > > > This is turning into a bit of a saga. > > You definitely must not have emx\include\cpp in your cplus_include_path > as that is for gcc-2.8 and will not work. > Also it is not necessary to define cplus_include_path at all if you did > the standard install as described in the os/2 eZine article. > > Can you post the complete output of g++ -v hello.cpp. > > Can you post the date/time and path of your ctype.h. > > Run g++ -v -E hello.cpp > log 2>&1 > and post the output of grep ctype.h log > I put 3.0.3 in /test I'm going try using that.I'll you have to do is overlay it in /emx. ftp://os2ports.com/pub/unixos2/ux2bs-devel/baseline/test/gcc-os2-303.zip -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 9 ==========================** Date: Sun, 31 Aug 2003 19:54:44 -0400 From: "T.Sikora" Subject: Re: [UnixOS2] UX2BS readme Stefan Neis wrote: > On Sat, 30 Aug 2003, Andreas Buening wrote: > > >>Far too many directories in my opinion. Do we really need boot, >>dev, proc, emx, home, install and ports? home isn't used by >>anything by definition, the user home is specified by $HOME, >>e.g. /home/joe. dev and proc are by definition useless on OS/2 >>and whether we should put anything into /boot is a different >>question. OS/2 and now also eCS have their own device driver >>directories, do we really need another dir? > > > Completely agreed. > > >>/emx is broken by design. > > > Didn't somebody want to try if things could be put into > /usr/{bin,include,lib,...} instead of /emx/{bin,include,lib,...} > just as well? > > >>/ports makes sense to keep new stuff separate from the >>ux2 tree but can't we join install and ports into one single >>directory? > > > I don't know the intended purposes of /ports and /install well > enough to really comment, but it looks a bit redundant. > > I'd also like to add /sbin to the list of not really needed > directories... /usr/sbin really should be enough. > Ideally, /bin would not be needed either, but at least /bin/sh > is obviously needed... > > >>>Recommended EMX config.sys settings for 3rd party programs: >>> >>>LIBPATH=D:\emx\dll;D:\emx\lib; >> >>Why do you need lib in LIBPATH? > That's it I'm out we been down this raod it works for me so fuck it. -- T.Sikora tsikora at ntplx dot net **= Email 10 ==========================** Date: Sun, 31 Aug 2003 21:02:15 +0950 (CST) From: "Paul Smedley" Subject: Re: Building Gphoto Andreas, On Sun, 31 Aug 2003 13:11:16 +0200, Andreas Buening wrote: >> configure.: loading site script u:/usr/share/config.site >> ./configure.: -Tlatin1: command not found > >The second one is this message: Where does -Tlatin1 come from? >Is your config.site broken? If you rename it does the error still >happen? config.site (straight from ux2bs) contains the line: NROFF=groff -Tlatin1 Have renamed config.site and configure seems to be working. Better let Ted know config.site is borked :) Thanks for your help, Paul. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 11 ==========================** Date: Sun, 31 Aug 2003 21:06:31 -0400 From: "T.Sikora" Subject: Re: [UnixOS2] UX2BS readme T.Sikora wrote: > Stefan Neis wrote: > >> On Sat, 30 Aug 2003, Andreas Buening wrote: >> >> >>> Far too many directories in my opinion. Do we really need boot, >>> dev, proc, emx, home, install and ports? home isn't used by >>> anything by definition, the user home is specified by $HOME, >>> e.g. /home/joe. dev and proc are by definition useless on OS/2 >>> and whether we should put anything into /boot is a different >>> question. OS/2 and now also eCS have their own device driver >>> directories, do we really need another dir? >> >> >> >> Completely agreed. >> >> > That's it I'm out we been down this raod it works for me so fuck it. > Sorry guys stressed out again and all this stuff we hashed out keeps coming back and biting me in the ass. I'm starting to get sore. What happened to the FHS and ux2_base, etc. You guys going to redo the whole concept... not me. -- T.Sikora tsikora at ntplx dot net **= Email 12 ==========================** Date: Sun, 31 Aug 2003 21:15:17 +0950 (CST) From: "Paul Smedley" Subject: Re: Building Gphoto Another possible ux2bs problem: On Sun, 31 Aug 2003 21:02:15 +0950 (CST), Paul Smedley wrote: >On Sun, 31 Aug 2003 13:11:16 +0200, Andreas Buening wrote: >>> configure.: loading site script u:/usr/share/config.site >>> ./configure.: -Tlatin1: command not found >> >>The second one is this message: Where does -Tlatin1 come from? >>Is your config.site broken? If you rename it does the error still >>happen? > >config.site (straight from ux2bs) contains the line: >NROFF=groff -Tlatin1 > >Have renamed config.site and configure seems to be working. > >Better let Ted know config.site is borked :) Configure completed, but on running make, I get the following error: # make AR=emxomfar make: *** Recursive variable `AUTOCONF' references itself (eventually). Stop. I'm guessing the issue is the way that the various autoconf environment variables are defined in /etc/ux2_config.cmd ie SET AUTOCONF=/usr & SET AUTOCONF=${AUTOCONF-"${AUTOCONF}/bin/autoconf"} Cheers, Paul. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 13 ==========================** Date: Sun, 31 Aug 2003 23:38:24 +0200 From: Andreas Buening Subject: Re: Building Gphoto Paul Smedley wrote: > > Andreas, > > On Sun, 31 Aug 2003 13:11:16 +0200, Andreas Buening wrote: > >> configure.: loading site script u:/usr/share/config.site > >> ./configure.: -Tlatin1: command not found > > > >The second one is this message: Where does -Tlatin1 come from? > >Is your config.site broken? If you rename it does the error still > >happen? > > config.site (straight from ux2bs) contains the line: > NROFF=groff -Tlatin1 That's obviously a missing quote: NROFF="groff -Tlatin1" but I don't think it's the reason for the failure. Bye, Andreas _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs