Synfig

High-Quality 2D Vector Animation


Subversion Repository

Monday, November 28, 2005 by darco
Posted in

Page moved to the wiki: Source_code

Hey you! Do you want access to bleeding-edge Synfig? Well, I have good news. Anonymous access to the Synfig subversion repository for Synfig is now enabled! Here are the URLs to the respective repositories:

From the command line, to check out synfig-core, you would type:

svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core

Once you grab the code, please read the build instructions

Enjoy.

Commit notifications are sent here:

http://cia.vc/stats/project/synfig


16 Comments for “Subversion Repository”

  1. Mike Edwards Says:

    I have GCC 4.0 on Linux. I've made a few changes in the source to get it working there, both in core and studio (see http://sourceforge.net/tracker/index.php?func=detail&aid=1367904&group_id=144022&atid​=757416) . What's the best way to submit patches? Or is there a way to get SVN access?

  2. darco* Says:

    I believe the current version on the subversion repository works good with GCC 4.0. Me and Paul worked out those issues the other day.

  3. Omry Says:

    Hi, I get an error when trying to check out from SVN:

    $ svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core svn: PROPFIND request failed on ‘/code/synfig-core/trunk’ svn: PROPFIND of ‘/code/synfig-core/trunk’: Could not read status line: Connection reset by peer (http://svn.voria.com)

  4. JDIZAEL Says:

    ah

  5. ndrw* Says:

    having all kinds of problems today... trying to install synfig-core from svn, needs auto conf, automake, libtool, ok go install all these, when I run ./bootstrap it tells me: + libtoolize -c -f –ltdl You should add the contents of /usr/share/aclocal/libtool.m4' toaclocal.m4'. You should add the contents of /usr/share/aclocal/ltdl.m4' toaclocal.m4'. ls: libltdl/*: No such file or directory libtoolize: cannot list files in `/usr/share/libtool/libltdl' + set +x bootstrap: Failure.

    any advice? something of a linux newbie but had synfig in mind when I installed.

  6. zeno Says:

    @ ndrw: you can solve the libltdl problem by installing the libltdl package (libltdl3-dev if you are on ubuntu).

  7. digitalinferno Says:

    I have a problem:

    • libtoolize -c -f –ltdl Remember to add AC_PROG_LIBTOOL' toconfigure.in'. You should add the contents of /usr/share/aclocal/libtool.m4' toaclocal.m4'.
    • aclocal -I config config/pkgconfig.m4:5: warning: underquoted definition of PKGCHECKMODULES run info ‘(automake)Extending aclocal’ or see http://sources.redhat.com/automake/automake.html#Extending-aclocal config/libxml.m4:10: warning: underquoted definition of AMPATHXML config/libxml.m4:205: warning: underquoted definition of AMPATHXML2 config/libxml++.m4:3: warning: underquoted definition of AMLIBXMLPP config/freetype2.m4:7: warning: underquoted definition of ACCHECKFT2 /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AMPATH_GLIB
    • autoheader autoheader: error: ACCONFIGHEADERS not found in configure.in
    • set +x bootstrap: Failure.

    Any advice? ^^

  8. pabs* Says:

    digitalinferno: Upgrade automake and autoconf to the latest versions available to you. If that doesn't work, come onto IRC and we will try to debug it with you.

  9. Muffinman Says:

    Yet another problem:

    I get this when i try to configure the studio. (Everything else worked)

    checking for synfig ETL sigc++-2.0... configure: error: ** Unable to set up dependent libraries

    HELP!

  10. pabs* Says:

    Muffinman: Check config.log or come visit us on IRC.

  11. Joseph Says:

    This is so stupied, why are there soooooooo many downloads. Just have one file for crist sake and let me download. I am tired of looking back and forth for the flie and mirrors, ITS DRIVING ME CRAZY! i WANT TO USE THE FREWEARE BUT DOWNLOADING IT IS SO STUPID

  12. pabs* Says:

    Joseph:

    Firstly synfig is not freeware, it is free software. The difference is important and many find it insulting to incorrectly use the term freeware when referring to free software.

    There are so many downloads because free sofware is versatile and can be compiled for several operating systems. If there was only one download, it would be huge. If you want inflexible software, use proprietary software.

    What exactly are you looking for?

  13. code0* Says:

    ¿Mac OSx?

  14. pabs* Says:

    code0: An often requested port, but no-one has yet stepped forward to do it. I would probably do it if I had access to a Mac, or if someone were to buy one for me. The other developers would probably do the same.

  15. tom Says:

    hi, great work. i am trying to compile the latest svn; but so far getting the same error message as digitalinferno. And i think there is errors on the svn files.

    for example; aclocal -I config config/pkgconfig.m4:5: warning: underquoted definition of PKGCHECKMODULES

    5th line of pkgconfig.m4 in the config file (svn of synfig-core/config) is not defined as: ACDEFUN([PKGCHECKMODULES], [ instead it's written ACDEFUN(PKGCHECKMODULES, [

    could you look into this please?

  16. dooglus* Says:

    Those are just warnings and can be safely ignored. Do you have any errors?

    I've fixed the warnings in svn now, as of r772.