SVN 2839; Ubuntu Breezy
I'm getting the following compile errors:
note: the "’" does not show up on Linux, I copy/pasted/posted to windows.
-------------- Build: Debugger in Code::Blocks - Unix ---------------
Compiling: plugins/debuggergdb/gdb_tipwindow.cpp
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
plugins/debuggergdb/gdb_tipwindow.cpp:40:25: error: gtk/gtk.h: No such file or directory
plugins/debuggergdb/gdb_tipwindow.cpp: In constructor ‘GDBTipWindow::GDBTipWindow(wxWindow*, const wxString&, const wxString&, const wxString&, const wxString&, wxCoord, GDBTipWindow**, wxRect*)’:
plugins/debuggergdb/gdb_tipwindow.cpp:190: error: ‘GTK_WIDGET_HAS_GRAB’ was not declared in this scope
plugins/debuggergdb/gdb_tipwindow.cpp:191: error: ‘gtk_grab_add’ was not declared in this scope
plugins/debuggergdb/gdb_tipwindow.cpp: In destructor ‘virtual GDBTipWindow::~GDBTipWindow()’:
plugins/debuggergdb/gdb_tipwindow.cpp:207: error: ‘GTK_WIDGET_HAS_GRAB’ was not declared in this scope
plugins/debuggergdb/gdb_tipwindow.cpp:208: error: ‘gtk_grab_remove’ was not declared in this scope
plugins/debuggergdb/gdb_tipwindow.cpp: In member function ‘void GDBTipWindow::Close()’:
plugins/debuggergdb/gdb_tipwindow.cpp:261: error: ‘GTK_WIDGET_HAS_GRAB’ was not declared in this scope
plugins/debuggergdb/gdb_tipwindow.cpp:262: error: ‘gtk_grab_remove’ was not declared in this scope
Process terminated with status 1 (0 minutes, 44 seconds)
7 errors, 0 warnings
Is this legit? If so, how do I find "gtk+-2.0.pc" directory, and add it to PKG_CONFIG_PATH?
What I meant was that we should add a check for it in configure (the gtk2 devel files).
Sounds like a good idea, as it shows the same thing for wxMac too... :-)
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found