MyGUI 2.2.2 line endings

Archwyrm

09-04-2009 04:25:22

Hello, we have been using MyGUI in our project for a while now and were recently happy to see the new release. However, when building on Linux problems are immediately encountered due to the wrong end of line in the shell scripts (CRLF) as distributed in the MyGUI2.2.2_source.zip. Shell scripts must have Unix end of line to run (CR).

Since you have 'svn:eol-style native' set on your files, the ideal solution would be to export the code on a Unix/Linux machine and create a MyGUI2.2.2_source.tar.gz release for *nix users to go along with the zip. This is far easier than picking out all the shell scripts in the zip and setting the correct end of line.

Currently the output of 'sh bootstrap' is as follows.
: command not found
: command not found
'ibtoolize: unrecognized option `--copy
libtoolize: Try `libtoolize --help' for more information.
'clocal: unrecognized option `
aclocal: Try `/usr/bin/aclocal --help' for more information.
: command not found
: No such file or directoryUIEngine/src
ls: cannot access *.cpp: No such file or directory
'ootstrap: line 19: syntax error near unexpected token `do
'ootstrap: line 19: `do


Otherwise, keep up the good work! :)