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

Reply via email to