On Mon, 2006-03-27 at 12:28 -0400, bulia byak wrote:
On 3/27/06, drag sidious <linlamer@...715...> wrote:
I don't know what it is called.. Maybe inkscape already has this feature?
I am currently using the inkscape version provided by Debian Unstable. Inkscape 0.43, I beleive.. and that while I realy like the product and appreaciate it's development I find that it is realy to very slow to be much use at the moment.
Try latest svn, it has outline (wireframe) view mode.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
I tried compiling from svn.. Using Debian Unstable, I prepared the system by going 'wajig build-depend inkscape' which installs all the dependancies used by the Debian package maintainer to build the current version of Inkscape.
gcc --version gcc (GCC) 4.0.3 (Debian 4.0.3-1) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I got this error:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/freetype2 -DPOTRACE="potrace" -DXTHREADS -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc ++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT dialogs/swatches.o -MD -MP -MF "dialogs/.deps/swatches.Tpo" -c -o dialogs/swatches.o `test -f 'dialogs/swatches.cpp' || echo './'`dialogs/swatches.cpp; \ then mv -f "dialogs/.deps/swatches.Tpo" "dialogs/.deps/swatches.Po"; else rm -f "dialogs/.deps/swatches.Tpo"; exit 1; fi dialogs/swatches.cpp: In static member function 'static void Inkscape::UI::Dialogs::ColorItem::_colorDefChanged(void*)': dialogs/swatches.cpp:239: error: invalid conversion from 'int' to 'LinkType' dialogs/swatches.cpp:239: error: initializing argument 2 of 'void eek_preview_set_linked(EekPreview*, LinkType)' dialogs/swatches.cpp: In member function 'virtual Gtk::Widget* Inkscape::UI::Dialogs::ColorItem::getPreview(Inkscape::UI::PreviewStyle, Inkscape::UI::ViewType, Gtk::BuiltinIconSize)': dialogs/swatches.cpp:286: error: invalid conversion from 'int' to 'LinkType' dialogs/swatches.cpp:286: error: initializing argument 2 of 'void eek_preview_set_linked(EekPreview*, LinkType)' make[2]: *** [dialogs/swatches.o] Error 1 make[2]: Leaving directory `/home/drag/builds/build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/drag/builds/build' make: *** [all] Error 2
Hope thats enough information to be usefull. I'll try again tonight.
Thank you for your response though.