Although configure script does not give any errors I get an error during the make operation. The error starts with the following lines:
In file included from ui/dialog/dialog-manager.cpp:21: ui/dialog/align-and-distribute.h:93: error: syntax error before `;' token In file included from ui/dialog/transformation.h:23, from ui/dialog/dialog-manager.cpp:34: application/application.h:51: error: syntax error before `*' token In file included from ui/widget/unit-menu.h:16, from ui/widget/scalar-unit.h:19, from ui/dialog/transformation.h:25, from ui/dialog/dialog-manager.cpp:34:
Then follows a millions of other errors, but they might all be due the first error.
I checked line 93 of align-and-distribute.h and it defines a Gtk variable. I have both gtkmm-2.0 and gtkmm-2.4.
I appreciate any help on fixing this problem. Thanks.