Date: Tue, 16 Mar 2004 00:07:06 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 284 ************************************************** Monday 15 March 2004 Number 284 ************************************************** Subjects for today 1 Re: Any success? : Adrian Gschwend" 2 Re: Any success? : Stefan.Neis at t-online.de 3 Re: Any success? : Dave and Natalie" 4 Re: Any success? : John Poltorak 5 Building Blackbox : John Poltorak 6 Re: Any success? : Dave and Natalie" **= Email 1 ==========================** Date: Sun, 14 Mar 2004 15:08:02 +0100 (CET) From: "Adrian Gschwend" Subject: Re: Any success? On Sat, 13 Mar 2004 22:21:13 -0800, Dave and Natalie wrote: >We'll most likely need /XFree86 directory structure for a long time as so many things are built and installed there. ok but my icon still points to Xfree86/bin which does not exist for xfree86 start. Also I can't find it in the path (xfree86.exe). So what's wrong? cu Adrian -- Adrian Gschwend at netlabs.org ktk [a t] netlabs.org ------- Free Software for OS/2 and eCS http://www.netlabs.org _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Sun, 14 Mar 2004 18:52:53 +0100 From: Stefan.Neis at t-online.de Subject: Re: Any success? Hi, > What would be involved in rebuilding Blackbox with the new structure? No idea, really. But typically it's either "./configure --prefix= ..." followed by "make" and "make install" or "xmkmf" (which should determine the prefix by itself, IIRC) followed by "make" and "make install". Regards, Stefan _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Sun, 14 Mar 2004 10:20:39 -0800 From: "Dave and Natalie" Subject: Re: Any success? On Sun, 14 Mar 2004 10:35:16 +0000, John Poltorak wrote: >> >and is that really FHS compilant like this? >> >> We'll most likely need /XFree86 directory structure for a long time as so many things are built and installed there. > >I'd like to draw up a list of X programs available for OS/2 and try and >get them rebuilt with the new structure. It might also provide an >opportunity to bring some apps uptodate. Yes that would be good. Unluckily a lot of apps and libraries are quite complex and it may be hard to get the enviroment right for them to build. I haven't had much luck with imakefiles. > > >What would be involved in rebuilding Blackbox with the new structure? sh configure --prefix=/usr/X11R6 --disable-nls should do it. I disable nls as make install fails installing the nls files. > >> Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Sun, 14 Mar 2004 19:54:00 +0000 From: John Poltorak Subject: Re: Any success? On Sun, Mar 14, 2004 at 10:20:39AM -0800, Dave and Natalie wrote: > On Sun, 14 Mar 2004 10:35:16 +0000, John Poltorak wrote: > >What would be involved in rebuilding Blackbox with the new structure? > > sh configure --prefix=/usr/X11R6 --disable-nls > should do it. I disable nls as make install fails installing the nls files. I'll give it a go and see how far I get... What changes do I need to make to INCLUDE and LIBRARY_PATH? Is the addition of /usr/X11R6{include|lib} sufficient ? > >> Dave -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Sun, 14 Mar 2004 20:06:14 +0000 From: John Poltorak Subject: Building Blackbox I've just tried building Blackbox using configure --disable-nls, but found all the Makefiles getting created:- config.status: creating nls/Makefile config.status: creating nls/C/Makefile config.status: creating nls/da_DK/Makefile config.status: creating nls/de_DE/Makefile config.status: creating nls/es_AR/Makefile config.status: creating nls/es_ES/Makefile config.status: creating nls/fr_FR/Makefile config.status: creating nls/hu_HU/Makefile config.status: creating nls/it_IT/Makefile config.status: creating nls/ja_JP/Makefile config.status: creating nls/ko_KR/Makefile config.status: creating nls/lv_LV/Makefile config.status: creating nls/nl_NL/Makefile config.status: creating nls/no_NO/Makefile config.status: creating nls/pl_PL/Makefile config.status: creating nls/pt_BR/Makefile config.status: creating nls/ro_RO/Makefile config.status: creating nls/ru_RU/Makefile config.status: creating nls/sk_SK/Makefile config.status: creating nls/sl_SI/Makefile config.status: creating nls/sv_SE/Makefile config.status: creating nls/uk_UA/Makefile config.status: creating nls/zh_CN/Makefile config.status: creating nls/zh_TW/Makefile Is that to be expected? Is this error related to NLS too:- ? Making all in src make[2]: Entering directory `U:/unixos2/workdir/blackbox-0.65.0/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DNDEBUG -DTIMEDCACHE -DLOCALEPATH=\"/usr/local/share/blackbox/nls\" -DDEFAULTMENU=\"/usr/local/share/blackbox/menu\" -DDEFAULTSTYLE=\"/usr/local/share/blackbox/styles/Results\" -g -O2 -Wall -W -pedantic -c BaseDisplay.cc In file included from BaseDisplay.cc:84: i18n.hh:38: nl_types.h: No such file or directory make[2]: *** [BaseDisplay.o] Error 1 make[2]: Leaving directory `U:/unixos2/workdir/blackbox-0.65.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `U:/unixos2/workdir/blackbox-0.65.0' make: *** [all-recursive-am] Error 2 Making install in data make[1]: Entering directory `U:/unixos2/workdir/blackbox-0.65.0/data' Making install in styles make[2]: Entering directory `U:/unixos2/workdir/blackbox-0.65.0/data/styles' make[3]: Entering directory `U:/unixos2/workdir/blackbox-0.65.0/data/styles' make[3]: Nothing to be done for `install-exec-am'. u:/bin/sh ../../mkinstalldirs /usr/local/share/blackbox/styles mkdir /usr/local/share/blackbox mkdir /usr/local/share/blackbox/styles u:/unixos2/bin/install.exe -m 644 ./Artwiz /usr/local/share/blackbox/styles/Artwiz It looks as though I could get close with this, with a bit of help (hint)... ;-) -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 6 ==========================** Date: Sun, 14 Mar 2004 13:44:55 -0800 From: "Dave and Natalie" Subject: Re: Any success? On Sun, 14 Mar 2004 19:54:00 +0000, John Poltorak wrote: >On Sun, Mar 14, 2004 at 10:20:39AM -0800, Dave and Natalie wrote: >> On Sun, 14 Mar 2004 10:35:16 +0000, John Poltorak wrote: > >> >What would be involved in rebuilding Blackbox with the new structure? >> >> sh configure --prefix=/usr/X11R6 --disable-nls >> should do it. I disable nls as make install fails installing the nls files. > >I'll give it a go and see how far I get... > >What changes do I need to make to INCLUDE and LIBRARY_PATH? > >Is the addition of /usr/X11R6{include|lib} sufficient ? Should be all you need for 0.65. If you want to try the CVS version then you need to do a bit more but I'd advice starting out with 0.65.0. Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs