Hi all,
Just wanted to let people know that the build needs a couple of files tweaked for it to succeed:
src/ui/dialog/input.cpp src/ui/dialog/tiledialog.cpp
It's minor for both. They just need the lines added:
#ifdef HAVE_CONFIG_H #include "config.h" #endif
I would have done it myself, but when I svn upped to see if it had been fixed yet by somebody else, I got a fresh copy of verbs.h instead. (Which means: compile everything!) So maybe someone else can do it?
Thanks!
bob
It's fixed now, I didn't fully understand what "require-config" does, but it's fixed now. As a bonus, makefile changes will no longer trigger a total rebuild. The offender was helper/sp-marshal.h which is generated by a script on every makefile change - I added a check so it's only updated if it's different from the last time.
Regards, Krzysztof Kosiński
Bob Jamison-2 wrote:
Hi all,
Just wanted to let people know that the build needs a couple of files tweaked for it to succeed:
src/ui/dialog/input.cpp src/ui/dialog/tiledialog.cpp
It's minor for both. They just need the lines added:
#ifdef HAVE_CONFIG_H #include "config.h" #endif
I would have done it myself, but when I svn upped to see if it had been fixed yet by somebody else, I got a fresh copy of verbs.h instead. (Which means: compile everything!) So maybe someone else can do it?
Thanks!
bob
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Bob Jamison
-
Krzysztof Kosiński