Greetings All!
I finally managed to run the 'configure' script in full. Thus, following the
informations found at
http://tools.openoffice.org/dev_docs/build_windows_tcsh.html, I'm now trying
to run the 'bootstrap' script from tcsh. But, when I try the 'bootstrap' script
from the tcsh shell, I get this error:
./bootstrap.1: line 48: syntax error: unexpected end of file
I get the same syntax error for the 'bootstrap.2' file, only at another line,
off course. I tried to look at the script, see if there'd be any missing
'endif' or something of the sort, but everything I tried has been useless so
far. Fiddling around the smaller file ('bootstrap.2' has only 13 lines), I
managed to stop the error from popping by removing the if/else block (as a
simple monkey-test). Then, I got another error:
mkdir: `//bin': No such host or network path
Which is related to that line:
mkdir -p $SOLARENV/$OUTPATH/bin
So, I'm still fiddling around, trying to change the if/else block for another
syntax (if - fi style)...
Any pointers or help welcome and deeply appreciated!
Thanks a bunch
Alexandre Laforest