Re: finding the location of header (.h) files

2006-07-31 Thread tomas
On Sun, Jul 30, 2006 at 02:19:50PM +1000, mick wrote: > On Fri, 14 Jul 2006 18:39, Stepan Kasal wrote: > I have an application that depends on gtkhtml-2.0, which seems to put its > headers in a diferent location in almost every linux or BSD distribution so I > need to replace > INCLUDES = -I/usr

finding the location of header (.h) files

2006-07-29 Thread mick
On Fri, 14 Jul 2006 18:39, Stepan Kasal wrote: I have an application that depends on gtkhtml-2.0, which seems to put its headers in a diferent location in almost every linux or BSD distribution so I need to replace INCLUDES = -I/usr/include/gtkhtml-2.0 in Makefile.am. Its been suggested that I

Re: finding the location of header (.h) files

2006-07-14 Thread Stepan Kasal
Hello, On Fri, Jul 14, 2006 at 02:23:36PM +1000, mick wrote: > I have an application that depends on gtkhtml-2.0, which seems to be in a > diferent location in almost every linux or BSD distribution. ... > INCLUDES = -I/usr/include/gtkhtml-2.0 many people use pkg-config to solve this. The gtkht

finding the location of header (.h) files

2006-07-13 Thread mick
I have an application that depends on gtkhtml-2.0, which seems to be in a diferent location in almost every linux or BSD distribution. Currently I have:- INCLUDES = -I/usr/include/gtkhtml-2.0 in Makefile.am and AC_CHECK_LIB([gtkhtml-2], [html_document_open_stream],, [AC_MSG_ERROR([BUMMER, Mayb