Re: [Synfig-devl] 0.64.2 Windows build

2014-09-05 Thread Carlos López González
2014-09-04 15:21 GMT+02:00 Konstantin Dmitriev ksee.zelga...@gmail.com:


 Ah, I forgot to add spaces!
 Fixed now in the same branch -
 https://github.com/synfig/synfig/commit/fe5062ab6212ac4226501b54aab6c82c8d06ecc1

 Regards,
 K.



Great! Thanks!

-- 
Carlos
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] 0.64.2 Windows build

2014-09-05 Thread Carlos López González
Ok, So I have finally build 0.64.2 on Windows after the following patch:

https://github.com/synfig/synfig/pull/142

Cheers!



2014-09-05 8:08 GMT+02:00 Carlos López González genet...@gmail.com:




 2014-09-04 15:21 GMT+02:00 Konstantin Dmitriev ksee.zelga...@gmail.com:


 Ah, I forgot to add spaces!
 Fixed now in the same branch -
 https://github.com/synfig/synfig/commit/fe5062ab6212ac4226501b54aab6c82c8d06ecc1

 Regards,
 K.



 Great! Thanks!

 --
 Carlos




-- 
Carlos
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] 0.64.2 Windows build

2014-09-04 Thread Carlos López González
Hi folks!
I'm back to work and now I have some time to play with Synfig Windows
version. I am trying to build the 0.64.2 branch and I've found two problems:

First is that cygwin mirror link from the build script is dead. I've sent a
pull request fixing that [1]

Second is that I get one error coming from the script that tells that the
mv command can't find a folder to move:

mv: cannot stat '/usr/local/lib64/*': No such file or directory

It comes from the line 182 of the script and so I reviewed the previous
lines to see if there were something wrong:

if [[ $ARCH==64 ]]; then
mv /usr/local/lib64/* /usr/local/lib
fi

I've noticed that ARCH is not a number but a string so I replaced those
lines with:

if [[ $ARCH==64 ]]; then
mv /usr/local/lib64/* /usr/local/lib
fi

but still have the same error message!!!

Any idea?
Thanks!

[1] https://github.com/synfig/synfig/pull/141
-- 
Carlos
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] 0.64.2 Windows build

2014-09-04 Thread Konstantin Dmitriev
2014-09-04 14:39 GMT+07:00 Carlos López González genet...@gmail.com:

 Hi folks!
 I'm back to work and now I have some time to play with Synfig Windows
 version.


Hello, Carlos! Welcome back!
I hope you had a good rest. ^__^


 I am trying to build the 0.64.2 branch and I've found two problems:

 First is that cygwin mirror link from the build script is dead. I've sent
 a pull request fixing that [1]


Merged now.



 Second is that I get one error coming from the script that tells that the
 mv command can't find a folder to move:

 mv: cannot stat '/usr/local/lib64/*': No such file or directory

 It comes from the line 182 of the script and so I reviewed the previous
 lines to see if there were something wrong:

 if [[ $ARCH==64 ]]; then
 mv /usr/local/lib64/* /usr/local/lib
 fi


 I've noticed that ARCH is not a number but a string so I replaced those
 lines with:

 if [[ $ARCH==64 ]]; then
 mv /usr/local/lib64/* /usr/local/lib
 fi

 but still have the same error message!!!

 Any idea?


Ah, I forgot to add spaces!
Fixed now in the same branch -
https://github.com/synfig/synfig/commit/fe5062ab6212ac4226501b54aab6c82c8d06ecc1

Regards,
K.
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl