Win32 build error w/ pdf-input
I'm getting a build error on a fresh update from SVN. The errors start off with:
Make error line 179: problem compiling: src/extension/internal/pdfinput/pdf- input.cpp:19:27: error: goo/GooString.h: No such file or directory
And snowball from there.
Since it's an extension I presume I could just exclude it from the build and be fine, but I'm not sure how to do that with the btool.exe thing.
Thanks, --bb
Bill Baxter wrote:
I'm getting a build error on a fresh update from SVN. The errors start off with:
Make error line 179: problem compiling: src/extension/internal/pdfinput/pdf-input.cpp:19:27: error: goo/GooString.h: No such file or directory
And snowball from there.
Since it's an extension I presume I could just exclude it from the build and be fine, but I'm not sure how to do that with the btool.exe thing.
Thanks,
--bb
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hello,
If you are uning the precompiled GTK 2.10 from inkscape, it seems you have an outdated GTK environtment and is missing poppler.
Get gtk210-070715.7z from http://inkscape.modevia.com/win32libs/ .
Also if you are using the mingw environment supplied by the Inkscape developers, poppler may complain about the undefined reference to gettimeofday, you can fix it by updating your mingw with mingw-4.2.0-070518.7z, also from Modevia. Just unpack it into your mingw directory and it should now have the missing function.
Hope that helps.
Thanks that must be it. I haven't updated the deps packages for a while. --bb
On 7/30/07, JonY <10walls@...400...> wrote:
Bill Baxter wrote:
I'm getting a build error on a fresh update from SVN. The errors start off with:
Make error line 179: problem compiling: src/extension/internal/pdfinput/pdf-input.cpp:19:27: error: goo/GooString.h: No such file or directory
And snowball from there.
Since it's an extension I presume I could just exclude it from the build and be fine, but I'm not sure how to do that with the btool.exe thing.
Thanks,
--bb
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hello,
If you are uning the precompiled GTK 2.10 from inkscape, it seems you have an outdated GTK environtment and is missing poppler.
Get gtk210-070715.7z from http://inkscape.modevia.com/win32libs/ .
Also if you are using the mingw environment supplied by the Inkscape developers, poppler may complain about the undefined reference to gettimeofday, you can fix it by updating your mingw with mingw-4.2.0-070518.7z, also from Modevia. Just unpack it into your mingw directory and it should now have the missing function.
Hope that helps.
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Bill Baxter
-
JonY