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
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl