Subversion Repository
Monday, November 28, 2005 by darcoPosted in Announcements
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:
- http://svn.voria.com/code/ETL/
- http://svn.voria.com/code/synfig-docs/
- http://svn.voria.com/code/synfig-core/
- http://svn.voria.com/code/synfig-studio/
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:
Friday, December 2, 2005
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?
Wednesday, December 7, 2005
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.
Monday, December 12, 2005
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)
Saturday, February 18, 2006
ah
Tuesday, February 27, 2007
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.
Tuesday, March 6, 2007
@ ndrw: you can solve the libltdl problem by installing the libltdl package (libltdl3-dev if you are on ubuntu).
Saturday, March 10, 2007
I have a problem:
Any advice? ^^
Saturday, March 10, 2007
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.
Wednesday, May 9, 2007
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!
Thursday, May 10, 2007
Muffinman: Check config.log or come visit us on IRC.
Monday, May 21, 2007
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
Monday, May 21, 2007
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?
Thursday, August 23, 2007
¿Mac OSx?
Friday, August 24, 2007
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.
Friday, September 21, 2007
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?
Wednesday, September 26, 2007
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.