compiler errors on windows
Hello,
I'm trying to get my build environment up and running under Vista and am running into a compiler error:
src/display/nr-svgfonts.h:37: error: 'cairo_text_cluster_flags_t' has not been declared
I'm using the command-line tools and I'm building against the most recent source from SVN. I got the most recent devlibs zip and mingw from http://inkscape.modevia.com/win32libs/.
Does the devlibs archive have the correct cairo includes?
Thanks!
pete mcquain
Hi, Pete,
Don't forget to do an "svn update" in the devlibs directory. There will be some updates to cairo and other things since that last snapshot. Since nr-svgfonts uses Cairo's recent user fonts ability, it will need a recent version of Cairo, 1.7+.
Just the other day I updated Cairo to 1.8.2, which is a bugfix release.
bob
On 11/11/2008 7:12 AM, pete mcquain wrote:
Hello, I'm trying to get my build environment up and running under Vista and am running into a compiler error: src/display/nr-svgfonts.h:37: error: 'cairo_text_cluster_flags_t' has not been declared I'm using the command-line tools and I'm building against the most recent source from SVN. I got the most recent devlibs zip and mingw from http://inkscape.modevia.com/win32libs/. Does the devlibs archive have the correct cairo includes? Thanks! pete mcquain
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
Great, that took care of it!
While I'm getting the hang of the build system/environment, are there any general suggestions on areas of the codebase to pay particular attention to?
Thanks!
-pete-
-------------------------------------------------- From: "Bob Jamison" <rwjj@...127...> Sent: Tuesday, November 11, 2008 8:26 AM To: "pete mcquain" <pete.mcquain@...714...>; "inkscape" inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] compiler errors on windows
Hi, Pete,
Don't forget to do an "svn update" in the devlibs directory. There will be some updates to cairo and other things since that last snapshot. Since nr-svgfonts uses Cairo's recent user fonts ability, it will need a recent version of Cairo, 1.7+.
Just the other day I updated Cairo to 1.8.2, which is a bugfix release.
bob
On 11/11/2008 7:12 AM, pete mcquain wrote:
Hello, I'm trying to get my build environment up and running under Vista and am running into a compiler error: src/display/nr-svgfonts.h:37: error: 'cairo_text_cluster_flags_t' has not been declared I'm using the command-line tools and I'm building against the most recent source from SVN. I got the most recent devlibs zip and mingw from http://inkscape.modevia.com/win32libs/. Does the devlibs archive have the correct cairo includes? Thanks! pete mcquain
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
When files were added, you have to delete the build.dep, so that btool will generate a new dependency file that has the new files in it.
When you add files yourself, don't forget to add that file to the "Makefile_insert" file in your file's directory. This way, the linux users won't complain ;)
Do you have a particular thing you want to work on?
Cheers, Johan
-----Original Message----- From: pete mcquain [mailto:pete.mcquain@...714...] Sent: woensdag 12 november 2008 2:59 To: Bob Jamison; inkscape Subject: Re: [Inkscape-devel] compiler errors on windows
Great, that took care of it!
While I'm getting the hang of the build system/environment, are there any general suggestions on areas of the codebase to pay particular attention to?
Thanks!
-pete-
From: "Bob Jamison" <rwjj@...127...> Sent: Tuesday, November 11, 2008 8:26 AM To: "pete mcquain" <pete.mcquain@...714...>; "inkscape" inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] compiler errors on windows
Hi, Pete,
Don't forget to do an "svn update" in the devlibs directory. There will be some updates to cairo and other things since that last snapshot. Since nr-svgfonts uses Cairo's recent user fonts
ability,
it will need a recent version of Cairo, 1.7+.
Just the other day I updated Cairo to 1.8.2, which is a
bugfix release.
bob
On 11/11/2008 7:12 AM, pete mcquain wrote:
Hello, I'm trying to get my build environment up and running
under Vista and
am running into a compiler error: src/display/nr-svgfonts.h:37: error:
'cairo_text_cluster_flags_t' has
not been declared I'm using the command-line tools and I'm
building
against the most recent source from SVN. I got the most recent devlibs zip and mingw from http://inkscape.modevia.com/win32libs/. Does the devlibs archive have the correct cairo includes? Thanks! pete mcquain
---- 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
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 (3)
-
unknown@example.com
-
Bob Jamison
-
pete mcquain