Re: What provides glib.h?

1999-07-20 Thread Shao Zhang
I believe you are missing glibconfig.h. Search on the debian web site and find out which package provides it. On Sat, Jul 17, 1999 at 09:12:59PM -0700, egm2@jps.net wrote: I was trying to recompile gphoto from source (to change a hardwired line speed parameter) but it errored when trying to

Re: What provides glib.h?

1999-07-20 Thread Carl Mummert
from konica_qm100.c:7: /usr/include/glib.h:66: glibconfig.h: No such file or directory make[2]: *** [konica_qm100.o] Error 1 make[2]: Leaving directory `/usr/src/gphoto/gphoto-0.3-2-990422/konica' make[1]: *** [../konica/libgphoto_konica_qm100.so] Error 2 make[1]: Leaving

Re: What provides glib.h?

1999-07-20 Thread Jens Ritter
Shao Zhang [EMAIL PROTECTED] writes: I believe you are missing glibconfig.h. Search on the debian web site and find out which package provides it. [...] snipstuff that compiles/snip make -C ../konica libgphoto_konica_qm100.so make[2]: Entering directory

Re: What provides glib.h?

1999-07-20 Thread Jens Ritter
I missed to say that it is in the libgtk1.2-dev package. Jens P.S.: Please vote against Spam! At http://www.politik-digital.de/spam/ (Sorry Europeans only) --- [EMAIL PROTECTED] [EMAIL PROTECTED] Key ID: 2048/E451C639 Jens Ritter Key fingerprint: 5F 3D 43 1E 24 1E CC 48 1E 05

Re: What provides glib.h?

1999-07-20 Thread Jens Ritter
...and the libglib1.2-dev packages. Sorry, Jens P.S.: Please vote against Spam! At http://www.politik-digital.de/spam/ (Sorry Europeans only) --- [EMAIL PROTECTED] [EMAIL PROTECTED] Key ID: 2048/E451C639 Jens Ritter Key fingerprint: 5F 3D 43 1E 24 1E CC 48 1E 05 93 3A A7 10 73

What provides glib.h?

1999-07-18 Thread egm2
I was trying to recompile gphoto from source (to change a hardwired line speed parameter) but it errored when trying to find /usr/include/glib.h because I don't have it. I have many of the *-dev packages, so I was wondering what package I'm missing. I tried a search, but the packages I came up

Re: What provides glib.h?

1999-07-18 Thread Mark Wagnon
On 07/17/99 09:12 PM, egm2@jps.net wrote: I was trying to recompile gphoto from source (to change a hardwired line speed parameter) but it errored when trying to find /usr/include/glib.h because I don't have it. I have many of the *-dev packages, so I was wondering what package I'm missing.

Re: What provides glib.h?

1999-07-18 Thread Mike Brownlow
egm2@jps.net wrote: line speed parameter) but it errored when trying to find /usr/include/glib.h because I don't have it. I have many of the *-dev ... /usr/include/glib.h:66: glibconfig.h: No such file or directory ... Eric G. Miller Powered by the A HREF=http://www.debian.org;POTATO/A! You

Re: What provides glib.h?

1999-07-18 Thread Mike Brownlow
Mike Brownlow [EMAIL PROTECTED] wrote: egm2@jps.net wrote: line speed parameter) but it errored when trying to find /usr/include/glib.h because I don't have it. I have many of the *-dev ... /usr/include/glib.h:66: glibconfig.h: No such file or directory ... Eric G. Miller Powered by

Re: What provides glib.h?

1999-07-18 Thread Oliver Elphick
... You have glib.h. The error is saying it cannot find glibconfig.h. I had the same problem just now. A search yields: $ dpkg -S glibconfig.h libglib1.2-dev: /usr/lib/glib/include/glibconfig.h So the answer to this is to add /usr/lib/glib/include to our include paths. For