Hi mates,
wende mich mit einer grossen Bitte an Euch:
Habe mir das source package von Chromium BSU auf die Platte genknallt um die Einbindung von OpenGL in C zu erlernen. Hierbei schaue ich mir natuerlich die configure files, make files etc auch gleich an. Alle notwendigen Abhaengigkeiten, libs etc sind auf der Platte. Folge ich beim Compilieren genau den Regeln, wie auf der Homepage ( http://www.reptilelabour.com/software/chromium/download.htm ) beschrieben, funktioniert
configure ausgezeichnet und sowohl QT als auch SDL etc wird richtig im config.mk file vorbereitet und das richtige Makefile kopiert. Starte ich dann jedoch make, meldet mir der std output in /Chromium-0.9/support/openal/linux/configure einen syntax error. Da ich mit shell scripting noch nicht so vertraut bin, die Bitte an einen Profi: Kann sich das einer mal anschauen ?
./configure: line 3732: syntax error near unexpected token newline'\\
./configure: line 3732:
yes:no:'
make[2]: Entering directory /projects/scripts/cpp/tostudy/Chromium-0.9/support/openal/linux'\\
make[2]: *** No targets specified and no makefile found. Stop.\\
make[2]: Leaving directory
/projects/scripts/cpp/tostudy/Chromium-0.9/support/openal/linux'
make[1]: *** [linux] Error 2
make[1]: Leaving directory /projects/scripts/cpp/tostudy/Chromium-0.9/support/openal'\\
make: *** [support/openal/] Error 2\\
[/size]
Die referenzierte Make datei sieht an Zeile 3732 (/projects/scripts/cpp/tostudy/Chromium-0.9/support/openal/linux/configure) so aus:
\----\----\----\----\----\----\----\----\----\----\----\----\----\-----8<\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\-------\\
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in\\
''' yes:no:\\
fi\\
'''
{ echo "$as_me:$LINENO: WARNING: /usr/local/include/dmalloc.h: accepted by the compiler, rejected by the preprocessor!" >&5\\
echo "$as_me: WARNING: /usr/local/include/dmalloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}\\
{ echo "$as_me:$LINENO: WARNING: /usr/local/include/dmalloc.h: proceeding with the compiler's result" >&5\\
echo "$as_me: WARNING: /usr/local/include/dmalloc.h: proceeding with the compiler's result" >&2;}\\
ac_header_preproc=yes\\
;;\\
\----\----\----\----\----\----\----\----\----\----\----\----\----\-----8<\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\----\-------
Offensichtlich stoert er sich an den flag options oder am end if (fi). Was meint token newline in der error message ?
Vielen Dank fuer jede Art der Hilfe-Stellung.
Liebe Gruesse,
Stephan