nodepath.cpp fails to compile for g++ 3.3/osx
Bug #178180 reported by
John Faith
on 2007-12-23
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Inkscape |
Undecided
|
JiHO |
Bug Description
src/nodepath.cpp in svn version 16780 fails to build with g++ 3.3 under OS X 10.3.9. The line in question seems to be the same type of problem which was fixed in line-geometry.cpp (bug#169972).
If the line:
g_return_
is broken into 2 parts:
NR::Maybe<
g_return_
, then this file compiles for OS X 10.3.9.
John Faith (jfaith7) wrote : | #1 |
Bryce Harrington (bryce) wrote : | #3 |
We're considering bugs to be "Fix Released" once the fix is committed to SVN HEAD, so am marking this closed.
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix committed at rev 16910