object-edit.cpp:842: error: `isfinite' undeclared in namespace `std'
by Jeremy C. Reed
Building inkscape-0.41 on NetBSD 1.6.2_STABLE with GCC 3.3.3.
I receive this error:
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/freetype2
-I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2
-DPOTRACE=\"potrace\"
-I/usr/pkg/include/gtk-2.0
-I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include -I/usr/X11R6/include
-I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/pango-1.0
-I/usr/X11R6/include/freetype2 -I/usr/pkg/include/glib/glib-2.0
-I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/libxml2
-I/usr/pkg/include/sigc++-2.0 -I/usr/pkg/lib/sigc++-2.0/include
-I/usr/pkg/include/gtkmm-2.4 -I/usr/pkg/lib/gtkmm-2.4/include
-I/usr/pkg/include/glibmm-2.4 -I/usr/pkg/lib/glibmm-2.4/include
-I/usr/pkg/include/gdkmm-2.4 -I/usr/pkg/lib/gdkmm-2.4/include
-I/usr/pkg/include/pangomm-1.4 -I/usr/pkg/include/atkmm-1.6
-I/usr/pkg/include/gtkspell-2.0 -I/usr/pkg/include -I/usr/include
-I/usr/pkg/include/freetype2 -Wall -W -Wpointer-arith -Wcast-align
-Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -O2 -s
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT
object-edit.o -MD -MP -MF ".deps/object-edit.Tpo" -c -o object-edit.o
object-edit.cpp; \
then mv -f ".deps/object-edit.Tpo" ".deps/object-edit.Po"; else rm -f
".deps/object-edit.Tpo"; exit 1; fi
object-edit.cpp: In function `void sp_spiral_outer_set(SPItem*, const
NR::Point&, const NR::Point&, unsigned int)':
object-edit.cpp:842: error: `isfinite' undeclared in namespace `std'
gmake[2]: *** [object-edit.o] Error 1
Any ideas?
(Please carbon-copy me on replies.)
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/
18 years, 2 months
filter for inkscape and OpenDocument
by Jon Phillips
Heya,
I just read your nice interview at groklaw
(http://www.groklaw.net/article.php?story=20050130002908154). First of all, this
is really exciting, but I wonder if you could write up more about what is needed
of Inkscape for this new format. I see in your interview you note that there is
a needed filter for Inkscape, but it is not clarified what this means. I'm
cc'ing the Inkscape development list about this. I just wonder how this
OpenDocument format (the newly standardized open office xml format) relates to
Inkscape and what you are asking to be done.
Or do you want a filter that say one has an SVG file, then one can convert that
to an OpenDocument file. I don't think that would be difficult. But, what about
OpenOffice support for the SVG file format?
Please copy me and/or the Inkscape-devel list and I will make sure they get the
response. Or, please reply to me and the list if you are on Inkscape's list.
Thanks,
Jon
--
Jon Phillips
USA PH 510.499.0894
jon@...235...
http://www.rejon.org
Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
CVS Book (http://cvsbook.ucsd.edu)
Scale Journal (http://scale.ucsd.edu)
18 years, 4 months
screwy export
by Jon Phillips
When I use export, it seems screwy with the DPI. I expect that if I
change the DPI to 72, and then change the size of the exported image,
the DPI should stay the same. It is really wacky and unlike other
graphics apps for the DPI to change when I change the image size, and
vice-versa. Actually, most apps, like gimp, etc have locks to constrain
dpi and proportions (see attached screenshot).
Anyhow, export use to work well for me to do exporting for web, but now
is strange. Is this a problem for anyone else? Yes, I understand the
logic that the size changes because there are then more pixels per inch,
but I don't agree in how it acts.
Once someone sets dpi in this, then the exported image should stay the
same size and just have a higher DPI, but same size.
Thoughts on this? Am I wrong here? Am I smoking something? Whats the
deal??
Jon
--
Jon Phillips
USA PH 510.499.0894
jon@...235...
http://www.rejon.org
Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
CVS Book (http://cvsbook.ucsd.edu)
Scale Journal (http://scale.ucsd.edu)
18 years, 5 months
Scripting
by unknown@example.com
Sorry I don't know enough about the subject to formulate more proper
questions. I'm interested in learning more about the python scripting
support. I realize it is a ways down on the roadmap still, but
occasionally I hear a bit about it. Is there anything in CVS that I can
try or anything I can read to learn more and watch it develop?
Aaron Spike
18 years, 5 months
Re: [Inkscape-user] icon theming
by MenTaLguY
> My 16x16px icon got scaled down to about 10px in the toolbar. What's the magic here?
I would like to be able to tell you why the icons are the size they are,
but the icon drawing code we inherited from Sodipodi is scary and nobody
quite understands it... :P
I'll CC the devel list in case perhaps the gtkmmification team has made
any breakthroughs studying and/or rewriting that code.
-mental
18 years, 5 months
Re: [Inkscape-user] autosave ?
by MenTaLguY
On Sat, 2004-06-19 at 18:04, Florent wrote:
> So I'm appealing to anyone who can create an autosave :-)
We already have autosave-on-crash already, actually. The one catch is
that for crashes due to failed assertions (like this one), it isn't
triggered yet.
(I'm CCing the development mailing list, if anyone's interested in
attacking this right now:
At least on Unix, this is relatively easy to fix -- just set up a
SIGABRT handler similar to the SIGSEGV handler we have now. The one
catch is that the handler will need to disable itself as soon as it is
triggered, because the autosave code raises SIGABRT when it is done.
Also we should make sure we've got SIGBUS covered if we don't already.)
-mental
18 years, 5 months
NEW: snapping improvements
by bulia byak
- When several objects (or a group) are selected and the "snap
points" mode is active, only the outermost points or nodes will snap,
instead of all points in selection. [patch by Eric Jonas]
- In the "snap points" mode, a text object will snap its baseline
anchor (the left end of the baseline) to grid or guides. That anchor
point is visualized as a little square mark when a text object is
selected.
18 years, 5 months
BOOST okay?
by Jason Dusek
I would like to work on Inkscape, and I'd like to use BOOST
====================================
http://www.boost.org/
====================================
for things like smart_pointers, numeric stuff and the like. is that
okay? is it a problem to make inkscape depend on BOOST?
--
_jason
18 years, 6 months
Strange transparency behaviour opening old files
by Lucas Vieites
Hi,
I'm currently using Inkscape 0.41 and when I open up old files,
created with 0.39, all the objects that have a gradient fill appear with
the correct gradient, but with transparency.
I'm attaching an svg file and a png I exported when I created the
original, so you can see the difference.
Cheers,
--
Lucas Vieites Fariña
Asix Informática <info@...212...>
http://www.asixinformatica.com/
Tel/Fax: +34 986 54 26 98
18 years, 6 months
Icon theme
by Jean-François Lemaire
Hello,
I just commited share/icons/David_icons.svg and share/icons/README.icons
They are not installed when I update and make install but I suppose
something has to be done for those files to be installed? No idea what,
however.
Jef
18 years, 6 months