Date: Fri, 7 Oct 2005 00:05:23 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 624 ************************************************** Thursday 06 October 2005 Number 624 ************************************************** Subjects for today 1 Re: configure problems : Dave Saville" 2 UX2BS restructured : John Poltorak 3 Re: UX2BS restructured : billn 4 Re: UX2BS restructured : Dave Yeo" 5 Re: configure problems : Dave Yeo" 6 Re: UX2BS restructured : John Poltorak 7 Re: UX2BS restructured : John Poltorak 8 Perl & Webmin : John Poltorak **= Email 1 ==========================** Date: Wed, 05 Oct 2005 16:25:02 +0100 (BST) From: "Dave Saville" Subject: Re: configure problems Now getting getpwd.c getpwd.c: In function `getpwd': getpwd.c:62: storage size of `dotstat' isn't known getpwd.c:62: storage size of `pwdstat' isn't known getpwd.c:66: warning: implicit declaration of function `getenv' getpwd.c:66: warning: assignment makes pointer from integer without a cast getpwd.c:68: warning: implicit declaration of function `stat' getpwd.c:74: warning: implicit declaration of function `getcwd' getpwd.c:77: warning: implicit declaration of function `free' getpwd.c:62: warning: unused variable `pwdstat' getpwd.c:62: warning: unused variable `dotstat' make[1]: *** [getpwd.o] Error 1 Anyone? This is with EMX & gcc 3.2.1 -- Regards Dave Saville **= Email 2 ==========================** Date: Wed, 5 Oct 2005 18:11:34 +0100 From: John Poltorak Subject: UX2BS restructured If anyone is interested in UX2BS, I have restructured the layout of it so that it is easier to follow. It now consists of just two top level directories - one for the UX2BS scripts and one for apps. Each app has its own subdirectory which contains all the specific tailorng that is required to make it fit into the basic UX2BS framework. If you want to give it a try you can grab the ux2bs bootstrap using wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd Be warned that it is no longer compatible with the previous directory structure and you need tostart from scratch if you want to use it. It is still based on emx (gcc 2.8.1) but with any luck I'll get it to use gcc 3.3.5 in the not too distant future. If anyone tries it, I'll be interesed in any feedback. -- John **= Email 3 ==========================** Date: Wed, 05 Oct 2005 12:19:53 -0700 From: billn Subject: Re: UX2BS restructured Glad to see this - I've been waiting for the restructure. Naturally this happens when everything else is breaking loose, so I can't be specific on timing. But this is really good news. Thanks, BillN John Poltorak wrote: > > If anyone is interested in UX2BS, I have restructured the layout of it so > that it is easier to follow. It now consists of just two top level > directories - one for the UX2BS scripts and one for apps. Each app has its > own subdirectory which contains all the specific tailorng that is required > to make it fit into the basic UX2BS framework. > > If you want to give it a try you can grab the ux2bs bootstrap using > > wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd > > Be warned that it is no longer compatible with the previous directory > structure and you need tostart from scratch if you want to use it. > > It is still based on emx (gcc 2.8.1) but with any luck I'll get it to use > gcc 3.3.5 in the not too distant future. > > If anyone tries it, I'll be interesed in any feedback. > > -- > John **= Email 4 ==========================** Date: Wed, 05 Oct 2005 16:30:47 -0800 From: "Dave Yeo" Subject: Re: UX2BS restructured On Wed, 5 Oct 2005 18:11:34 +0100, John Poltorak wrote: > >If anyone is interested in UX2BS, I have restructured the layout of it so >that it is easier to follow. It now consists of just two top level >directories - one for the UX2BS scripts and one for apps. Each app has its >own subdirectory which contains all the specific tailorng that is required >to make it fit into the basic UX2BS framework. > >If you want to give it a try you can grab the ux2bs bootstrap using > >wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd > >Be warned that it is no longer compatible with the previous directory >structure and you need tostart from scratch if you want to use it. > >It is still based on emx (gcc 2.8.1) but with any luck I'll get it to use >gcc 3.3.5 in the not too distant future. > >If anyone tries it, I'll be interesed in any feedback. Is it possible to reuse all the source files that I DLed before? eg set REPOSITRY= Dave **= Email 5 ==========================** Date: Wed, 05 Oct 2005 16:31:56 -0800 From: "Dave Yeo" Subject: Re: configure problems On Wed, 05 Oct 2005 16:25:02 +0100 (BST), Dave Saville wrote: >Now getting > >getpwd.c >getpwd.c: In function `getpwd': >getpwd.c:62: storage size of `dotstat' isn't known >getpwd.c:62: storage size of `pwdstat' isn't known >getpwd.c:66: warning: implicit declaration of function `getenv' >getpwd.c:66: warning: assignment makes pointer from integer without a cast >getpwd.c:68: warning: implicit declaration of function `stat' >getpwd.c:74: warning: implicit declaration of function `getcwd' >getpwd.c:77: warning: implicit declaration of function `free' >getpwd.c:62: warning: unused variable `pwdstat' >getpwd.c:62: warning: unused variable `dotstat' >make[1]: *** [getpwd.o] Error 1 > >Anyone? This is with EMX & gcc 3.2.1 > IIRC EMX doesn't really support getpwd and I usually comment it out. You would most likely have better luck with innotek_libc Dave **= Email 6 ==========================** Date: Thu, 6 Oct 2005 09:42:33 +0100 From: John Poltorak Subject: Re: UX2BS restructured On Wed, Oct 05, 2005 at 04:30:47PM -0800, Dave Yeo wrote: > On Wed, 5 Oct 2005 18:11:34 +0100, John Poltorak wrote: > > > > >If anyone is interested in UX2BS, I have restructured the layout of it so > >that it is easier to follow. It now consists of just two top level > >directories - one for the UX2BS scripts and one for apps. Each app has its > >own subdirectory which contains all the specific tailorng that is required > >to make it fit into the basic UX2BS framework. > > > >If you want to give it a try you can grab the ux2bs bootstrap using > > > >wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd > > > >Be warned that it is no longer compatible with the previous directory > >structure and you need tostart from scratch if you want to use it. > > > >It is still based on emx (gcc 2.8.1) but with any luck I'll get it to use > >gcc 3.3.5 in the not too distant future. > > > >If anyone tries it, I'll be interesed in any feedback. > > 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. > Dave > -- John **= Email 7 ==========================** Date: Thu, 6 Oct 2005 09:38:43 +0100 From: John Poltorak Subject: Re: UX2BS restructured On Wed, Oct 05, 2005 at 12:19:53PM -0700, billn wrote: > Glad to see this - I've been waiting for the restructure. I'm sorry it's taken so long to make available. It was on another machine, but getting it transferred was a bit of a bind. > Naturally this happens when everything else is breaking loose, so I > can't be specific on timing. But this is really good news. Let me know how you get on. There may well be the odd glitch here and there but the new structure should be easier to follow and maintain. -- John > Thanks, > BillN > > > John Poltorak wrote: > > > > If anyone is interested in UX2BS, I have restructured the layout of it so > > that it is easier to follow. It now consists of just two top level > > directories - one for the UX2BS scripts and one for apps. Each app has its > > own subdirectory which contains all the specific tailorng that is required > > to make it fit into the basic UX2BS framework. > > > > If you want to give it a try you can grab the ux2bs bootstrap using > > > > wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd > > > > Be warned that it is no longer compatible with the previous directory > > structure and you need tostart from scratch if you want to use it. > > > > It is still based on emx (gcc 2.8.1) but with any luck I'll get it to use > > gcc 3.3.5 in the not too distant future. > > > > If anyone tries it, I'll be interesed in any feedback. > > > > -- > > John **= Email 8 ==========================** Date: Thu, 6 Oct 2005 11:08:08 +0100 From: John Poltorak Subject: Perl & Webmin After several attempts to get Webmin working I can never actually get any modules added to it. Webmin itself builds OK and runs, but it is quite useless on its own if you can use it to configure any programs. If anyone has Webmin working can you say which version of Perl you are using and what build options you included to allow Webmin to build? I've spent many weeks on this without getting it sorted so far, although I'm ure the problem is relatively minor. Any help would be appreciated. -- John