From mr.zelig@linux.nu Fri May 29 07:25:46 1998 From: mr.zelig@linux.nu To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] WindowMaker Date: Fri, 29 May 1998 09:25:46 +0200 Message-ID: <3.0.32.19980529092542.007f4a70@f_utbserv.cse.hks.se> In-Reply-To: <[S.u.S.E. Linux] WindowMaker> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0087517641168263534==" --===============0087517641168263534== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All! Well, I did install the libproplist but still it fails and the output is this: digital:/tmp/wmaker/WindowMaker-0.14.1 # make install Making install in wrlib make[1]: Entering directory `/tmp/wmaker/WindowMaker-0.14.1/wrlib' gcc -DHAVE_CONFIG_H -I. -I. -I../src -D_BSD_SOURCE -DUSE_XPM -DUSE_PNG -DUSE_JPEG -g -O2 -Wall -finline-functions -c raster.c raster.c:27: X11/Xlib.h: No such file or directory In file included from raster.c:28: wraster.h:50: X11/Xlib.h: No such file or directory wraster.h:51: X11/Xutil.h: No such file or directory make[1]: *** [raster.o] Error 1 make[1]: Leaving directory `/tmp/wmaker/WindowMaker-0.14.1/wrlib' make: *** [install-recursive] Error 1 I do have those files but don't know how to make it find them. I'm pretty new to Linux/Unix so please don't think I'm an idiot. At 12:08 1998-05-27 -0500, Michael Lankton wrote: > >There is documentation in the windowmaker sources that tells where >certain libraries can be found in case you do not have them installed.=20 >Also be sure to make and install libproplist first. Libproplist is >included as a seperate .tgz in the windowmaker sources. > >Mikael Asp wrote: >>=20 >> Hi All! >>=20 >> I tried to compile WM on my machine, it has SuSE 5.1, but there was some >> file(s) that was missing. I don't remember the names, but it was >> something like libpng.so.1, but didn't have it. I just have the *.0. >> I've seen that some of you do use WM, so I'd like to know how to solve >> this little problem. >>=20 ----------------------------------------------------------------- Life doesn't imitate art, it imitates bad television. Mikael Asp ICQ # 688106 (Home), 4533793 (University) =20 e-mail: mailto:di6mika@cse.hks.= se homepage: http://www.cse.hks.se/~di6mika/> ----------------------------------------------------------------- -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============0087517641168263534==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Fri May 29 08:45:53 1998 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] WindowMaker Date: Fri, 29 May 1998 10:45:53 +0200 Message-ID: In-Reply-To: <3.0.32.19980529092542.007f4a70@f_utbserv.cse.hks.se> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7063635800829385795==" --===============7063635800829385795== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, 29 May 1998, Mikael Asp wrote: > Well, I did install the libproplist but still it fails and the output is th= is: >=20 > digital:/tmp/wmaker/WindowMaker-0.14.1 # make install > Making install in > wrlib > make[1]: Entering directory > `/tmp/wmaker/WindowMaker-0.14.1/wrlib' > gcc -DHAVE_CONFIG_H -I. -I. -I../src > -D_BSD_SOURCE -DUSE_XPM -DUSE_PNG -DUSE_JPEG -g -O2 -Wall > -finline-functions -c raster.c > raster.c:27: X11/Xlib.h: No such file or > directory > In file included from raster.c:28: > wraster.h:50: X11/Xlib.h: No > such file or directory > wraster.h:51: X11/Xutil.h: No such file or > directory > make[1]: *** [raster.o] Error 1 > make[1]: Leaving directory > `/tmp/wmaker/WindowMaker-0.14.1/wrlib' > make: *** [install-recursive] Error 1 Looks like the package xdevel is missing. Install it from your SuSE-CD and the compilation should work fine. Ciao, Stefan -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============7063635800829385795==-- From satan@nfinity.com Fri May 29 17:55:12 1998 From: satan@nfinity.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] WindowMaker Date: Fri, 29 May 1998 12:55:12 -0500 Message-ID: <356EF680.3468ADE3@nfinity.com> In-Reply-To: <3.0.32.19980529092542.007f4a70@f_utbserv.cse.hks.se> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3776368479511779149==" --===============3776368479511779149== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable If you are running "./configure" it should find the path to your x includes. Run "./configure" and before you "make" read the Makefile and make sure it is pointing toward /usr/X11R6/include. Check around line 73 of your master Makefile, it should be something like=20 "XCFLAGS =3D -I/usr/X11R6/include". Make sure you have libXpm installed, that is crucial for WindowMaker. I think it can be found on sunsite. Good luck, WindowMaker takes a little more work to configure, but I think you'll find the rewards are worth the effort. Mikael Asp wrote: >=20 > Hi All! >=20 > Well, I did install the libproplist but still it fails and the output is th= is: >=20 > digital:/tmp/wmaker/WindowMaker-0.14.1 # make install > Making install in > wrlib > make[1]: Entering directory > `/tmp/wmaker/WindowMaker-0.14.1/wrlib' > gcc -DHAVE_CONFIG_H -I. -I. -I../src > -D_BSD_SOURCE -DUSE_XPM -DUSE_PNG -DUSE_JPEG -g -O2 -Wall > -finline-functions -c raster.c > raster.c:27: X11/Xlib.h: No such file or > directory > In file included from raster.c:28: > wraster.h:50: X11/Xlib.h: No > such file or directory > wraster.h:51: X11/Xutil.h: No such file or > directory > make[1]: *** [raster.o] Error 1 > make[1]: Leaving directory > `/tmp/wmaker/WindowMaker-0.14.1/wrlib' > make: *** [install-recursive] Error 1 >=20 > I do have those files but don't know how to make it find them. I'm pretty > new to Linux/Unix so please don't think I'm an idiot. _____ .-'WWWWW'L. WindowMaker.... .'WWWWWWWWWWWW.__ /WWWWWWW| \W| The choice of ;WWWWWWWW| ;| a GNU generation. |WWWWWWWW| || ;WWW| ;| =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D \WW| /W| |Michael Lankton, satan@nfinity.com | __'W| .'WW| | University of Nebraska-Omaha CIST | |WWWWW-._____._WWWWW| =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============3776368479511779149==--