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

Re: question



On Sun, Sep 12, 2004 at 10:52:26AM -0400, Michael Marsh said
> >I am trying to compile a structure editor which I found on the
> internet. But I get the following >message:
> >--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >  
> >gcc -DHAVE_CONFIG_H -I. -I. -I..
> -DPACKAGE_DATA_DIR=\""/usr/local/share"\"
> >-DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"
> -I../scintilla/include -DGTK >-DSCI_LEXER -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> >-I/usr/include/pango-1.0 -I/usr/X11R6/include
> -I/usr/include/freetype2 -I/usr/include/glib-2.0
> >-I/usr/lib/glib-2.0/include      -g -O2 -c `test -f 'utils.c' || echo
> './'`utils.c
> >Package libgnome-2.0 was not found in the pkg-config search path.
> >Perhaps you should add the directory containing `libgnome-2.0.pc'
> >to the PKG_CONFIG_PATH environment variable
> >No package 'libgnome-2.0' found
> 
> Not sure if this is really needed, since it wasn't a fatal error, but
> do you have
> libgnome2-0 installed?

You'll need the corresponding -dev package installed, if you want to
build against it. libgnome2-dev looks like what you need.  I generally
use "apt-cache search libwhatever | grep dev" to find 'em.

> >g++  -lvte -DGTK -o cssed  main.o support.o interface.o document.o
> xmlparser.o callbacks.o selectorparser.o cssdialogs-interface.o
> cssdialogs-callbacks.o utils.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
> -lgdk_pixbuf-2.0 -lm -lpangox-1.0 -lpangoxft-1.0 -lpango-1.0
> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
> ../scintilla/gtk/LexCSS.o >../scintilla/gtk/LexHTML.o
> ../scintilla/gtk/LexOthers.o ../scintilla/bin/scintilla.a
> >/usr/bin/ld: cannot find -lvte
> >collect2: ld returned 1 exit status
> >make[2]: *** [cssed] Error 1
> 
> It looks like you're missing the package libvte4, which has the
> terminal emulator
> widget for GTK+ 2.0.

libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files

-rob

-- 
Words of the day:                Verisign Chobetsu International Criminal Court

Attachment: signature.asc
Description: Digital signature


Reply to: