Code: Select all
LIBS += -lGL -lGLU
Moderator: ScummVM Team
Code: Select all
LIBS += -lGL -lGLU
Code: Select all
g++ -g -W -Wall -Ilua `sdl-config --cflags` -I. -DUNIX -Wno-multichar -Wp,-MMD,"lua/lapi.d",-MQ,"lua/lapi.o",-MP -c lua/lapi.cpp -o lua/lapi.o
/bin/sh: line 1: g++: command not found
make: *** [lua/lapi.o] Error 127
Code: Select all
ERROR: Cannot find DataDir registry entry - check configuration file
Code: Select all
/bin/g++: line 5: exec: g++-3.3: not found
Code: Select all
g++-4 -g -W -Wall -Ilua `sdl-config --cflags` -I. -DUNIX -Wno-multichar -Wp,-MMD,"lua/lapi.d",-MQ,"lua/lapi.o",-MP -c lua/lapi.cpp -o lua/lapi.o
lua/lapi.cpp:8:20: error: stdlib.h: No such file or directory
lua/lapi.cpp:9:20: error: string.h: No such file or directory
In file included from ./bits.h:21,
from ./debug.h:18,
from ./savegame.h:21,
from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
./stdafx.h:25:20: error: unistd.h: No such file or directory
./stdafx.h:99:23: error: sys/types.h: No such file or directory
./stdafx.h:101:21: error: sys/uio.h: No such file or directory
./stdafx.h:110:19: error: stdio.h: No such file or directory
./stdafx.h:111:19: error: fcntl.h: No such file or directory
./stdafx.h:115:20: error: assert.h: No such file or directory
./stdafx.h:116:19: error: ctype.h: No such file or directory
./stdafx.h:120:20: error: dirent.h: No such file or directory
In file included from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
./savegame.h:22:18: error: zlib.h: No such file or directory
In file included from lua/ldo.h:12,
from lua/lapi.cpp:13:
lua/lstate.h:10:20: error: setjmp.h: No such file or directory
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:99: error: '::acos' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:116: error: '::asin' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:131: error: '::atan' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:146: error: '::atan2' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:162: error: '::ceil' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:177: error: '::cos' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:192: error: '::cosh' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:207: error: '::exp' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:222: error: '::fabs' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:237: error: '::floor' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:252: error: '::fmod' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:262: error: '::frexp' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:277: error: '::ldexp' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:292: error: '::log' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:307: error: '::log10' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:322: error: '::modf' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:341: error: '::pow' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:363: error: '::sin' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:378: error: '::sinh' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:393: error: '::sqrt' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:408: error: '::tan' has not been declared
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../../include/c++/4.0.0/cmath:423: error: '::tanh' has not been declared
./savegame.h:36: error: 'gzFile' does not name a type
lua/lstate.h:66: error: ISO C++ forbids declaration of 'jmp_buf' with no type
lua/lstate.h:66: error: expected ';' before '*' token
lua/lstate.h:86: error: ISO C++ forbids declaration of 'jmp_buf' with no type
lua/lstate.h:86: error: expected ';' before '*' token
lua/lapi.cpp: In function 'int luaA_passresults()':
lua/lapi.cpp:78: error: 'memcpy' was not declared in this scope
lua/lapi.cpp: In function 'void lua_pushstring(char*)':
lua/lapi.cpp:345: error: 'strlen' was not declared in this scope
make: *** [lua/lapi.o] Error 1
Code: Select all
DataDir=[/Users/Markus/Spiele/Grim Fandango]
good_times=TRUE
Code: Select all
/Users/Markus/Spiele/Grim\ Fandango/residual; exit
ERROR: Cannot find DataDir registry entry - check configuration file
logout
Code: Select all
CXX = g++
CC = gcc
AR = ar rcu
CXXFLAGS = -g -W -Wall -Ilua `sdl-config --cflags` -I. -DUNIX -Wno-multichar # -O2
LDFLAGS = -g -W -Wall # -O2
LIBS = `sdl-config --libs` -lz
# Comment this out for Mac OS X ...
# LIBS += -lGL -lGLU
include Makefile.common
Code: Select all
g++ -g -W -Wall -Ilua `sdl-config --cflags` -I. -DUNIX -Wno-multichar -Wp,-MMD,"lua/lapi.d",-MQ,"lua/lapi.o",-MP -c lua/lapi.cpp -o lua/lapi.o
lua/lapi.cpp:8:20: warning: stdlib.h: No such file or directory
lua/lapi.cpp:9:20: warning: string.h: No such file or directory
In file included from bits.h:21,
from debug.h:18,
from savegame.h:21,
from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
stdafx.h:25:20: warning: unistd.h: No such file or directory
stdafx.h:99:23: warning: sys/types.h: No such file or directory
stdafx.h:101:21: warning: sys/uio.h: No such file or directory
stdafx.h:105:20: warning: unistd.h: No such file or directory
stdafx.h:110:19: warning: stdio.h: No such file or directory
stdafx.h:111:19: warning: fcntl.h: No such file or directory
stdafx.h:112:20: warning: stdlib.h: No such file or directory
stdafx.h:113:20: warning: string.h: No such file or directory
stdafx.h:115:20: warning: assert.h: No such file or directory
stdafx.h:116:19: warning: ctype.h: No such file or directory
stdafx.h:120:20: warning: dirent.h: No such file or directory
In file included from vector3d.h:21,
from bits.h:22,
from debug.h:18,
from savegame.h:21,
from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::acos(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:99: error: `::acosf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:105: error: `acos' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::acos(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:109: error: `::acosl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:115: error: `asin' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::asin(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:119: error: `::asinf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::asin(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:127: error: `::asinl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:133: error: `atan' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::atan(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:137: error: `::atanf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::atan(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:145: error: `::atanl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:151: error: `atan2' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::atan2(float,
float)':
/usr/include/gcc/darwin/3.3/c++/cmath:155: error: `::atan2f' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::atan2(long
double, long double)':
/usr/include/gcc/darwin/3.3/c++/cmath:164: error: `::atan2l' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:171: error: `ceil' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::ceil(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:175: error: `::ceilf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::ceil(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:183: error: `::ceill' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:189: error: `cos' not declared
/usr/include/gcc/darwin/3.3/c++/cmath:199: error: `cosh' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::cosh(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:203: error: `::coshf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::cosh(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:211: error: `::coshl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:217: error: `exp' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::exp(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:221: error: `::expf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::exp(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:229: error: `::expl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:235: error: `fabs' not declared
/usr/include/gcc/darwin/3.3/c++/cmath:245: error: `floor' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::floor(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:249: error: `::floorf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::floor(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:257: error: `::floorl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:263: error: `fmod' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::fmod(float,
float)':
/usr/include/gcc/darwin/3.3/c++/cmath:267: error: `::fmodf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::fmod(long
double, long double)':
/usr/include/gcc/darwin/3.3/c++/cmath:276: error: `::fmodl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:283: error: `frexp' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::frexp(float,
int*)':
/usr/include/gcc/darwin/3.3/c++/cmath:287: error: `::frexpf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::frexp(long
double, int*)':
/usr/include/gcc/darwin/3.3/c++/cmath:295: error: `::frexpl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:302: error: `ldexp' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::ldexp(float,
int)':
/usr/include/gcc/darwin/3.3/c++/cmath:306: error: `::ldexpf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::ldexp(long
double, int)':
/usr/include/gcc/darwin/3.3/c++/cmath:315: error: `::ldexpl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:322: error: `log' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::log(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:326: error: `::logf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::log(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:334: error: `::logl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:340: error: `log10' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::log10(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:344: error: `::log10f' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::log10(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:352: error: `::log10l' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:358: error: `modf' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::modf(float,
float*)':
/usr/include/gcc/darwin/3.3/c++/cmath:362: error: `::modff' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::modf(long
double, long double*)':
/usr/include/gcc/darwin/3.3/c++/cmath:376: error: `::modfl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:397: error: `pow' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::pow(float,
float)':
/usr/include/gcc/darwin/3.3/c++/cmath:401: error: `::powf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::pow(long
double, long double)':
/usr/include/gcc/darwin/3.3/c++/cmath:410: error: `::powl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:429: error: `sin' not declared
/usr/include/gcc/darwin/3.3/c++/cmath:439: error: `sinh' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::sinh(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:443: error: `::sinhf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::sinh(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:451: error: `::sinhl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:457: error: `sqrt' not declared
/usr/include/gcc/darwin/3.3/c++/cmath:467: error: `tan' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::tan(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:471: error: `::tanf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::tan(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:479: error: `::tanl' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: At global scope:
/usr/include/gcc/darwin/3.3/c++/cmath:485: error: `tanh' not declared
/usr/include/gcc/darwin/3.3/c++/cmath: In function `float std::tanh(float)':
/usr/include/gcc/darwin/3.3/c++/cmath:489: error: `::tanhf' undeclared (first
use here)
/usr/include/gcc/darwin/3.3/c++/cmath: In function `long double std::tanh(long
double)':
/usr/include/gcc/darwin/3.3/c++/cmath:497: error: `::tanhl' undeclared (first
use here)
In file included from debug.h:18,
from savegame.h:21,
from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
bits.h:24:20: warning: stdlib.h: No such file or directory
bits.h:25:19: warning: stdio.h: No such file or directory
In file included from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
savegame.h:22:18: warning: zlib.h: No such file or directory
In file included from lua/lua.h:31,
from lua/lapi.h:11,
from lua/lapi.cpp:11:
savegame.h: At global scope:
savegame.h:36: error: 'gzFile' is used as a type, but is not defined as a type.
In file included from lua/lapi.h:12,
from lua/lapi.cpp:11:
lua/lobject.h:11:20: warning: limits.h: No such file or directory
lua/lobject.h:206:20: warning: string.h: No such file or directory
In file included from lua/ldo.h:12,
from lua/lapi.cpp:13:
lua/lstate.h:10:20: warning: setjmp.h: No such file or directory
In file included from lua/ldo.h:12,
from lua/lapi.cpp:13:
lua/lstate.h:66: error: syntax error before `*' token
lua/lstate.h:86: error: syntax error before `*' token
lua/lapi.cpp: In function `int luaA_passresults()':
lua/lapi.cpp:78: error: `memcpy' undeclared (first use this function)
lua/lapi.cpp:78: error: (Each undeclared identifier is reported only once for
each function it appears in.)
lua/lapi.cpp: In function `void lua_pushstring(char*)':
lua/lapi.cpp:345: error: `strlen' undeclared (first use this function)
make: *** [lua/lapi.o] Error 1
You don't need the square brackets around the path, it should read DataDir=/Users/Markus/Spiele/Grim Fandango (or probably DataDir=/Users/Markus/Spiele/Grim\ Fandango to cater for the space in the folder name). I've tried this with an empty directort (no space in the directory name) and it reports the following: -Soul Monkey wrote:Ok I completly reinstalled the whole Xcode Tools, but sadly it still don't work.
Just to make some things clear.
There needs to be a file named .residualrc in /Users/My User/ and the content of the file isIn the Grim Fandango folder are all the .LAB files and the GRIM.TAB file. Also the compiled residual executable unix file goes there.Code: Select all
DataDir=[/Users/Markus/Spiele/Grim Fandango] good_times=TRUE
Code: Select all
/Users/Markus/Spiele/Grim\ Fandango/residual; exit ERROR: Cannot find DataDir registry entry - check configuration file logout
Code: Select all
ERROR: Cannot find any resource files in /Users/James/Documents/Residual/ - check configuration file
Something still isn't right with your XCode/dev tools installation, it looks like the standard include files are missing (the .h files). Which version of XCode are you installing?Soul Monkey wrote:Is that another error with g++ or gcc?Code: Select all
g++ -g -W -Wall -Ilua `sdl-config --cflags` -I. -DUNIX -Wno-multichar -Wp,-MMD,"lua/lapi.d",-MQ,"lua/lapi.o",-MP -c lua/lapi.cpp -o lua/lapi.o lua/lapi.cpp:8:20: warning: stdlib.h: No such file or directory lua/lapi.cpp:9:20: warning: string.h: No such file or directory In file included from bits.h:21, from debug.h:18, from savegame.h:21, from lua/lua.h:31, from lua/lapi.h:11, from lua/lapi.cpp:11: stdafx.h:25:20: warning: unistd.h: No such file or directory stdafx.h:99:23: warning: sys/types.h: No such file or directory stdafx.h:101:21: warning: sys/uio.h: No such file or directory stdafx.h:105:20: warning: unistd.h: No such file or directory stdafx.h:110:19: warning: stdio.h: No such file or directory stdafx.h:111:19: warning: fcntl.h: No such file or directory stdafx.h:112:20: warning: stdlib.h: No such file or directory stdafx.h:113:20: warning: string.h: No such file or directory stdafx.h:115:20: warning: assert.h: No such file or directory stdafx.h:116:19: warning: ctype.h: No such file or directory stdafx.h:120:20: warning: dirent.h: No such file or directory In file included from vector3d.h:21, from bits.h:22, from debug.h:18, from savegame.h:21, from lua/lua.h:31, from lua/lapi.h:11, from lua/lapi.cpp:11: *Snipped * make: *** [lua/lapi.o] Error 1
Code: Select all
ls -a /usr/include
Code: Select all
mv residualrc .residualrc
Code: Select all
DataDir=/Users/Markus/Spiele/Grim Fandango
good_times=TRUE
Code: Select all
Grim Fandango Dialogprotokoll
© LucasArts Entertainment Company LLC. All rights reserved.
Code: Select all
echo $HOME
Code: Select all
ls -a
Code: Select all
ls -a /usr/include
Code: Select all
PowerBook-G4-15:~ Markus$ ls -a /usr/include
. .. gcc stdint.h
Code: Select all
PowerBook-G4-15:~/Spiele/Grim Fandango Markus$ ls -a
. DATA003.LAB IMUSE.PSL README YEAR1MUS.LAB
.. DATA004.LAB LOCAL.LAB VOX0000.LAB YEAR2MUS.LAB
.DS_Store DATA006.LAB MOVIE00.LAB VOX0001.LAB YEAR3MUS.LAB
CREDITS.LAB FLOWER.ICO MOVIE01.LAB VOX0002.LAB YEAR4MUS.LAB
DATA000.LAB GF.ICO MOVIE02.LAB VOX0003.LAB residual
DATA001.LAB GRIM.TAB MOVIE03.LAB VOX0004.LAB
DATA002.LAB HANDBUCH MOVIE04.LAB YEAR0MUS.LAB