Is it worthwhile reporting building issues against the latest launchpad (thanks to Josh Andler for pointing it out to me) tarballs or simply wait for the next revision hoping it's fixed?
For example, while build revision 13270, I encountered this error:
2geom/toposweep.cpp: In member function 'Geom::TopoGraph::Edge Geom::TopoGraph::remove_edge(unsigned int, unsigned int)': 2geom/toposweep.cpp:56:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus.exe: some warnings being treated as errors Makefile:8041: recipe for target `2geom/toposweep.o' failed make[3]: *** [2geom/toposweep.o] Error 1 make[3]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:5049: recipe for target `all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:1070: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/graphics/inkscape/revison-13270' Makefile:765: recipe for target `all' failed make: *** [all] Error 2
Building on Win 8.1 64-bit using gcc 4.8.1 and Mingw.
Thanks, Partha
Hi Partha, It's always worthwhile reporting build issues! Especially because you are using a buildsystem that not many people use. So it may take a long time before your error is fixed, and by then the fix may not be so obvious anymore.
It's great you've succeeded in building on Win 8.1 64-bit using gcc 4.8.1 and MinGW, with all the dependencies that we require. Could you write up a document on our wiki on how you did that? This would be a great great help after our release when we are going to upgrade our Windows default compiler. Thank you very much.
Cheers, Johan
On 5-4-2014 14:24, Partha Bagchi wrote:
Is it worthwhile reporting building issues against the latest launchpad (thanks to Josh Andler for pointing it out to me) tarballs or simply wait for the next revision hoping it's fixed?
For example, while build revision 13270, I encountered this error:
2geom/toposweep.cpp: In member function 'Geom::TopoGraph::Edge Geom::TopoGraph::remove_edge(unsigned int, unsigned int)': 2geom/toposweep.cpp:56:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus.exe: some warnings being treated as errors Makefile:8041: recipe for target `2geom/toposweep.o' failed make[3]: *** [2geom/toposweep.o] Error 1 make[3]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:5049: recipe for target `all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:1070: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/graphics/inkscape/revison-13270' Makefile:765: recipe for target `all' failed make: *** [all] Error 2
Building on Win 8.1 64-bit using gcc 4.8.1 and Mingw.
Thanks, Partha
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
OK, I moved past the error by removing return-type as Werror from the Makefiles. However, when I launch, it crashes immediately and so cannot test revision 13270.
The error is similar to what has been observed in the past "Inkscape encountered an Internal error and will close now".
I'll be happy to do a write-up as to how I do my builds. My Windows 64-bit 0.48 build is available from my website.
Thanks, Partha
On Sat, Apr 5, 2014 at 8:41 AM, Johan Engelen <jbc.engelen@...2592...>wrote:
Hi Partha, It's always worthwhile reporting build issues! Especially because you are using a buildsystem that not many people use. So it may take a long time before your error is fixed, and by then the fix may not be so obvious anymore.
It's great you've succeeded in building on Win 8.1 64-bit using gcc 4.8.1 and MinGW, with all the dependencies that we require. Could you write up a document on our wiki on how you did that? This would be a great great help after our release when we are going to upgrade our Windows default compiler. Thank you very much.
Cheers, Johan
On 5-4-2014 14:24, Partha Bagchi wrote:
Is it worthwhile reporting building issues against the latest launchpad (thanks to Josh Andler for pointing it out to me) tarballs or simply wait for the next revision hoping it's fixed?
For example, while build revision 13270, I encountered this error:
2geom/toposweep.cpp: In member function 'Geom::TopoGraph::Edge Geom::TopoGraph::remove_edge(unsigned int, unsigned int)': 2geom/toposweep.cpp:56:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus.exe: some warnings being treated as errors Makefile:8041: recipe for target `2geom/toposweep.o' failed make[3]: *** [2geom/toposweep.o] Error 1 make[3]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:5049: recipe for target `all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/graphics/inkscape/revison-13270/src' Makefile:1070: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/graphics/inkscape/revison-13270' Makefile:765: recipe for target `all' failed make: *** [all] Error 2
Building on Win 8.1 64-bit using gcc 4.8.1 and Mingw.
Thanks, Partha
Inkscape-devel mailing listInkscape-devel@...1901...://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Johan Engelen
-
Partha Bagchi