OK I really was missing autotools. Trying to build it now :)
debian/rules build
gdb_tipwindow.cpp:40:25: error: gtk/gtk.h: No such file or directory
gdb_tipwindow.cpp: In constructor 'GDBTipWindow::GDBTipWindow(wxWindow*, const wxString&, const wxString&, const wxString&, const wxString&, wxCoord, GDBTipWindow**, wxRect*)':
gdb_tipwindow.cpp:190: error: 'GTK_WIDGET_HAS_GRAB' was not declared in this scope
gdb_tipwindow.cpp:191: error: 'gtk_grab_add' was not declared in this scope
gdb_tipwindow.cpp: In destructor 'virtual GDBTipWindow::~GDBTipWindow()':
gdb_tipwindow.cpp:207: error: 'GTK_WIDGET_HAS_GRAB' was not declared in this scope
gdb_tipwindow.cpp:208: error: 'gtk_grab_remove' was not declared in this scope
gdb_tipwindow.cpp: In member function 'void GDBTipWindow::Close()':
gdb_tipwindow.cpp:261: error: 'GTK_WIDGET_HAS_GRAB' was not declared in this scope
gdb_tipwindow.cpp:262: error: 'gtk_grab_remove' was not declared in this scope
make[5]: *** [gdb_tipwindow.lo] Fehler 1
make[4]: *** [all-recursive] Fehler 1
make[3]: *** [all-recursive] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [build-stamp] Fehler 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
wxgtk + gtk2 ist installiert (-dev Pakete!)
I have a similar problem building on Ubuntu Feisty (VMWare'd)
after running ./configure i get:
checking for GTK2... configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met:
No package 'gtk+-2.0' found
is it even possible that gtk 2.0 isn't installed on a vanilla ubuntu? does anyone know what I'm missing?
to pre-empt the next set of problems, to build C::B with the full set of plugins what make incantations do I need to specify?
I have a similar problem building on Ubuntu Feisty (VMWare'd)
after running ./configure i get:
checking for GTK2... configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met:
No package 'gtk+-2.0' found
is it even possible that gtk 2.0 isn't installed on a vanilla ubuntu? does anyone know what I'm missing?
I'm not sure. But it may come only with the runtime packages. You should install libgtk+-2.0-devel package (the name may be bit different) to compile C::B.
to pre-empt the next set of problems, to build C::B with the full set of plugins what make incantations do I need to specify?
Configure C::B as -
./configure --with-contrib-plugins=all