nodepath.cpp fails to compile for g++ 3.3/osx

Bug #178180 reported by John Faith
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
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_val_if_fail(nodepath->selected, NR::Nothing());

is broken into 2 parts:
  NR::Maybe<NR::Coord> no_coord = NR::Nothing();
  g_return_val_if_fail(nodepath->selected, no_coord);

, then this file compiles for OS X 10.3.9.

Tags: build osx
Revision history for this message
John Faith (jfaith7) wrote :
Revision history for this message
JiHO (jiho) wrote :

Fix committed at rev 16910

Changed in inkscape:
assignee: nobody → jiho
status: New → Fix Committed
Revision history for this message
Bryce Harrington (bryce) wrote :

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.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.