Bugzilla – Bug 132506
vte-sharp fails on compilation.
Last modified: 2007-04-27 18:41:02 UTC
When trying to build vte-sharp from sources; I get errors related to headers. I solved the problem uninstalling the glib-devel-1.2.10-595 headers. Steps to reproduce the problem: * Download gtk-sharp sources from svn * Run autogen.sh and make sure that vte-sharp is gonna be built. if not, install vte-devel. * 'make' There you get the headers errors. To solve it just uninstall glib-devel-1.2.10-595 and the problem is gone.
Cesar, can you give some more detailed output? Mike, ideas?
I compiled gnome-sharp (which includes vte-sharp) and the gtk-sharp-1-0-10 branch from svn on opensuse 10.2 with glib-devel installed with no errors. Marking as fixed...