Comment 0 for bug 1122816

Revision history for this message
su_v (suv-lp) wrote :

Revision 12119 fails to build with experimental GTK3:

  CXX device-manager.o
../../src/device-manager.cpp: In member function ‘virtual void Inkscape::DeviceManagerImpl::loadConfig()’:
../../src/device-manager.cpp:381: error: ‘Glib::Regex’ has not been declared
../../src/device-manager.cpp:393: error: ‘Glib::Regex’ has not been declared
make[3]: *** [device-manager.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Build failure occurs with:
- OS X 10.7.4, GTK+/X11 3.4,4, gtkmm 3.4.0, glib 2.32.4
- OS X 10.7.4, GTK+/Quartz 3.6.4, gtkmm 3.6.0, glib 2.34.3

Earlier revisions up to r12118 built successfully with GTK3, and all revisions built ok with GTK2.