2 warnings generated.
CXX sp-path.o
CXX sp-shape.o
CXX verbs.o
CXX live_effects/effect.o
In file included from ../../pointwise/src/live_effects/effect.cpp:49:
In file included from ../../pointwise/src/live_effects/lpe-text_label.h:18:
In file included from ../../pointwise/src/live_effects/parameter/text.h:18:
../../pointwise/src/display/canvas-bpath.h:85:5: error: reference to 'Shape' is ambiguous
Shape *fill_shp;
^
../../pointwise/src/display/canvas-bpath.h:35:7: note: candidate found by name lookup is 'Shape'
class Shape;
^
../../pointwise/src/2geom/forward.h:106:7: note: candidate found by name lookup is 'Geom::Shape'
class Shape;
^
In file included from ../../pointwise/src/live_effects/effect.cpp:49:
In file included from ../../pointwise/src/live_effects/lpe-text_label.h:18:
In file included from ../../pointwise/src/live_effects/parameter/text.h:18:
../../pointwise/src/display/canvas-bpath.h:86:5: error: reference to 'Shape' is ambiguous
Shape *stroke_shp;
^
../../pointwise/src/display/canvas-bpath.h:35:7: note: candidate found by name lookup is 'Shape'
class Shape;
^
../../pointwise/src/2geom/forward.h:106:7: note: candidate found by name lookup is 'Geom::Shape'
class Shape;
^
2 errors generated.
Makefile:7640: recipe for target 'live_effects/effect.o' failed
make[2]: *** [live_effects/effect.o] Error 1
make[2]: Leaving directory '/home2/Development/inkscape/pointwise-gcc/src'
Makefile:7995: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/home2/Development/inkscape/pointwise-gcc/src'
Makefile:1403: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
jtx@jtx:~/Development/inkscape/pointwise-gcc$ make install
Making install in src
make[1]: Entering directory '/home2/Development/inkscape/pointwise-gcc/src'
make install-am
make[2]: Entering directory '/home2/Development/inkscape/pointwise-gcc/src'
CXX live_effects/effect.o
In file included from ../../pointwise/src/live_effects/effect.cpp:49:
In file included from ../../pointwise/src/live_effects/lpe-text_label.h:18:
In file included from ../../pointwise/src/live_effects/parameter/text.h:18:
../../pointwise/src/display/canvas-bpath.h:85:5: error: reference to 'Shape' is ambiguous
Shape *fill_shp;
^
../../pointwise/src/display/canvas-bpath.h:35:7: note: candidate found by name lookup is 'Shape'
class Shape;
^
../../pointwise/src/2geom/forward.h:106:7: note: candidate found by name lookup is 'Geom::Shape'
class Shape;
^
In file included from ../../pointwise/src/live_effects/effect.cpp:49:
In file included from ../../pointwise/src/live_effects/lpe-text_label.h:18:
In file included from ../../pointwise/src/live_effects/parameter/text.h:18:
../../pointwise/src/display/canvas-bpath.h:86:5: error: reference to 'Shape' is ambiguous
Shape *stroke_shp;
^
../../pointwise/src/display/canvas-bpath.h:35:7: note: candidate found by name lookup is 'Shape'
class Shape;
^
../../pointwise/src/2geom/forward.h:106:7: note: candidate found by name lookup is 'Geom::Shape'
class Shape;
^
2 errors generated.
-
Please log in to leave a comment!