Re: problems with xpm

1999-08-09 Thread Colin Marquardt
* Pedro Bastos <[EMAIL PROTECTED]> writes: > asmem_x.c:18: X11/xpm.h: No such file or directory [...] > ~# dpkg -l | grep xpm > ii xpm4g 3.4k-1 X Pixmap run-time libraries Yeah, *run-time*! ashwork:~$ dpkg -S xpm.h xpm4g-dev: /usr/X11R6/include/X11/xpm.h HTH, Colin -- C

Re: problems with xpm

1999-08-09 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Mon, 9 Aug 1999, Pedro Bastos wrote: > gcc -O2 -I/usr/X11R6/include -c asmem_x.c > asmem_x.c:18: X11/xpm.h: No such file or directory > make: *** [asmem_x.o] Error 1 > > and then i checked if i had lib xpm installed: > > ~# dpkg -l | grep xpm > ii

Re: problems with xpm

1999-08-09 Thread Gary L. Hennigan
Pedro Bastos <[EMAIL PROTECTED]> writes: > hello list :) someday, somewhere, for some reason, i tried to compile > asmem. and, as you all know, asmem uses a lot the xpm library. > so, the configure part of the compile process was sucessful. > but, unfortunely, the compile process itself (make) ret

problems with xpm

1999-08-09 Thread Pedro Bastos
hello list :) someday, somewhere, for some reason, i tried to compile asmem. and, as you all know, asmem uses a lot the xpm library. so, the configure part of the compile process was sucessful. but, unfortunely, the compile process itself (make) returned an error: gcc -O2 -I/usr/X11R6/includ