[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libgtkhtml: need help with compilation error



On Fri, Nov 02, 2007 at 10:04:10AM -0700, Rehceb Rotkiv wrote:
> 
> 
> Andrew Sackville-West wrote:
> > 
> > definitely looks like you're missing a library there. or at least
> > missing an include for GtkPrintOperation. That's per google and I'm no
> > dev.
> > 
> > On my system, the function gtk_print_operation_new is provided by
> > /usr/include/gtk-2.0/gtkprintoperation.h, part of  libgtk2.0-dev. 
> > 
> > I found this by a quick google on the undefined references above and a
> > little grepping in /usr/include. You can probably do this as well...
> > 
> 
> thanks for your help. My GTK (libgtk2.0-dev from the Etch repos) does not
> have /usr/include/gtk-2.0/gtkprintoperation.h! I compiled it from source and
> now have this file in /usr/local/include/gtk-2.0/. How do I tell configure
> and/or make to look for GTK at this location? I already tried
> 
> $ ./configure LD_LIBRARY_PATH='/usr/local/include' 
> 
> (without knowing what exactly I was doing), but it didn't work.

sorry. out of my league. try ./configure --help as that doesn't look
like a valid ./configure option to my eye. Maybe, 

export LD_LI... ; ./configure 

but I'm just guessing.

A

Attachment: signature.asc
Description: Digital signature


Reply to: