When I try to compile trunk I get: Make error line 303: problem compiling: In file included from src/libnr/test-nr. cpp:13:0: ./src/libnr/in-svg-plane-test.h:7:25: fatal error: 2geom/isnan.h: No such file o r directory
Any ideas? Seems like a weird kind of file to be missing, so am I using the wrong version of GCC or something? (This is on Windows, using the latest devlibs and trunk.)
I have compiled the latest revision (devlibs also up to date) using g++ 4.5.1 on XP without problems.
Regards Preben
-----Original Message----- From: Jasper van de Gronde [mailto:th.v.d.gronde@...528...] Sent: 17 July, 2011 19:03 To: Inkscape Devel List Subject: [Inkscape-devel] 2geom/isnan.h
When I try to compile trunk I get: Make error line 303: problem compiling: In file included from src/libnr/test-nr. cpp:13:0: ./src/libnr/in-svg-plane-test.h:7:25: fatal error: 2geom/isnan.h: No such file o r directory
Any ideas? Seems like a weird kind of file to be missing, so am I using the wrong version of GCC or something? (This is on Windows, using the latest devlibs and trunk.)
AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Issue confiremed on latest 64 bit kubuntu.
2011/7/17 Preben Soeberg <prsodk@...400...>:
I have compiled the latest revision (devlibs also up to date) using g++ 4.5.1 on XP without problems.
Regards Preben
-----Original Message----- From: Jasper van de Gronde [mailto:th.v.d.gronde@...528...] Sent: 17 July, 2011 19:03 To: Inkscape Devel List Subject: [Inkscape-devel] 2geom/isnan.h
When I try to compile trunk I get: Make error line 303: problem compiling: In file included from src/libnr/test-nr. cpp:13:0: ./src/libnr/in-svg-plane-test.h:7:25: fatal error: 2geom/isnan.h: No such file o r directory
Any ideas? Seems like a weird kind of file to be missing, so am I using the wrong version of GCC or something? (This is on Windows, using the latest devlibs and trunk.)
AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
2011/7/17 Jasper van de Gronde <th.v.d.gronde@...528...>:
When I try to compile trunk I get: Make error line 303: problem compiling: In file included from src/libnr/test-nr. cpp:13:0: ./src/libnr/in-svg-plane-test.h:7:25: fatal error: 2geom/isnan.h: No such file o r directory
Any ideas? Seems like a weird kind of file to be missing, so am I using the wrong version of GCC or something? (This is on Windows, using the latest devlibs and trunk.)
Some time ago I removed this file in 2Geom trunk and moved the code to 2geom/math-utils.h. I didn't catch this earlier, because on Linux this code is only compiled during "make check". Should be fixed in 10465
Regards, Krzysztof
participants (4)
-
Jasper van de Gronde
-
Kris De Gussem
-
Krzysztof Kosiński
-
Preben Soeberg