-
Using 1.0.10 source with a 2.6.24-based distro (Ubuntu 8.04), 'make modules' fails.
Errors were:
- the .hardware field in the video_device struct is no longer present.
- linux/config.h is not found, since it is no longer in the kernel headers in 2.6.24
- "parport_pc_private has no member named dev"
The attached patch lets the USB module build (no fix for the parport errors).
2008-05-01 02:33:53 UTC in QuickCam VC linux device driver
-
jfaith committed revision 18200 to the Inkscape SVN repository, changing 2 files.
2008-04-04 15:02:12 UTC in Inkscape
-
The Path class appendNew template method called from svg-path.h produces syntax errors when building with g++3.3 under OS X 10.3.9. Adding the "template" keyword in the method call seems to fix this.
2007-12-22 17:22:49 UTC in 2Geom
-
This is the same issue as tracker item 1831278. isnan.h fails to build with g++ 3.3 (Mac OS X 10.3.9). The previous patch defined is_finite(); this one, is_nan().
2007-12-22 17:03:22 UTC in 2Geom
-
The file isnan.h causes a compile failure when building inkscape under OS X 10.3.9:
...
2geom/linear.h: In member function `bool Geom::Linear::isFinite() const':
2geom/linear.h:90: error: `isfinite' undeclared in namespace `std'
The attached patch uses the same ifdef structure which the isnan.h in inkscape uses, which works for OS X 10.3.
2007-11-13 19:25:26 UTC in 2Geom
-
Later attempt reached list. Please close.
2007-04-25 16:55:26 UTC in SourceForge.net
-
Hello,
I sent mail to inkscape-devel and the mail is shown in the mailing list archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=inkscape-devel
, but I did not receive the posting. The title of the posting contains "gcc 3.3 bug: configure -Wno-pointer-sign test uses wrong compiler" and the poster name is John Faith. The dates of the posts shown in the sf.net archive are...
2007-04-24 22:12:13 UTC in SourceForge.net