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

question



Hi group,
 
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
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
make[2]: Leaving directory `/home/paul/softwarecon/cssed-pre0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paul/softwarecon/cssed-pre0.1'
make: *** [all] Error 2
debian:/home/paul/softwarecon/cssed-pre0.1#
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Can anyone tell me what I have to do so my editor can be compiled?
 
Thanks in advance,
 
Paul Akkermans

Reply to: