I build the latest and greatest Scribus versions overnight. Now I would like to do the same for Inkscape 0.49.x. If possible I would like to do an svn download. If not just a tarball of the source would do.
If Bazaar is the only path I will learn that. But I prefer the more familiar svn path.
I have Slackware Linux, and don't want to make an Ubuntu partition just for Inkscape.
Please show me the pointers needed to download the latest 0.49 nightly.
On 03/12/2012 04:53 PM, john Culleton wrote:
Please show me the pointers needed to download the latest 0.49 nightly.
This should do:
bzr checkout lp:inkscape
More details can be found at http://wiki.inkscape.org/wiki/index.php/Working_with_Bazaar
Regards,
Diederik
On Mon, Mar 12, 2012 at 11:47 AM, Diederik van Lierop <mail@...1689...> wrote:
On 03/12/2012 04:53 PM, john Culleton wrote:
Please show me the pointers needed to download the latest 0.49 nightly.
This should do:
bzr checkout lp:inkscape
More details can be found at http://wiki.inkscape.org/wiki/index.php/Working_with_Bazaar
For note, if there is no interest in revision history (which is hefty at this point), a better option would be:
bzr checkout --lightweight lp:inkscape
Cheers, Josh
On Mon, 12 Mar 2012 19:47:31 +0100 Diederik van Lierop <mail@...1689...> wrote:
On 03/12/2012 04:53 PM, john Culleton wrote:
Please show me the pointers needed to download the latest 0.49 nightly.
This should do:
bzr checkout lp:inkscape
More details can be found at http://wiki.inkscape.org/wiki/index.php/Working_with_Bazaar
Regards,
Diederik
Thanks but it blows up on compile thus:>
[ 41%] Building CXX object src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o /usr/local/inkscape/src/ui/dialog/ocaldialogs.cpp:34:27: fatal error: gtkmm/spinner.h: No such file or directory compilation terminated. make[2]: *** [src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/inkscape_LIB.dir/all] Error 2 make: *** [all] Error 2 bash-4.1# find /usr -name spinner.h /usr/local/gtkmm-3.0.1/gtk/gtkmm/spinner.h
Suggestions?
W dniu 13 marca 2012 03:21 użytkownik john Culleton <John@...1202...> napisał:
Thanks but it blows up on compile thus:>
[ 41%] Building CXX object src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o /usr/local/inkscape/src/ui/dialog/ocaldialogs.cpp:34:27: fatal error: gtkmm/spinner.h: No such file or directory compilation terminated. make[2]: *** [src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/inkscape_LIB.dir/all] Error 2 make: *** [all] Error 2 bash-4.1# find /usr -name spinner.h /usr/local/gtkmm-3.0.1/gtk/gtkmm/spinner.h
Suggestions?
You might have an outdated version of gtkmm. Gtk::Spinner was introduced in gtkmm 2.20. Regards, Krzysztof
[ 41%] Building CXX object src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o /usr/local/inkscape/src/ui/dialog/ocaldialogs.cpp:34:27: fatal error: gtkmm/spinner.h: No such file or directory compilation terminated. make[2]: *** [src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/inkscape_LIB.dir/all] Error 2 make: *** [all] Error 2 bash-4.1# find /usr -name spinner.h /usr/local/gtkmm-3.0.1/gtk/gtkmm/spinner.h
Suggestions?
You might have an outdated version of gtkmm. Gtk::Spinner was introduced in gtkmm 2.20.
Oops, didn't notice the last line. Inkscape will only use gtkmm 2.x, it can't be compiled with 3.x yet. You need to update your version of gtkmm 2.x and gtk 2.x, preferably to 2.24.
Regards, Krzysztof
participants (4)
-
Diederik van Lierop
-
john Culleton
-
Josh Andler
-
Krzysztof Kosiński