inkscape-0.91pre2 source tarball
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Hello Bryce,
I compiled, packed and uploaded win32 binaries.
The package failes to link because of FILEVERSION 0,91pre2,0,0 and PRODUCTVERSION 0,91pre2,0,0 in the inkscape.rc and inkview.rc aswell as inkscape-x64.rc files.
Those identifiers must only contain numerical values
removing the ..pre2.. text will solve the problem. For the final release this won be an issue. same applies to the current trunk.
Regards,
Adib. --
On Fri, Aug 15, 2014 at 8:50 AM, Bryce Harrington <bryce@...961...
wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Sun, Aug 17, 2014 at 11:27:47AM +0200, the Adib wrote:
Hello Bryce,
I compiled, packed and uploaded win32 binaries.
I noticed you had them up quickly, thanks! Couple hundred downloads already.
The package failes to link because of FILEVERSION 0,91pre2,0,0 and PRODUCTVERSION 0,91pre2,0,0 in the inkscape.rc and inkview.rc aswell as inkscape-x64.rc files.
Those identifiers must only contain numerical values
Yeah I wondered what to do about that when updating those files. Will it take decimal numbers?
Or can whatever consumes these rc files be modified to accept *preN? Is it btool that you're running to make these builds, or some other tool?
removing the ..pre2.. text will solve the problem. For the final release this won be an issue. same applies to the current trunk.
Ideally I'd like it if all the packaging tools would take the preN syntax and behave appropriately, but if that's just not feasible here then I'll update the packaging docs accordingly. I see that at least the installer package name is including pre2, which is the most important thing.
Bryce
Hello Partha,
I was following all the instructions here: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_64-bit
But I can neighter compile the pre2 nor the current trunk.
Btool stops halfway without linking nor any reasonable error message. Can you confirm this behaviour? ... compile src/xml/helper-observer.cpp compile src/xml/log-builder.cpp compile src/xml/node-fns.cpp compile src/xml/quote.cpp compile src/xml/rebase-hrefs.cpp compile src/xml/repr.cpp compile src/xml/repr-css.cpp compile src/xml/repr-io.cpp compile src/xml/repr-sorting.cpp compile src/xml/repr-util.cpp compile src/xml/simple-document.cpp compile src/xml/simple-node.cpp compile src/xml/subtree.cpp
c:\inkscape\inkscape_trunk64>
Regards, Adib. --
On Fri, Aug 15, 2014 at 8:50 AM, Bryce Harrington <bryce@...961...
wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Adib,
I don't use the built-in build mechanism but may have an idea why it's crashing.
When I build pre2, I get stuck at ui/dialog/print.cpp. I get the following error:
CXX ui/dialog/print.o In file included from z:/foss/mingw64/x86_64-w64-mingw32/include/oleidl.h:7:0, from z:/foss/mingw64/x86_64-w64-mingw32/include/ole2.h:38, from z:/foss/mingw64/x86_64-w64-mingw32/include/wtypes.h:12, from z:/foss/mingw64/x86_64-w64-mingw32/include/winscard.h:10, from z:/foss/mingw64/x86_64-w64-mingw32/include/windows.h:97, from ui/dialog/print.cpp:19: Z:/opts/opt64/include/giomm-2.4/giomm/dbusmessage.h:353:94: error: expected ',' or '...' before 'struct' static Glib::RefPtr<Message> create_signal(const Glib::ustring& path, const Glib::ustring& interface, const Glib::ustring& signal);
^ Z:/opts/opt64/include/giomm-2.4/giomm/dbusmessage.h:364:126: error: expected ',' or '...' before 'struct' static Glib::RefPtr<Message> create_method_call(const Glib::ustring& name, const Glib::ustring& path, const Glib::ustring& interface, const Glib::ustring& method);
This does not make any sense on Windows as it does not use any dbus message. This happened with 0.48.4 as well with svg-builder.cpp which then cured itself with 0.48.5
Since I don't know much about the innards of Inkscape, I don't know how to solve it. So, Liam or Johan?? :)
Anyway, if you want to build before they can help, modify the following files: /Location-of-devlibs/include/giomm-2.4/giomm/dbusmessage.h (lines 353 and 364) and change interface to interface_name. /Location-of-devlibs/include/giomm-2.4/giomm/dbusobject.h (lines 77 and 79) and change interface to interface_name.
Then rerun your build script and see if it works. Note that the above should not affect your build since Windows does not use dbus messaging.
Hope this helps.
Thanks, Partha
On Sun, Aug 17, 2014 at 12:22 PM, the Adib <theadib@...400...> wrote:
Hello Partha,
I was following all the instructions here: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_64-bit
But I can neighter compile the pre2 nor the current trunk.
Btool stops halfway without linking nor any reasonable error message. Can you confirm this behaviour? ... compile src/xml/helper-observer.cpp compile src/xml/log-builder.cpp compile src/xml/node-fns.cpp compile src/xml/quote.cpp compile src/xml/rebase-hrefs.cpp compile src/xml/repr.cpp compile src/xml/repr-css.cpp compile src/xml/repr-io.cpp compile src/xml/repr-sorting.cpp compile src/xml/repr-util.cpp compile src/xml/simple-document.cpp compile src/xml/simple-node.cpp compile src/xml/subtree.cpp
c:\inkscape\inkscape_trunk64>
Regards, Adib.
On Fri, Aug 15, 2014 at 8:50 AM, Bryce Harrington < bryce@...961...> wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Thu, 14 Aug 2014 23:50:46 -0700 Bryce Harrington <bryce@...961...> wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
to get the latest version of Scribus I use:
svn co svn://scribus.net/trunk/Scribus s150
where s150 is the receiving directory of course.
What would be the comparable statement for Inkscape trunk?
On Mon, Aug 18, 2014 at 02:10:00PM -0400, john Culleton wrote:
On Thu, 14 Aug 2014 23:50:46 -0700 Bryce Harrington <bryce@...961...> wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
to get the latest version of Scribus I use:
svn co svn://scribus.net/trunk/Scribus s150
where s150 is the receiving directory of course.
What would be the comparable statement for Inkscape trunk?
In bzr tags are just aliases for revision numbers, so are used where you specify a --revision. So e.g. to set current tree to that version, do:
bzr revert -rINKSCAPE_0_91_PRE2
See also
http://stackoverflow.com/questions/776941/whats-the-point-of-tags-in-bazaar
-- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hello Bryce,
now with patch of revision 13531 "fix Windows 64-bit build" I am able to compile the 0.91pre2 package for win64.
The packages 7z and msi are on sourceforge.
Adib. --
On Fri, Aug 15, 2014 at 8:50 AM, Bryce Harrington <bryce@...961...
wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre2/
Tagged in trunk as:
INKSCAPE_0_91_PRE2
It would be helpful if packagers could generate binary platform packages from this tarball, and upload them to sourceforge. If you spot packaging problems (like version numbers that didn't get updated correctly, or missing files needed for builds), please raise these problems with me ASAP. If you need assistance uploading packages to sourceforge please contact one of Inkscape's sourceforge admins.
Bryce
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (4)
-
Bryce Harrington
-
john Culleton
-
Partha Bagchi
-
the Adib