Originally posted by Kolarn
I am getting the following error after running ./build -initial.
Performing step scripts/compile_all.sh...
scripts/compile_all.sh: line 8: unexpected EOF while looking for matching ``\'
scripts/compile_all.sh: line 87: syntax error: unexpected end of file
scripts/compile_all.sh failed, exiting
I\'m getting the exact same error. To answer your question lethe, no, I didn\'t download it with windows. I\'m running Mandrake 2005 LE and I did the best I knew how to make sure I have the required dependancies.
----------------
Bit later
----------------
Looked in the file compile_all.sh and what do ya know? Line 8 is obviously missing a ` at the end of it. After putting that back in and running ./build (without the -initial this time since I already got through that part before) things seem to be running fine so far. Will edit this again if I have any further problems.
----------------
...later still
...................
doh! things seemed to be going pretty well, but then I ran into the following.
----------------------------
Compiling cal3d...
----------------------------
Running \'aclocal-1.9 \'
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
run info \'(automake1.8)Extending aclocal\'
or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
Running \'autoheader\'
Running \'libtoolize --force\'
Running \'automake-1.9 --add-missing --force-missing --copy\'
configure.in: installing `./install-sh\'
configure.in: installing `./missing\'
src/cal3d/Makefile.am: installing `./depcomp\'
Running \'autoconf \'
Now run ./configure and make.
configure: error: expected an absolute directory name for --prefix: scripts/compile_all.sh/cal3d
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install\'. Stop.
----------------------------
Compiling crystalspace...
----------------------------
configure: error: expected an absolute directory name for --prefix: scripts/compile_all.sh/crystalspace
Jamfile: No such file or directory
...found 1 target(s)...
Jamfile: No such file or directory
....
[more of the same sort of output deleted here for brevity since the solution to this problem is covered in the next poster\'s reply]
At this point I plan to go into each of the project folders and just try to ./configure and make them manually. Hope it works.
Thanks for the great scripts. Very helpful for at least getting the source and getting a start on building. I\'ll look forward to when the little bugs get squashed. :-)
-----------
final update for night
-----------
got it all to build, but in the end there was no \"updater\" file to run when I tried ./psrun updater -auto
must.....get....sleep :-/ will try again tomorrow I guess.