Problem compiling version 20513:
Make error line 285: problem compiling: src/document.cpp:48:30: error: inkscape-version.h: No such file or directory
src/document.cpp: In function 'SPDocument* sp_document_create(Inkscape::XML::Document*, const gchar*, const gchar*, const gchar*, unsigned int)':
src/document.cpp:294: error: 'version_string' is not a member of 'Inkscape'
As part of my build, I always run "btool.exe touchabout", which deletes inkscape-version.h. (and maybe the new version of build.xml does not handle this?)
Preben
On Tuesday 13 January 2009 01:51:03 Preben Soeberg wrote:
Problem compiling version 20513:
Make error line 285: problem compiling: src/document.cpp:48:30: error: inkscape-version.h: No such file or directory
src/document.cpp: In function 'SPDocument* sp_document_create(Inkscape::XML::Document*, const gchar*, const gchar*, const gchar*, unsigned int)':
src/document.cpp:294: error: 'version_string' is not a member of 'Inkscape'
As part of my build, I always run "btool.exe touchabout", which deletes inkscape-version.h. (and maybe the new version of build.xml does not handle this?)
This look like it is most likely because of a changes Krzysztof made to the autotools build but not the btool or cmake builds :( . I'm on Ubuntu and got the same error. I'm doing a clean build now hoping this helps.
Joshua L. Blocher verbalshadow
On Tue, 2009-01-13 at 09:47 -0700, Joshua L. Blocher wrote:
On Tuesday 13 January 2009 01:51:03 Preben Soeberg wrote:
Problem compiling version 20513: Make error line 285: problem compiling: src/document.cpp:48:30: error: inkscape-version.h: No such file or directory
src/document.cpp: In function 'SPDocument* sp_document_create(Inkscape::XML::Document*, const gchar*, const gchar*, const gchar*, unsigned int)':
src/document.cpp:294: error: 'version_string' is not a member of 'Inkscape'
As part of my build, I always run "btool.exe touchabout", which deletes inkscape-version.h. (and maybe the new version of build.xml does not handle this?)
This look like it is most likely because of a changes Krzysztof made to the autotools build but not the btool or cmake builds :( . I'm on Ubuntu and got the same error. I'm doing a clean build now hoping this helps.
Happened for the nightly builds also:
http://launchpadlibrarian.net/21150369/buildlog_ubuntu-intrepid-i386.inkscap...
--Ted
I didn't add inkscape-version.h to the SVN by mistake, I hope it's fixed now (r20515)
Regards, Krzysztof Kosiński
I just fixed it on windows....................
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: dinsdag 13 januari 2009 22:06 To: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Cannot compile on XP
I didn't add inkscape-version.h to the SVN by mistake, I hope it's fixed now (r20515)
Regards, Krzysztof Kosiński
View this message in context: http://www.nabble.com/Cannot-compile-on-XP-tp21431492p21444490.html Sent from the Inkscape - Dev mailing list archive at Nabble.com.
This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Tue, 2009-01-13 at 13:05 -0800, Krzysztof Kosiński wrote:
I didn't add inkscape-version.h to the SVN by mistake, I hope it's fixed now (r20515)
Nope.
http://launchpadlibrarian.net/21182983/buildlog_ubuntu-intrepid-i386.inkscap...
--Ted
On 1/13/2009 10:47 AM, Joshua L. Blocher wrote:
On Tuesday 13 January 2009 01:51:03 Preben Soeberg wrote:
Problem compiling version 20513:
Make error line 285: problem compiling: src/document.cpp:48:30: error: inkscape-version.h: No such file or directory
src/document.cpp: In function 'SPDocument* sp_document_create(Inkscape::XML::Document*, const gchar*, const gchar*, const gchar*, unsigned int)':
src/document.cpp:294: error: 'version_string' is not a member of 'Inkscape'
As part of my build, I always run "btool.exe touchabout", which deletes inkscape-version.h. (and maybe the new version of build.xml does not handle this?)
But inkscape_version.h is still generated, not in SVN, right? It would not work correctly if a dynamic file is in the repository.
bob
The version number was not updated since 20524 (compiling 20527). Replacing "btool touchabout" with "del src\inkscape-version.cpp" solved the problem. "touchabout" no longer exists in build.xml.
Content of my build.cmd is now: call mingwenv del src\inkscape-version.cpp del build.dep btool.exe
Preben
-----Original Message----- From: Bob Jamison [mailto:rwjj@...127...] Sent: 15 January, 2009 21:06 To: Joshua L. Blocher; inkscape Subject: Re: [Inkscape-devel] Cannot compile on XP
On 1/13/2009 10:47 AM, Joshua L. Blocher wrote:
On Tuesday 13 January 2009 01:51:03 Preben Soeberg wrote:
Problem compiling version 20513:
Make error line 285: problem compiling: src/document.cpp:48:30: error: inkscape-version.h: No such file or directory
src/document.cpp: In function 'SPDocument* sp_document_create(Inkscape::XML::Document*, const gchar*, const
gchar*,
const gchar*, unsigned int)':
src/document.cpp:294: error: 'version_string' is not a member of
'Inkscape'
As part of my build, I always run "btool.exe touchabout", which deletes inkscape-version.h. (and maybe the new version of build.xml does not
handle
this?)
But inkscape_version.h is still generated, not in SVN, right? It would not work correctly if a dynamic file is in the repository.
bob
This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (6)
-
unknown@example.com
-
Bob Jamison
-
Joshua L. Blocher
-
Krzysztof Kosiński
-
Preben Soeberg
-
Ted Gould