cannot compile rev 10891 (Windows XP)
attempting to compile rev 10891 I get the following error message:
Make error line 289: problem compiling: src/2geom/conicsec.cpp:1491:20: error: prototype for 'std::vectorGeom::Point Geom::xAx::allNearestPoints(const Geom::Point&) const' does not match any in class 'Geom::xAx' src/2geom/conicsec.h:477:24: error: candidate is: std::vectorGeom::Point Geom::xAx::allNearestPoints(Geom::Point) const
- Alvin
-- View this message in context: http://inkscape.13.n6.nabble.com/cannot-compile-rev-10891-Windows-XP-tp36772... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
My mistake. I forgot to include the changes in the header in rev 10891. Should be fixed now. Strangely btool did not complain. :-( It is not the first time that this happened the last weeks ...
Kind regards K.
2012/1/16 alvinpenner <penner@...1856...>:
attempting to compile rev 10891 I get the following error message:
Make error line 289: problem compiling: src/2geom/conicsec.cpp:1491:20: error: prototype for 'std::vectorGeom::Point Geom::xAx::allNearestPoints(const Geom::Point&) const' does not match any in class 'Geom::xAx' src/2geom/conicsec.h:477:24: error: candidate is: std::vectorGeom::Point Geom::xAx::allNearestPoints(Geom::Point) const
- Alvin
-- View this message in context: http://inkscape.13.n6.nabble.com/cannot-compile-rev-10891-Windows-XP-tp36772... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On 16-1-2012 7:25, Kris De Gussem wrote:
My mistake. I forgot to include the changes in the header in rev 10891. Should be fixed now. Strangely btool did not complain. :-( It is not the first time that this happened the last weeks ...
(don't know if this caused your problems but...) When changes result in different file dependencies (i.e. changes to what is included or not), btool will not rebuild the dependency tree. Perhaps you've been unlucky to hit some of those when updating your repository; "del *.dep" before "btool" often helps.
Cheers, Johan
participants (3)
-
alvinpenner
-
Johan Engelen
-
Kris De Gussem