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.
What version of Inkscape are you building? Are you using CVS? If so, have you tried compiling the 0.42 release?
Bryce
On Wed, Oct 26, 2005 at 02:29:19PM -0400, Oguz Akyuz wrote:
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.
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
I'm using version 0.42.2 downloaded from http://www.inkscape.org/download.php as a tarball.
On 10/26/05, Bryce Harrington <bryce@...983...> wrote:
What version of Inkscape are you building? Are you using CVS? If so, have you tried compiling the 0.42 release?
Bryce
Oguz Akyuz wrote:
Although configure script does not give any errors I get an error during the make operation. The error starts with the following lines:
<snip>
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.
Have you run `apt-get build-dep inkscape`? Of course this wouldn't explain why the configure script doesn't fail.
Aaron Spike
I've not tried that (I will) but the the apt-get version of the inkscape is rather old, and I think dependencies might have changed for version 0.42.2.
And as you mentioned configure script should detect all dependency problems shouldn't it?
Have you run `apt-get build-dep inkscape`? Of course this wouldn't explain why the configure script doesn't fail.
Aaron Spike
participants (3)
-
unknown@example.com
-
Bryce Harrington
-
Oguz Akyuz