make
make -C lib_z80ex static
make[1]: Entering directory `/opt/My ZX/zemu.src/zemu-compiletree/lib_z80ex'
ar rs ./lib/libz80ex.a z80ex.o
ar rs ./lib/libz80ex_dasm.a z80ex_dasm.o
make[1]: Leaving directory `/opt/My ZX/zemu.src/zemu-compiletree/lib_z80ex'
cp -f lib_z80ex/lib/libz80ex.a zemu/lib_z80ex/libz80ex.a
cp -f lib_z80ex/lib/libz80ex_dasm.a zemu/lib_z80ex/libz80ex_dasm.a
make -C zemu
make[1]: Entering directory `/opt/My ZX/zemu.src/zemu-compiletree/zemu'
g++ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fomit-frame-pointer -Wall -g -pipe -DCONFIG_PATH=\".\" -c config.cpp -o config.o
g++ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fomit-frame-pointer -Wall -g -pipe -DCONFIG_PATH=\".\" -c cpu_trace.cpp -o cpu_trace.o
g++ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fomit-frame-pointer -Wall -g -pipe -DCONFIG_PATH=\".\" -c defines.cpp -o defines.o
g++ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fomit-frame-pointer -Wall -g -pipe -DCONFIG_PATH=\".\" -c dialog.cpp -o dialog.o
g++ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fomit-frame-pointer -Wall -g -pipe -DCONFIG_PATH=\".\" -c dirwork.cpp -o dirwork.o
dirwork.cpp: In member function ‘bool C_DirWork::EnumFiles(const char*)’:
dirwork.cpp:195: ошибка: декларация ‘char path [4096]’ перекрывает параметр
make[1]: *** [dirwork.o] Ошибка 1
make[1]: Leaving directory `/opt/My ZX/zemu.src/zemu-compiletree/zemu'
make: *** [zemu] Ошибка 2