Skip to content

Instantly share code, notes, and snippets.

@jwt27
Created February 21, 2016 18:00
Show Gist options
  • Save jwt27/f43a2b90b1dbe343a671 to your computer and use it in GitHub Desktop.
Save jwt27/f43a2b90b1dbe343a671 to your computer and use it in GitHub Desktop.
dosbox-x on gcc 5.3.0
make all-recursive
make[1]: Entering directory '/home/JW/dosbox-x'
Making all in src
make[2]: Entering directory '/home/JW/dosbox-x/src'
Making all in cpu
make[3]: Entering directory '/home/JW/dosbox-x/src/cpu'
Making all in core_full
make[4]: Entering directory '/home/JW/dosbox-x/src/cpu/core_full'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/cpu/core_full'
Making all in core_normal
make[4]: Entering directory '/home/JW/dosbox-x/src/cpu/core_normal'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/cpu/core_normal'
Making all in core_dyn_x86
make[4]: Entering directory '/home/JW/dosbox-x/src/cpu/core_dyn_x86'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/cpu/core_dyn_x86'
make[4]: Entering directory '/home/JW/dosbox-x/src/cpu'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT callback.o -MD -MP -MF .deps/callback.Tpo -c -o callback.o callback.cpp
mv -f .deps/callback.Tpo .deps/callback.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cpu.o -MD -MP -MF .deps/cpu.Tpo -c -o cpu.o cpu.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from cpu.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from cpu.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/cpu.Tpo .deps/cpu.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT flags.o -MD -MP -MF .deps/flags.Tpo -c -o flags.o flags.cpp
mv -f .deps/flags.Tpo .deps/flags.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT modrm.o -MD -MP -MF .deps/modrm.Tpo -c -o modrm.o modrm.cpp
mv -f .deps/modrm.Tpo .deps/modrm.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_full.o -MD -MP -MF .deps/core_full.Tpo -c -o core_full.o core_full.cpp
mv -f .deps/core_full.Tpo .deps/core_full.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT paging.o -MD -MP -MF .deps/paging.Tpo -c -o paging.o paging.cpp
mv -f .deps/paging.Tpo .deps/paging.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_normal.o -MD -MP -MF .deps/core_normal.Tpo -c -o core_normal.o core_normal.cpp
In file included from core_normal/support.h:95:0,
from core_normal.cpp:144:
core_normal/prefix_none.h: In function 'Bits CPU_Core_Normal_Run()':
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:910:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:919:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:928:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:937:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:946:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:955:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:964:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:973:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
mv -f .deps/core_normal.Tpo .deps/core_normal.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_normal_8086.o -MD -MP -MF .deps/core_normal_8086.Tpo -c -o core_normal_8086.o core_normal_8086.cpp
In file included from core_normal_8086.cpp:211:0:
core_normal/prefix_none.h: In function 'Bits CPU_Core8086_Normal_Run()':
core_normal/prefix_none.h:657:18: warning: statement has no effect [-Wunused-value]
GetEADirect(1);
^
core_normal/prefix_none.h:664:18: warning: statement has no effect [-Wunused-value]
GetEADirect(2);
^
core_normal/prefix_none.h:671:18: warning: statement has no effect [-Wunused-value]
GetEADirect(1);
^
core_normal/prefix_none.h:678:18: warning: statement has no effect [-Wunused-value]
GetEADirect(2);
^
In file included from core_normal/support.h:95:0,
from core_normal_8086.cpp:184:
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:910:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:919:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:928:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:937:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:946:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:955:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:964:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:973:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
mv -f .deps/core_normal_8086.Tpo .deps/core_normal_8086.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_normal_286.o -MD -MP -MF .deps/core_normal_286.Tpo -c -o core_normal_286.o core_normal_286.cpp
In file included from core_normal/support.h:95:0,
from core_normal_286.cpp:143:
core_normal/prefix_none.h: In function 'Bits CPU_Core286_Normal_Run()':
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:910:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:919:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:928:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:937:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:946:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:955:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:964:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:973:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
mv -f .deps/core_normal_286.Tpo .deps/core_normal_286.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_simple.o -MD -MP -MF .deps/core_simple.Tpo -c -o core_simple.o core_simple.cpp
In file included from core_normal/support.h:95:0,
from core_simple.cpp:136:
core_normal/prefix_none.h: In function 'Bits CPU_Core_Simple_Run()':
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:910:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:919:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:928:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:937:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:946:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:955:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:964:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:973:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
mv -f .deps/core_simple.Tpo .deps/core_simple.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_prefetch.o -MD -MP -MF .deps/core_prefetch.Tpo -c -o core_prefetch.o core_prefetch.cpp
In file included from core_normal/support.h:95:0,
from core_prefetch.cpp:214:
core_normal/prefix_none.h: In function 'Bits CPU_Core_Prefetch_Run()':
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:910:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:919:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:928:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:937:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:946:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:955:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:964:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
core_normal/helpers.h:21:9: warning: unused variable 'eaa' [-Wunused-variable]
PhysPt eaa=EALookupTable[rm]();
^
core_normal/prefix_none.h:973:17: note: in expansion of macro 'GetEAa'
if (rm<0xc0) GetEAa;
^
mv -f .deps/core_prefetch.Tpo .deps/core_prefetch.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT core_dyn_x86.o -MD -MP -MF .deps/core_dyn_x86.Tpo -c -o core_dyn_x86.o core_dyn_x86.cpp
mv -f .deps/core_dyn_x86.Tpo .deps/core_dyn_x86.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT mmx.o -MD -MP -MF .deps/mmx.Tpo -c -o mmx.o mmx.cpp
mv -f .deps/mmx.Tpo .deps/mmx.Po
rm -f libcpu.a
ar cru libcpu.a callback.o cpu.o flags.o modrm.o core_full.o paging.o core_normal.o core_normal_8086.o core_normal_286.o core_simple.o core_prefetch.o core_dyn_x86.o mmx.o
ranlib libcpu.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/cpu'
make[3]: Leaving directory '/home/JW/dosbox-x/src/cpu'
Making all in debug
make[3]: Entering directory '/home/JW/dosbox-x/src/debug'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.cpp
mv -f .deps/debug.Tpo .deps/debug.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT debug_gui.o -MD -MP -MF .deps/debug_gui.Tpo -c -o debug_gui.o debug_gui.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from debug_gui.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from debug_gui.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/debug_gui.Tpo .deps/debug_gui.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT debug_disasm.o -MD -MP -MF .deps/debug_disasm.Tpo -c -o debug_disasm.o debug_disasm.cpp
mv -f .deps/debug_disasm.Tpo .deps/debug_disasm.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT debug_win32.o -MD -MP -MF .deps/debug_win32.Tpo -c -o debug_win32.o debug_win32.cpp
debug_win32.cpp: In function 'void ResizeConsole(HANDLE, SHORT, SHORT)':
debug_win32.cpp:35:7: warning: variable 'bSuccess' set but not used [-Wunused-but-set-variable]
BOOL bSuccess;
^
mv -f .deps/debug_win32.Tpo .deps/debug_win32.Po
rm -f libdebug.a
ar cru libdebug.a debug.o debug_gui.o debug_disasm.o debug_win32.o
ranlib libdebug.a
make[3]: Leaving directory '/home/JW/dosbox-x/src/debug'
Making all in dos
make[3]: Entering directory '/home/JW/dosbox-x/src/dos'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos.o -MD -MP -MF .deps/dos.Tpo -c -o dos.o dos.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos.Tpo .deps/dos.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_devices.o -MD -MP -MF .deps/dos_devices.Tpo -c -o dos_devices.o dos_devices.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_devices.cpp:26:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_devices.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_devices.Tpo .deps/dos_devices.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_execute.o -MD -MP -MF .deps/dos_execute.Tpo -c -o dos_execute.o dos_execute.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_execute.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_execute.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_execute.Tpo .deps/dos_execute.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_files.o -MD -MP -MF .deps/dos_files.Tpo -c -o dos_files.o dos_files.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_files.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_files.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_files.Tpo .deps/dos_files.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_ioctl.o -MD -MP -MF .deps/dos_ioctl.Tpo -c -o dos_ioctl.o dos_ioctl.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_ioctl.cpp:25:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_ioctl.cpp:25:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_ioctl.Tpo .deps/dos_ioctl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_memory.o -MD -MP -MF .deps/dos_memory.Tpo -c -o dos_memory.o dos_memory.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_memory.cpp:23:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_memory.cpp:23:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_memory.Tpo .deps/dos_memory.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_misc.o -MD -MP -MF .deps/dos_misc.Tpo -c -o dos_misc.o dos_misc.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_misc.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_misc.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_misc.Tpo .deps/dos_misc.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_classes.o -MD -MP -MF .deps/dos_classes.Tpo -c -o dos_classes.o dos_classes.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_classes.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_classes.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_classes.Tpo .deps/dos_classes.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_programs.o -MD -MP -MF .deps/dos_programs.Tpo -c -o dos_programs.o dos_programs.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from dos_programs.cpp:26:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from dos_programs.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
dos_programs.cpp: In member function 'virtual void MOUSE::Run()':
dos_programs.cpp:68:19: warning: switch condition has type bool [-Wswitch-bool]
switch (Mouse_Drv) {
^
dos_programs.cpp: In member function 'virtual void MOUNT::Run()':
dos_programs.cpp:317:9: warning: unused variable 'failed' [-Wunused-variable]
bool failed = false;
^
dos_programs.cpp: In member function 'virtual void IMGMAKE::Run()':
dos_programs.cpp:1267:40: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int'
cmd->FindInt("-retries",retries,true);
^
In file included from dos_programs.cpp:26:0:
../../include/programs.h:55:7: note: initializing argument 2 of 'bool CommandLine::FindInt(const char*, int&, bool)'
bool FindInt(char const * const name,int & value,bool remove=false);
^
dos_programs.cpp: In member function 'virtual void IMGMOUNT::Run()':
dos_programs.cpp:2444:49: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
sizes[0], sizes[1], sizes[2], sizes[3]);
^
dos_programs.cpp:2444:49: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
dos_programs.cpp:2444:49: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
dos_programs.cpp:2444:49: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
Makefile:373: recipe for target 'dos_programs.o' failed
make[3]: *** [dos_programs.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_tables.o -MD -MP -MF .deps/dos_tables.Tpo -c -o dos_tables.o dos_tables.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos_tables.cpp:22:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos_tables.cpp:22:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_tables.Tpo .deps/dos_tables.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drives.o -MD -MP -MF .deps/drives.Tpo -c -o drives.o drives.cpp
In file included from ../../include/dos_system.h:28:0,
from drives.cpp:21:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from drives.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drives.Tpo .deps/drives.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drive_virtual.o -MD -MP -MF .deps/drive_virtual.Tpo -c -o drive_virtual.o drive_virtual.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from drive_virtual.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from drive_virtual.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drive_virtual.Tpo .deps/drive_virtual.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drive_local.o -MD -MP -MF .deps/drive_local.Tpo -c -o drive_local.o drive_local.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from drive_local.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from drive_local.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drive_local.Tpo .deps/drive_local.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drive_cache.o -MD -MP -MF .deps/drive_cache.Tpo -c -o drive_cache.o drive_cache.cpp
In file included from ../../include/dos_system.h:28:0,
from drives.h:25,
from drive_cache.cpp:20:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from drives.h:25,
from drive_cache.cpp:20:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drive_cache.Tpo .deps/drive_cache.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drive_fat.o -MD -MP -MF .deps/drive_fat.Tpo -c -o drive_fat.o drive_fat.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from drive_fat.cpp:25:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from drive_fat.cpp:25:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drive_fat.Tpo .deps/drive_fat.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT drive_iso.o -MD -MP -MF .deps/drive_iso.Tpo -c -o drive_iso.o drive_iso.cpp
In file included from ../../include/dos_system.h:28:0,
from drive_iso.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from drive_iso.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/drive_iso.Tpo .deps/drive_iso.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_mscdex.o -MD -MP -MF .deps/dos_mscdex.Tpo -c -o dos_mscdex.o dos_mscdex.cpp
In file included from ../../include/dos_system.h:28:0,
from dos_mscdex.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from dos_mscdex.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_mscdex.Tpo .deps/dos_mscdex.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos_keyboard_layout.o -MD -MP -MF .deps/dos_keyboard_layout.Tpo -c -o dos_keyboard_layout.o dos_keyboard_layout.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from dos_keyboard_layout.cpp:22:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from dos_keyboard_layout.cpp:22:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos_keyboard_layout.Tpo .deps/dos_keyboard_layout.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom.o -MD -MP -MF .deps/cdrom.Tpo -c -o cdrom.o cdrom.cpp
mv -f .deps/cdrom.Tpo .deps/cdrom.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom_ioctl_win32.o -MD -MP -MF .deps/cdrom_ioctl_win32.Tpo -c -o cdrom_ioctl_win32.o cdrom_ioctl_win32.cpp
mv -f .deps/cdrom_ioctl_win32.Tpo .deps/cdrom_ioctl_win32.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom_aspi_win32.o -MD -MP -MF .deps/cdrom_aspi_win32.Tpo -c -o cdrom_aspi_win32.o cdrom_aspi_win32.cpp
mv -f .deps/cdrom_aspi_win32.Tpo .deps/cdrom_aspi_win32.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom_ioctl_linux.o -MD -MP -MF .deps/cdrom_ioctl_linux.Tpo -c -o cdrom_ioctl_linux.o cdrom_ioctl_linux.cpp
mv -f .deps/cdrom_ioctl_linux.Tpo .deps/cdrom_ioctl_linux.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom_image.o -MD -MP -MF .deps/cdrom_image.Tpo -c -o cdrom_image.o cdrom_image.cpp
In file included from ../../include/dos_system.h:28:0,
from drives.h:25,
from cdrom_image.cpp:30:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from drives.h:25,
from cdrom_image.cpp:30:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/cdrom_image.Tpo .deps/cdrom_image.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cdrom_ioctl_os2.o -MD -MP -MF .deps/cdrom_ioctl_os2.Tpo -c -o cdrom_ioctl_os2.o cdrom_ioctl_os2.cpp
mv -f .deps/cdrom_ioctl_os2.Tpo .deps/cdrom_ioctl_os2.Po
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src/dos'
Making all in fpu
make[3]: Entering directory '/home/JW/dosbox-x/src/fpu'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT fpu.o -MD -MP -MF .deps/fpu.Tpo -c -o fpu.o fpu.cpp
In file included from fpu.cpp:26:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from fpu.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
In file included from fpu.cpp:45:0:
fpu_instructions.h: In function 'void FPU_FCOM(Bitu, Bitu)':
fpu_instructions.h:394:27: error: 'isinf' was not declared in this scope
if (isinf(fpu.regs[st].d) && isinf(fpu.regs[other].d)) {
^
fpu_instructions.h:394:27: note: suggested alternative:
In file included from fpu_instructions.h:283:0,
from fpu.cpp:45:
D:/msys64/mingw64/include/c++/5.3.0/cmath:621:5: note: 'std::isinf'
isinf(_Tp __x)
^
fpu.cpp: In function 'void FPU_Selftest_64()':
fpu.cpp:796:41: warning: unknown conversion type character 'l' in format [-Wformat=]
(unsigned long long)test[t].mantissa);
^
fpu.cpp:796:41: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:796:41: warning: too many arguments for format [-Wformat-extra-args]
fpu.cpp:809:36: warning: unknown conversion type character 'l' in format [-Wformat=]
(unsigned long long)ft.f.mantissa);
^
fpu.cpp:809:36: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:809:36: warning: too many arguments for format [-Wformat-extra-args]
fpu.cpp: In function 'void FPU_Selftest_80()':
fpu.cpp:870:41: warning: unknown conversion type character 'L' in format [-Wformat=]
(unsigned long long)test[t].mantissa);
^
fpu.cpp:870:41: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long double' [-Wformat=]
fpu.cpp:870:41: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:870:41: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:870:41: warning: too many arguments for format [-Wformat-extra-args]
fpu.cpp:883:36: warning: unknown conversion type character 'L' in format [-Wformat=]
(unsigned long long)ft.f.mantissa);
^
fpu.cpp:883:36: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long double' [-Wformat=]
fpu.cpp:883:36: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:883:36: warning: unknown conversion type character 'l' in format [-Wformat=]
fpu.cpp:883:36: warning: too many arguments for format [-Wformat-extra-args]
Makefile:336: recipe for target 'fpu.o' failed
make[3]: *** [fpu.o] Error 1
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src/fpu'
Making all in gui
make[3]: Entering directory '/home/JW/dosbox-x/src/gui'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sdlmain.o -MD -MP -MF .deps/sdlmain.Tpo -c -o sdlmain.o sdlmain.cpp
In file included from sdlmain.cpp:46:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from sdlmain.cpp:37:0:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
sdlmain.cpp: In function 'void DoExtendedKeyboardHook(bool)':
sdlmain.cpp:1416:110: warning: passing NULL to non-pointer argument 4 of 'HHOOK__* SetWindowsHookExA(int, HOOKPROC, HINSTANCE, DWORD)' [-Wconversion-null]
exthook_winhook = SetWindowsHookEx(WH_KEYBOARD_LL, WinExtHookKeyboardHookProc, GetModuleHandle(NULL), NULL);
^
sdlmain.cpp: In function 'void OpenFileDialog(char*)':
sdlmain.cpp:2766:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
shell.Execute(name1," ");
^
sdlmain.cpp: In function 'void Go_Boot(const char*)':
sdlmain.cpp:2835:23: warning: narrowing conversion of '(ZDRIVE_NUM + 65ull)' from 'Bitu {aka long long unsigned int}' to 'char' inside { } [-Wnarrowing]
char root[4] = {'A'+ZDRIVE_NUM,':','\\',0};
^
sdlmain.cpp: In function 'void Go_Boot2(const char*)':
sdlmain.cpp:2878:21: warning: narrowing conversion of '(ZDRIVE_NUM + 65ull)' from 'Bitu {aka long long unsigned int}' to 'char' inside { } [-Wnarrowing]
char root[4] = {'A'+ZDRIVE_NUM,':','\\',0};
^
sdlmain.cpp: In function 'LRESULT CBTProc(INT, WPARAM, LPARAM)':
sdlmain.cpp:2929:8: warning: statement has no effect [-Wunused-value]
lParam;
^
sdlmain.cpp: In function 'void D3D_PS()':
sdlmain.cpp:3053:19: warning: unused variable 'FindFileData' [-Wunused-variable]
WIN32_FIND_DATA FindFileData;
^
sdlmain.cpp:3054:10: warning: unused variable 'hFind' [-Wunused-variable]
HANDLE hFind;
^
sdlmain.cpp:3051:1: warning: label 'search' defined but not used [-Wunused-label]
search:
^
sdlmain.cpp: In function 'void PasteInitMapSCToSDLKey()':
sdlmain.cpp:3328:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i<SDL_arraysize(aryScanCodeToSDLKey); ++i)
^
sdlmain.cpp: In function 'void* GetSetSDLValue(int, std::__cxx11::string, void*)':
sdlmain.cpp:3144:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
sdlmain.cpp: At global scope:
sdlmain.cpp:2190:13: warning: 'void ShowSplashScreen()' defined but not used [-Wunused-function]
static void ShowSplashScreen() {
^
mv -f .deps/sdlmain.Tpo .deps/sdlmain.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sdl_mapper.o -MD -MP -MF .deps/sdl_mapper.Tpo -c -o sdl_mapper.o sdl_mapper.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from sdl_mapper.cpp:36:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from sdl_mapper.cpp:36:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
sdl_mapper.cpp: In function 'void InitializeJoysticks()':
sdl_mapper.cpp:2403:91: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
LOG(LOG_MISC,LOG_DEBUG)("Joystick type != none, SDL reports %u sticks",mapper.sticks.num);
^
mv -f .deps/sdl_mapper.Tpo .deps/sdl_mapper.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from render.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from render.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/render.Tpo .deps/render.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT render_scalers.o -MD -MP -MF .deps/render_scalers.Tpo -c -o render_scalers.o render_scalers.cpp
render_templates.h:156:20: warning: 'void Cache_9_8(const void*)' defined but not used [-Wunused-function]
static void conc3d(Cache,SBPP,DBPP) (const void * s) {
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_templates.h:156:13: note: in expansion of macro 'conc3d'
static void conc3d(Cache,SBPP,DBPP) (const void * s) {
^
render_templates.h:216:21: warning: 'void Normal1x_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal1x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:216:21: warning: 'void Normal1x_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal1x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:227:21: warning: 'void Normal2x_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal2x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:227:21: warning: 'void Normal2x_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal2x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:241:21: warning: 'void Normal3x_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal3x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:241:21: warning: 'void Normal3x_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal3x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:260:21: warning: 'void Normal4x_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal4x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:260:21: warning: 'void Normal4x_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal4x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:286:21: warning: 'void Normal5x_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal5x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:286:21: warning: 'void Normal5x_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME Normal5x
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:367:21: warning: 'void NormalDw_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME NormalDw
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:367:21: warning: 'void NormalDw_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME NormalDw
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:379:21: warning: 'void NormalDh_9_8_R(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME NormalDh
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:23:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_simple.h:23:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
^
render_templates.h:379:21: warning: 'void NormalDh_9_8_L(const void*)' defined but not used [-Wunused-function]
#define SCALERNAME NormalDh
^
render_scalers.cpp:47:31: note: in definition of macro '_conc7'
#define _conc7(A,B,C,D,E,F,G) A ## B ## C ## D ## E ## F ## G
^
render_simple.h:21:13: note: in expansion of macro 'conc4d'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_simple.h:21:20: note: in expansion of macro 'SCALERNAME'
static void conc4d(SCALERNAME,SBPP,DBPP,L)(const void *s) {
^
render_templates.h:519:21: warning: 'void HQ2x_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME HQ2x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:519:21: warning: 'void HQ2x_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME HQ2x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:530:21: warning: 'void HQ3x_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME HQ3x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:530:21: warning: 'void HQ3x_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME HQ3x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:543:21: warning: 'void Super2xSaI_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME Super2xSaI
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:543:21: warning: 'void Super2xSaI_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME Super2xSaI
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:553:21: warning: 'void SuperEagle_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME SuperEagle
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:553:21: warning: 'void SuperEagle_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME SuperEagle
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:563:21: warning: 'void _2xSaI_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME _2xSaI
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:563:21: warning: 'void _2xSaI_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME _2xSaI
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:620:21: warning: 'void AdvMame2x_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME AdvMame2x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:620:21: warning: 'void AdvMame2x_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME AdvMame2x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_templates.h:639:21: warning: 'void AdvMame3x_15_R()' defined but not used [-Wunused-function]
#define SCALERNAME AdvMame3x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:22:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_loops.h:22:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,R)(void) {
^
render_templates.h:639:21: warning: 'void AdvMame3x_15_L()' defined but not used [-Wunused-function]
#define SCALERNAME AdvMame3x
^
render_scalers.cpp:46:27: note: in definition of macro '_conc5'
#define _conc5(A,B,C,D,E) A ## B ## C ## D ## E
^
render_loops.h:20:13: note: in expansion of macro 'conc3d'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
render_loops.h:20:20: note: in expansion of macro 'SCALERNAME'
static void conc3d(SCALERNAME,SBPP,L)(void) {
^
mv -f .deps/render_scalers.Tpo .deps/render_scalers.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT midi.o -MD -MP -MF .deps/midi.Tpo -c -o midi.o midi.cpp
In file included from midi.cpp:28:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from midi.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
In file included from midi.cpp:141:0:
midi_win32.h: In member function 'virtual bool MidiHandler_win32::Open(const char*)':
midi_win32.h:115:47: error: cast from 'HANDLE {aka void*}' to 'DWORD {aka long unsigned int}' loses precision [-fpermissive]
res = midiOutOpen(&m_out, nummer, (DWORD)m_event, 0, CALLBACK_EVENT);
^
midi_win32.h:130:53: error: cast from 'HANDLE {aka void*}' to 'DWORD {aka long unsigned int}' loses precision [-fpermissive]
res = midiOutOpen(&m_out, MIDI_MAPPER, (DWORD)m_event, 0, CALLBACK_EVENT);
^
midi_win32.h:135:50: error: cast from 'HANDLE {aka void*}' to 'DWORD {aka long unsigned int}' loses precision [-fpermissive]
res = midiOutOpen(&m_out, MIDI_MAPPER, (DWORD)m_event, 0, CALLBACK_EVENT);
^
midi_win32.h: In member function 'virtual void MidiHandler_win32::Reset()':
midi_win32.h:203:18: warning: unused variable 'used' [-Wunused-variable]
Bit8u buf[64], used;
^
Makefile:409: recipe for target 'midi.o' failed
make[3]: *** [midi.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT direct3d.o -MD -MP -MF .deps/direct3d.Tpo -c -o direct3d.o direct3d.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from direct3d.cpp:20:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from direct3d.cpp:20:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
In file included from direct3d.cpp:24:0:
direct3d.h:53:21: error: redefinition of 'struct vec2f'
#define D3DXVECTOR2 vec2f
^
direct3d.h:65:8: error: previous definition of 'struct vec2f'
struct vec2f {
^
direct3d.h:53:21: error: conflicting declaration 'typedef int vec2f'
#define D3DXVECTOR2 vec2f
^
direct3d.h:65:8: note: previous declaration as 'struct vec2f'
struct vec2f {
^
direct3d.h:52:21: error: redefinition of 'struct vec3f'
#define D3DXVECTOR3 vec3f
^
direct3d.h:58:8: error: previous definition of 'struct vec3f'
struct vec3f {
^
direct3d.h:52:21: error: conflicting declaration 'typedef int vec3f'
#define D3DXVECTOR3 vec3f
^
direct3d.h:58:8: note: previous declaration as 'struct vec3f'
struct vec3f {
^
direct3d.h:51:20: error: using typedef-name 'D3DMATRIX' after 'struct'
#define D3DXMATRIX D3DMATRIX
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9.h:33:0,
from direct3d.h:22,
from direct3d.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1427:3: note: 'D3DMATRIX' has a previous declaration here
} D3DMATRIX;
^
In file included from direct3d.cpp:24:0:
direct3d.h:51:20: error: conflicting declaration 'typedef int D3DMATRIX'
#define D3DXMATRIX D3DMATRIX
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9.h:33:0,
from direct3d.h:22,
from direct3d.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1427:3: note: previous declaration as 'typedef struct _D3DMATRIX D3DMATRIX'
} D3DMATRIX;
^
In file included from direct3d.cpp:24:0:
direct3d.h:53:21: error: redefinition of 'vec2f::vec2f()'
#define D3DXVECTOR2 vec2f
^
direct3d.h:67:5: note: 'vec2f::vec2f()' previously defined here
vec2f() { }
^
direct3d.h:53:21: error: prototype for 'vec2f::vec2f(const FLOAT*)' does not match any in class 'vec2f'
#define D3DXVECTOR2 vec2f
^
direct3d.h:65:8: error: candidates are: constexpr vec2f::vec2f(vec2f&&)
struct vec2f {
^
direct3d.h:65:8: error: constexpr vec2f::vec2f(const vec2f&)
direct3d.h:68:5: error: vec2f::vec2f(float, float)
vec2f(float vx, float vy)
^
direct3d.h:67:5: error: vec2f::vec2f()
vec2f() { }
^
direct3d.h:53:21: error: redefinition of 'vec2f::vec2f(FLOAT, FLOAT)'
#define D3DXVECTOR2 vec2f
^
direct3d.h:68:5: note: 'vec2f::vec2f(float, float)' previously defined here
vec2f(float vx, float vy)
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.h:473:0,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9.h:31,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/D3dx9shader.h:22,
from d3d_components.h:6975,
from direct3d.cpp:46:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:43:38: error: no 'vec2f::operator FLOAT*()' member function declared in class 'vec2f'
inline D3DXVECTOR2::operator FLOAT* ()
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:48:46: error: no 'vec2f::operator const FLOAT*() const' member function declared in class 'vec2f'
inline D3DXVECTOR2::operator const FLOAT* () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:53:67: error: no 'vec2f& vec2f::operator+=(const vec2f&)' member function declared in class 'vec2f'
inline D3DXVECTOR2& D3DXVECTOR2::operator += (const D3DXVECTOR2& v)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:60:67: error: no 'vec2f& vec2f::operator-=(const vec2f&)' member function declared in class 'vec2f'
inline D3DXVECTOR2& D3DXVECTOR2::operator -= (const D3DXVECTOR2& v)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:67:54: error: no 'vec2f& vec2f::operator*=(FLOAT)' member function declared in class 'vec2f'
inline D3DXVECTOR2& D3DXVECTOR2::operator *= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:74:54: error: no 'vec2f& vec2f::operator/=(FLOAT)' member function declared in class 'vec2f'
inline D3DXVECTOR2& D3DXVECTOR2::operator /= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:81:47: error: no 'vec2f vec2f::operator+() const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator + () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:86:47: error: no 'vec2f vec2f::operator-() const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator - () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:91:67: error: no 'vec2f vec2f::operator+(const vec2f&) const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator + (const D3DXVECTOR2& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:96:67: error: no 'vec2f vec2f::operator-(const vec2f&) const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator - (const D3DXVECTOR2& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:101:54: error: no 'vec2f vec2f::operator*(FLOAT) const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator * (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:106:54: error: no 'vec2f vec2f::operator/(FLOAT) const' member function declared in class 'vec2f'
inline D3DXVECTOR2 D3DXVECTOR2::operator / (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:116:64: error: no 'WINBOOL vec2f::operator==(const vec2f&) const' member function declared in class 'vec2f'
inline WINBOOL D3DXVECTOR2::operator == (const D3DXVECTOR2& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:121:64: error: no 'WINBOOL vec2f::operator!=(const vec2f&) const' member function declared in class 'vec2f'
inline WINBOOL D3DXVECTOR2::operator != (const D3DXVECTOR2& v) const
^
In file included from direct3d.cpp:24:0:
direct3d.h:52:21: error: redefinition of 'vec3f::vec3f()'
#define D3DXVECTOR3 vec3f
^
direct3d.h:60:5: note: 'vec3f::vec3f()' previously defined here
vec3f() { }
^
direct3d.h:52:21: error: prototype for 'vec3f::vec3f(const FLOAT*)' does not match any in class 'vec3f'
#define D3DXVECTOR3 vec3f
^
direct3d.h:58:8: error: candidates are: constexpr vec3f::vec3f(vec3f&&)
struct vec3f {
^
direct3d.h:58:8: error: constexpr vec3f::vec3f(const vec3f&)
direct3d.h:61:5: error: vec3f::vec3f(float, float, float)
vec3f(float vx, float vy, float vz)
^
direct3d.h:60:5: error: vec3f::vec3f()
vec3f() { }
^
direct3d.h:52:21: error: prototype for 'vec3f::vec3f(const D3DVECTOR&)' does not match any in class 'vec3f'
#define D3DXVECTOR3 vec3f
^
direct3d.h:58:8: error: candidates are: constexpr vec3f::vec3f(vec3f&&)
struct vec3f {
^
direct3d.h:58:8: error: constexpr vec3f::vec3f(const vec3f&)
direct3d.h:61:5: error: vec3f::vec3f(float, float, float)
vec3f(float vx, float vy, float vz)
^
direct3d.h:60:5: error: vec3f::vec3f()
vec3f() { }
^
direct3d.h:52:21: error: redefinition of 'vec3f::vec3f(FLOAT, FLOAT, FLOAT)'
#define D3DXVECTOR3 vec3f
^
direct3d.h:61:5: note: 'vec3f::vec3f(float, float, float)' previously defined here
vec3f(float vx, float vy, float vz)
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.h:473:0,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9.h:31,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/D3dx9shader.h:22,
from d3d_components.h:6975,
from direct3d.cpp:46:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:152:38: error: no 'vec3f::operator FLOAT*()' member function declared in class 'vec3f'
inline D3DXVECTOR3::operator FLOAT* ()
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:157:46: error: no 'vec3f::operator const FLOAT*() const' member function declared in class 'vec3f'
inline D3DXVECTOR3::operator const FLOAT* () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:162:67: error: no 'vec3f& vec3f::operator+=(const vec3f&)' member function declared in class 'vec3f'
inline D3DXVECTOR3& D3DXVECTOR3::operator += (const D3DXVECTOR3& v)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:170:67: error: no 'vec3f& vec3f::operator-=(const vec3f&)' member function declared in class 'vec3f'
inline D3DXVECTOR3& D3DXVECTOR3::operator -= (const D3DXVECTOR3& v)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:178:54: error: no 'vec3f& vec3f::operator*=(FLOAT)' member function declared in class 'vec3f'
inline D3DXVECTOR3& D3DXVECTOR3::operator *= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:186:54: error: no 'vec3f& vec3f::operator/=(FLOAT)' member function declared in class 'vec3f'
inline D3DXVECTOR3& D3DXVECTOR3::operator /= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:194:47: error: no 'vec3f vec3f::operator+() const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator + () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:199:47: error: no 'vec3f vec3f::operator-() const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator - () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:204:67: error: no 'vec3f vec3f::operator+(const vec3f&) const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator + (const D3DXVECTOR3& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:209:67: error: no 'vec3f vec3f::operator-(const vec3f&) const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator - (const D3DXVECTOR3& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:214:54: error: no 'vec3f vec3f::operator*(FLOAT) const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator * (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:219:54: error: no 'vec3f vec3f::operator/(FLOAT) const' member function declared in class 'vec3f'
inline D3DXVECTOR3 D3DXVECTOR3::operator / (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:229:64: error: no 'WINBOOL vec3f::operator==(const vec3f&) const' member function declared in class 'vec3f'
inline WINBOOL D3DXVECTOR3::operator == (const D3DXVECTOR3& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:234:64: error: no 'WINBOOL vec3f::operator!=(const vec3f&) const' member function declared in class 'vec3f'
inline WINBOOL D3DXVECTOR3::operator != (const D3DXVECTOR3& v) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:351:31: error: no 'int _D3DMATRIX::D3DMATRIX()' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX::D3DXMATRIX()
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:355:46: error: no 'int _D3DMATRIX::D3DMATRIX(const FLOAT*)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX::D3DXMATRIX(const FLOAT *pf)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:361:51: error: no 'int _D3DMATRIX::D3DMATRIX(const D3DMATRIX&)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX::D3DXMATRIX(const D3DMATRIX& mat)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:369:73: error: no 'int _D3DMATRIX::D3DMATRIX(FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT)' member function declared in class '_D3DMATRIX'
FLOAT f41, FLOAT f42, FLOAT f43, FLOAT f44)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:377:58: error: no 'FLOAT& _D3DMATRIX::operator()(UINT, UINT)' member function declared in class '_D3DMATRIX'
inline FLOAT& D3DXMATRIX::operator () (UINT row, UINT col)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:382:59: error: no 'FLOAT _D3DMATRIX::operator()(UINT, UINT) const' member function declared in class '_D3DMATRIX'
inline FLOAT D3DXMATRIX::operator () (UINT row, UINT col) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:387:37: error: no '_D3DMATRIX::operator FLOAT*()' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX::operator FLOAT* ()
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:392:45: error: no '_D3DMATRIX::operator const FLOAT*() const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX::operator const FLOAT* () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:397:66: error: no 'D3DMATRIX& _D3DMATRIX::operator*=(const D3DMATRIX&)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX& D3DXMATRIX::operator *= (const D3DXMATRIX& mat)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:403:66: error: no 'D3DMATRIX& _D3DMATRIX::operator+=(const D3DMATRIX&)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX& D3DXMATRIX::operator += (const D3DXMATRIX& mat)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:412:66: error: no 'D3DMATRIX& _D3DMATRIX::operator-=(const D3DMATRIX&)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX& D3DXMATRIX::operator -= (const D3DXMATRIX& mat)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:421:52: error: no 'D3DMATRIX& _D3DMATRIX::operator*=(FLOAT)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX& D3DXMATRIX::operator *= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:430:52: error: no 'D3DMATRIX& _D3DMATRIX::operator/=(FLOAT)' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX& D3DXMATRIX::operator /= (FLOAT f)
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:440:45: error: no 'D3DMATRIX _D3DMATRIX::operator+() const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator + () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:445:45: error: no 'D3DMATRIX _D3DMATRIX::operator-() const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator - () const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:453:66: error: no 'D3DMATRIX _D3DMATRIX::operator*(const D3DMATRIX&) const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator * (const D3DXMATRIX& mat) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:460:66: error: no 'D3DMATRIX _D3DMATRIX::operator+(const D3DMATRIX&) const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator + (const D3DXMATRIX& mat) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:468:66: error: no 'D3DMATRIX _D3DMATRIX::operator-(const D3DMATRIX&) const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator - (const D3DXMATRIX& mat) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:476:52: error: no 'D3DMATRIX _D3DMATRIX::operator*(FLOAT) const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator * (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:484:52: error: no 'D3DMATRIX _D3DMATRIX::operator/(FLOAT) const' member function declared in class '_D3DMATRIX'
inline D3DXMATRIX D3DXMATRIX::operator / (FLOAT f) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl: In function 'D3DMATRIX operator*(FLOAT, const D3DMATRIX&)':
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:498:73: error: no matching function for call to '_D3DMATRIX::_D3DMATRIX(FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT)'
f * mat._41, f * mat._42, f * mat._43, f * mat._44);
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9.h:33:0,
from direct3d.h:22,
from direct3d.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate: _D3DMATRIX::_D3DMATRIX()
typedef struct _D3DMATRIX {
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate expects 0 arguments, 16 provided
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate: constexpr _D3DMATRIX::_D3DMATRIX(const _D3DMATRIX&)
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate expects 1 argument, 16 provided
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate: constexpr _D3DMATRIX::_D3DMATRIX(_D3DMATRIX&&)
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3d9types.h:1417:16: note: candidate expects 1 argument, 16 provided
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.h:473:0,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9.h:31,
from D:/msys64/mingw64/x86_64-w64-mingw32/include/D3dx9shader.h:22,
from d3d_components.h:6975,
from direct3d.cpp:46:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl: At global scope:
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:501:64: error: no 'WINBOOL _D3DMATRIX::operator==(const D3DMATRIX&) const' member function declared in class '_D3DMATRIX'
inline WINBOOL D3DXMATRIX::operator == (const D3DXMATRIX& mat) const
^
D:/msys64/mingw64/x86_64-w64-mingw32/include/d3dx9math.inl:506:64: error: no 'WINBOOL _D3DMATRIX::operator!=(const D3DMATRIX&) const' member function declared in class '_D3DMATRIX'
inline WINBOOL D3DXMATRIX::operator != (const D3DXMATRIX& mat) const
^
direct3d.cpp: In member function 'bool CDirect3D::D3DSwapBuffers()':
direct3d.cpp:534:10: warning: unused variable 'uPasses' [-Wunused-variable]
UINT uPasses;
^
direct3d.cpp: In member function 'HRESULT CDirect3D::CreateDisplayTexture()':
direct3d.cpp:1076:81: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'HRESULT {aka long int}' [-Wformat=]
LOG_MSG("D3D:Failed to create %stexture: 0x%x", (dynamic ? "dynamic " : ""), hr);
^
Makefile:409: recipe for target 'direct3d.o' failed
make[3]: *** [direct3d.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT hq2x_d3d.o -MD -MP -MF .deps/hq2x_d3d.Tpo -c -o hq2x_d3d.o hq2x_d3d.cpp
mv -f .deps/hq2x_d3d.Tpo .deps/hq2x_d3d.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sdl_gui.o -MD -MP -MF .deps/sdl_gui.Tpo -c -o sdl_gui.o sdl_gui.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/menu.h:24,
from sdl_gui.cpp:21:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/menu.h:24,
from sdl_gui.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/sdl_gui.Tpo .deps/sdl_gui.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.cpp
In file included from ../../include/dos_system.h:28:0,
from ../dos/drives.h:25,
from menu.cpp:19:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../dos/drives.h:25,
from menu.cpp:19:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
menu.cpp: In function 'void MountDrive_2(char, const char*, std::__cxx11::string)':
menu.cpp:199:39: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if((drive_type=="LOCAL") && (drive2=="C:\\")) {
^
menu.cpp:256:43: warning: 'sizeof' on array function parameter 'drive2' will return size of 'const char*' [-Wsizeof-array-argument]
if(drive == drive2[0] && sizeof(drive2) == 4) {
^
menu.cpp:191:63: note: declared here
void MountDrive_2(char drive, const char drive2[DOS_PATHLENGTH], std::string drive_type) {
^
menu.cpp: In function 'void MountDrive(char, const char*)':
menu.cpp:343:43: warning: 'sizeof' on array function parameter 'drive2' will return size of 'const char*' [-Wsizeof-array-argument]
if(drive == drive2[0] && sizeof(drive2) == 4) {
^
menu.cpp:270:61: note: declared here
void MountDrive(char drive, const char drive2[DOS_PATHLENGTH]) {
^
menu.cpp: In function 'void Mount_Img_Floppy(char, std::__cxx11::string)':
menu.cpp:359:14: warning: unused variable 'newImage' [-Wunused-variable]
imageDisk * newImage = NULL;
^
menu.cpp: In function 'void Mount_Img_HDD(char, std::__cxx11::string)':
menu.cpp:532:30: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
Bitu startsect = buf[0x1c0]&0x3f-1;
^
menu.cpp:470:14: warning: unused variable 'newImage' [-Wunused-variable]
imageDisk * newImage = NULL;
^
menu.cpp: In function 'void Mount_Img(char, std::__cxx11::string)':
menu.cpp:657:14: warning: unused variable 'newdrive' [-Wunused-variable]
DOS_Drive * newdrive = NULL;
^
menu.cpp:658:14: warning: unused variable 'newImage' [-Wunused-variable]
imageDisk * newImage = NULL;
^
menu.cpp:664:9: warning: variable 'sizes' set but not used [-Wunused-but-set-variable]
Bit16u sizes[4];
^
menu.cpp: In function 'int Reflect_Menu()':
menu.cpp:977:85: error: cast from 'void*' to 'int' loses precision [-fpermissive]
CheckMenuItem(m_handle, ID_SURFACE, ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_SURFACE) ? MF_CHECKED : MF_STRING);
^
menu.cpp:978:83: error: cast from 'void*' to 'int' loses precision [-fpermissive]
CheckMenuItem(m_handle, ID_DDRAW, ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_SURFACE_DDRAW) ? MF_CHECKED : MF_STRING);
^
menu.cpp:979:86: error: cast from 'void*' to 'int' loses precision [-fpermissive]
CheckMenuItem(m_handle, ID_DIRECT3D, ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_DIRECT3D) ? MF_CHECKED : MF_STRING);
^
menu.cpp:980:85: error: cast from 'void*' to 'int' loses precision [-fpermissive]
CheckMenuItem(m_handle, ID_OVERLAY, ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_OVERLAY) ? MF_CHECKED : MF_STRING);
^
menu.cpp:981:52: error: cast from 'void*' to 'int' loses precision [-fpermissive]
if ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_OPENGL) {
^
menu.cpp:996:86: error: cast from 'void*' to 'int' loses precision [-fpermissive]
CheckMenuItem(m_handle, ID_OPENGLHQ, ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_OPENGLHQ) ? MF_CHECKED : MF_STRING);
^
menu.cpp: In function 'void MSG_Loop()':
menu.cpp:1871:71: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_SURFACE: if ((int) GetSetSDLValue(1, "desktop.want_type", 0) != SCREEN_SURFACE) { change_output(0); SetVal("sdl", "output", "surface"); } break;
^
menu.cpp:1872:69: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_DDRAW: if ((int) GetSetSDLValue(1, "desktop.want_type", 0) != SCREEN_SURFACE_DDRAW) { change_output(1); SetVal("sdl", "output", "ddraw"); } break;
^
menu.cpp:1873:71: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_OVERLAY: if ((int) GetSetSDLValue(1, "desktop.want_type", 0) != SCREEN_OVERLAY) { change_output(2); SetVal("sdl", "output", "overlay"); } break;
^
menu.cpp:1876:72: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_DIRECT3D: if ((int) GetSetSDLValue(1, "desktop.want_type", 0) != SCREEN_DIRECT3D) { change_output(5); SetVal("sdl", "output", "direct3d"); } break;
^
menu.cpp:1877:72: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_OPENGLHQ: if ((int) GetSetSDLValue(1, "desktop.want_type", 0) != SCREEN_OPENGLHQ) { change_output(6); SetVal("sdl", "output", "openglhq"); } break;
^
menu.cpp:2136:80: error: cast from 'void*' to 'int' loses precision [-fpermissive]
case ID_D3D_PS: D3D_PS(); if ((int) GetSetSDLValue(1, "desktop.want_type", 0) == SCREEN_DIRECT3D) change_output(7); break;
^
menu.cpp:2161:63: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(sec) SetVal("glide", "glide", sec->Get_string("glide")=="true"?"false":"true");
^
menu.cpp:2167:63: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(sec) SetVal("glide", "glide", sec->Get_string("glide")=="emu"?"false":"emu");
^
menu.cpp: In function 'int Reflect_Menu()':
menu.cpp:1505:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Makefile:409: recipe for target 'menu.o' failed
make[3]: *** [menu.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT DelayReverb.o -MD -MP -MF .deps/DelayReverb.Tpo -c -o DelayReverb.o DelayReverb.cpp
mv -f .deps/DelayReverb.Tpo .deps/DelayReverb.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT File.o -MD -MP -MF .deps/File.Tpo -c -o File.o File.cpp
mv -f .deps/File.Tpo .deps/File.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT FreeverbModel.o -MD -MP -MF .deps/FreeverbModel.Tpo -c -o FreeverbModel.o FreeverbModel.cpp
mv -f .deps/FreeverbModel.Tpo .deps/FreeverbModel.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT BReverbModel.o -MD -MP -MF .deps/BReverbModel.Tpo -c -o BReverbModel.o BReverbModel.cpp
mv -f .deps/BReverbModel.Tpo .deps/BReverbModel.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT Part.o -MD -MP -MF .deps/Part.Tpo -c -o Part.o Part.cpp
mv -f .deps/Part.Tpo .deps/Part.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT Partial.o -MD -MP -MF .deps/Partial.Tpo -c -o Partial.o Partial.cpp
mv -f .deps/Partial.Tpo .deps/Partial.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT PartialManager.o -MD -MP -MF .deps/PartialManager.Tpo -c -o PartialManager.o PartialManager.cpp
mv -f .deps/PartialManager.Tpo .deps/PartialManager.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT Poly.o -MD -MP -MF .deps/Poly.Tpo -c -o Poly.o Poly.cpp
mv -f .deps/Poly.Tpo .deps/Poly.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT Synth.o -MD -MP -MF .deps/Synth.Tpo -c -o Synth.o Synth.cpp
mv -f .deps/Synth.Tpo .deps/Synth.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT FileStream.o -MD -MP -MF .deps/FileStream.Tpo -c -o FileStream.o FileStream.cpp
mv -f .deps/FileStream.Tpo .deps/FileStream.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT Tables.o -MD -MP -MF .deps/Tables.Tpo -c -o Tables.o Tables.cpp
mv -f .deps/Tables.Tpo .deps/Tables.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT TVA.o -MD -MP -MF .deps/TVA.Tpo -c -o TVA.o TVA.cpp
mv -f .deps/TVA.Tpo .deps/TVA.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT TVF.o -MD -MP -MF .deps/TVF.Tpo -c -o TVF.o TVF.cpp
mv -f .deps/TVF.Tpo .deps/TVF.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT TVP.o -MD -MP -MF .deps/TVP.Tpo -c -o TVP.o TVP.cpp
mv -f .deps/TVP.Tpo .deps/TVP.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT LA32Ramp.o -MD -MP -MF .deps/LA32Ramp.Tpo -c -o LA32Ramp.o LA32Ramp.cpp
mv -f .deps/LA32Ramp.Tpo .deps/LA32Ramp.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT AReverbModel.o -MD -MP -MF .deps/AReverbModel.Tpo -c -o AReverbModel.o AReverbModel.cpp
mv -f .deps/AReverbModel.Tpo .deps/AReverbModel.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT LA32WaveGenerator.o -MD -MP -MF .deps/LA32WaveGenerator.Tpo -c -o LA32WaveGenerator.o LA32WaveGenerator.cpp
mv -f .deps/LA32WaveGenerator.Tpo .deps/LA32WaveGenerator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT LegacyWaveGenerator.o -MD -MP -MF .deps/LegacyWaveGenerator.Tpo -c -o LegacyWaveGenerator.o LegacyWaveGenerator.cpp
mv -f .deps/LegacyWaveGenerator.Tpo .deps/LegacyWaveGenerator.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT allpass.o -MD -MP -MF .deps/allpass.Tpo -c -o allpass.o `test -f './freeverb/allpass.cpp' || echo './'`./freeverb/allpass.cpp
mv -f .deps/allpass.Tpo .deps/allpass.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT comb.o -MD -MP -MF .deps/comb.Tpo -c -o comb.o `test -f './freeverb/comb.cpp' || echo './'`./freeverb/comb.cpp
mv -f .deps/comb.Tpo .deps/comb.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT revmodel.o -MD -MP -MF .deps/revmodel.Tpo -c -o revmodel.o `test -f './freeverb/revmodel.cpp' || echo './'`./freeverb/revmodel.cpp
mv -f .deps/revmodel.Tpo .deps/revmodel.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o `test -f './sha1/sha1.cpp' || echo './'`./sha1/sha1.cpp
mv -f .deps/sha1.Tpo .deps/sha1.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ROMInfo.o -MD -MP -MF .deps/ROMInfo.Tpo -c -o ROMInfo.o ROMInfo.cpp
mv -f .deps/ROMInfo.Tpo .deps/ROMInfo.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT guid.o -MD -MP -MF .deps/guid.Tpo -c -o guid.o guid.cpp
mv -f .deps/guid.Tpo .deps/guid.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ksdataformat.o -MD -MP -MF .deps/ksdataformat.Tpo -c -o ksdataformat.o ksdataformat.cpp
mv -f .deps/ksdataformat.Tpo .deps/ksdataformat.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT riff.o -MD -MP -MF .deps/riff.Tpo -c -o riff.o riff.cpp
mv -f .deps/riff.Tpo .deps/riff.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT riff_wav_writer.o -MD -MP -MF .deps/riff_wav_writer.Tpo -c -o riff_wav_writer.o riff_wav_writer.cpp
mv -f .deps/riff_wav_writer.Tpo .deps/riff_wav_writer.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT avi_rw_iobuf.o -MD -MP -MF .deps/avi_rw_iobuf.Tpo -c -o avi_rw_iobuf.o avi_rw_iobuf.cpp
mv -f .deps/avi_rw_iobuf.Tpo .deps/avi_rw_iobuf.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT avi_writer.o -MD -MP -MF .deps/avi_writer.Tpo -c -o avi_writer.o avi_writer.cpp
mv -f .deps/avi_writer.Tpo .deps/avi_writer.Po
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src/gui'
Making all in hardware
make[3]: Entering directory '/home/JW/dosbox-x/src/hardware'
Making all in serialport
make[4]: Entering directory '/home/JW/dosbox-x/src/hardware/serialport'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT directserial.o -MD -MP -MF .deps/directserial.Tpo -c -o directserial.o directserial.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from directserial.cpp:24:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from directserial.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/directserial.Tpo .deps/directserial.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT libserial.o -MD -MP -MF .deps/libserial.Tpo -c -o libserial.o libserial.cpp
mv -f .deps/libserial.Tpo .deps/libserial.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT serialdummy.o -MD -MP -MF .deps/serialdummy.Tpo -c -o serialdummy.o serialdummy.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from serialdummy.h:23,
from serialdummy.cpp:23:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from serialdummy.h:23,
from serialdummy.cpp:23:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/serialdummy.Tpo .deps/serialdummy.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT serialport.o -MD -MP -MF .deps/serialport.Tpo -c -o serialport.o serialport.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from serialport.cpp:30:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from serialport.cpp:30:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/serialport.Tpo .deps/serialport.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT softmodem.o -MD -MP -MF .deps/softmodem.Tpo -c -o softmodem.o softmodem.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from softmodem.cpp:29:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from softmodem.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/softmodem.Tpo .deps/softmodem.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT misc_util.o -MD -MP -MF .deps/misc_util.Tpo -c -o misc_util.o misc_util.cpp
mv -f .deps/misc_util.Tpo .deps/misc_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT nullmodem.o -MD -MP -MF .deps/nullmodem.Tpo -c -o nullmodem.o nullmodem.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from nullmodem.cpp:24:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from nullmodem.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/nullmodem.Tpo .deps/nullmodem.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT serialmouse.o -MD -MP -MF .deps/serialmouse.Tpo -c -o serialmouse.o serialmouse.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from serialdummy.h:23,
from serialmouse.cpp:26:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/serialport.h:33,
from serialdummy.h:23,
from serialmouse.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/serialmouse.Tpo .deps/serialmouse.Po
rm -f libserial.a
ar cru libserial.a directserial.o libserial.o serialdummy.o serialport.o softmodem.o misc_util.o nullmodem.o serialmouse.o
ranlib libserial.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/hardware/serialport'
Making all in parport
make[4]: Entering directory '/home/JW/dosbox-x/src/hardware/parport'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT parport.o -MD -MP -MF .deps/parport.Tpo -c -o parport.o parport.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from parport.cpp:33:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from parport.cpp:33:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/parport.Tpo .deps/parport.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT directlpt_win32.o -MD -MP -MF .deps/directlpt_win32.Tpo -c -o directlpt_win32.o directlpt_win32.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from directlpt_win32.cpp:27:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from directlpt_win32.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
directlpt_win32.cpp: In constructor 'CDirectLPT::CDirectLPT(Bitu, Bit8u, CommandLine*)':
directlpt_win32.cpp:110:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
LOG_MSG("parallel%d: Invalid realbase parameter.",nr);
^
directlpt_win32.cpp:151:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'Bitu {aka long long unsigned int}' [-Wformat=]
LOG_MSG("parallel%d: Invalid realbase parameter.",nr);
^
directlpt_win32.cpp:68:6: warning: unused variable 'err' [-Wunused-variable]
int err=0;
^
directlpt_win32.cpp:71:12: warning: unused variable 'x' [-Wunused-variable]
short x;
^
directlpt_win32.cpp:72:10: warning: unused variable 'i' [-Wunused-variable]
int i;
^
mv -f .deps/directlpt_win32.Tpo .deps/directlpt_win32.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT directlpt_linux.o -MD -MP -MF .deps/directlpt_linux.Tpo -c -o directlpt_linux.o directlpt_linux.cpp
mv -f .deps/directlpt_linux.Tpo .deps/directlpt_linux.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT printer.o -MD -MP -MF .deps/printer.Tpo -c -o printer.o printer.cpp
mv -f .deps/printer.Tpo .deps/printer.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT printer_charmaps.o -MD -MP -MF .deps/printer_charmaps.Tpo -c -o printer_charmaps.o printer_charmaps.cpp
mv -f .deps/printer_charmaps.Tpo .deps/printer_charmaps.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT filelpt.o -MD -MP -MF .deps/filelpt.Tpo -c -o filelpt.o filelpt.cpp
In file included from ../../../include/dos_system.h:28:0,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from filelpt.cpp:22:
../../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../../include/cross.h:42:0,
from ../../../include/dos_system.h:28,
from ../../../include/dos_inc.h:26,
from ../../../include/programs.h:27,
from ../../../include/control.h:29,
from ../../../include/parport.h:32,
from filelpt.cpp:22:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/filelpt.Tpo .deps/filelpt.Po
rm -f libparallel.a
ar cru libparallel.a parport.o directlpt_win32.o directlpt_linux.o printer.o printer_charmaps.o filelpt.o
ranlib libparallel.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/hardware/parport'
Making all in reSID
make[4]: Entering directory '/home/JW/dosbox-x/src/hardware/reSID'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT envelope.o -MD -MP -MF .deps/envelope.Tpo -c -o envelope.o envelope.cpp
mv -f .deps/envelope.Tpo .deps/envelope.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT extfilt.o -MD -MP -MF .deps/extfilt.Tpo -c -o extfilt.o extfilt.cpp
mv -f .deps/extfilt.Tpo .deps/extfilt.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.cpp
mv -f .deps/filter.Tpo .deps/filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT pot.o -MD -MP -MF .deps/pot.Tpo -c -o pot.o pot.cpp
mv -f .deps/pot.Tpo .deps/pot.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sid.o -MD -MP -MF .deps/sid.Tpo -c -o sid.o sid.cpp
mv -f .deps/sid.Tpo .deps/sid.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.cpp
mv -f .deps/version.Tpo .deps/version.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voice.o -MD -MP -MF .deps/voice.Tpo -c -o voice.o voice.cpp
mv -f .deps/voice.Tpo .deps/voice.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave.o -MD -MP -MF .deps/wave.Tpo -c -o wave.o wave.cpp
mv -f .deps/wave.Tpo .deps/wave.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave6581_PST.o -MD -MP -MF .deps/wave6581_PST.Tpo -c -o wave6581_PST.o wave6581_PST.cpp
mv -f .deps/wave6581_PST.Tpo .deps/wave6581_PST.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave6581_PS_.o -MD -MP -MF .deps/wave6581_PS_.Tpo -c -o wave6581_PS_.o wave6581_PS_.cpp
mv -f .deps/wave6581_PS_.Tpo .deps/wave6581_PS_.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave6581_P_T.o -MD -MP -MF .deps/wave6581_P_T.Tpo -c -o wave6581_P_T.o wave6581_P_T.cpp
mv -f .deps/wave6581_P_T.Tpo .deps/wave6581_P_T.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave6581__ST.o -MD -MP -MF .deps/wave6581__ST.Tpo -c -o wave6581__ST.o wave6581__ST.cpp
mv -f .deps/wave6581__ST.Tpo .deps/wave6581__ST.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave8580_PST.o -MD -MP -MF .deps/wave8580_PST.Tpo -c -o wave8580_PST.o wave8580_PST.cpp
mv -f .deps/wave8580_PST.Tpo .deps/wave8580_PST.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave8580_PS_.o -MD -MP -MF .deps/wave8580_PS_.Tpo -c -o wave8580_PS_.o wave8580_PS_.cpp
mv -f .deps/wave8580_PS_.Tpo .deps/wave8580_PS_.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave8580_P_T.o -MD -MP -MF .deps/wave8580_P_T.Tpo -c -o wave8580_P_T.o wave8580_P_T.cpp
mv -f .deps/wave8580_P_T.Tpo .deps/wave8580_P_T.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT wave8580__ST.o -MD -MP -MF .deps/wave8580__ST.Tpo -c -o wave8580__ST.o wave8580__ST.cpp
mv -f .deps/wave8580__ST.Tpo .deps/wave8580__ST.Po
rm -f libresid.a
ar cru libresid.a envelope.o extfilt.o filter.o pot.o sid.o version.o voice.o wave.o wave6581_PST.o wave6581_PS_.o wave6581_P_T.o wave6581__ST.o wave8580_PST.o wave8580_PS_.o wave8580_P_T.o wave8580__ST.o
ranlib libresid.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/hardware/reSID'
make[4]: Entering directory '/home/JW/dosbox-x/src/hardware'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT adlib.o -MD -MP -MF .deps/adlib.Tpo -c -o adlib.o adlib.cpp
mv -f .deps/adlib.Tpo .deps/adlib.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dma.o -MD -MP -MF .deps/dma.Tpo -c -o dma.o dma.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from dma.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from dma.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dma.Tpo .deps/dma.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT gameblaster.o -MD -MP -MF .deps/gameblaster.Tpo -c -o gameblaster.o gameblaster.cpp
mv -f .deps/gameblaster.Tpo .deps/gameblaster.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT hardware.o -MD -MP -MF .deps/hardware.Tpo -c -o hardware.o hardware.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from hardware.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from hardware.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/hardware.Tpo .deps/hardware.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT iohandler.o -MD -MP -MF .deps/iohandler.Tpo -c -o iohandler.o iohandler.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from iohandler.cpp:21:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from iohandler.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/iohandler.Tpo .deps/iohandler.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT joystick.o -MD -MP -MF .deps/joystick.Tpo -c -o joystick.o joystick.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from joystick.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from joystick.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/joystick.Tpo .deps/joystick.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT keyboard.o -MD -MP -MF .deps/keyboard.Tpo -c -o keyboard.o keyboard.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from keyboard.cpp:471:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from keyboard.cpp:471:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/keyboard.Tpo .deps/keyboard.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from memory.cpp:23:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from memory.cpp:23:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/memory.Tpo .deps/memory.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT mixer.o -MD -MP -MF .deps/mixer.Tpo -c -o mixer.o mixer.cpp
In file included from mixer.cpp:45:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from mixer.cpp:45:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/mixer.Tpo .deps/mixer.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT pcspeaker.o -MD -MP -MF .deps/pcspeaker.Tpo -c -o pcspeaker.o pcspeaker.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pcspeaker.cpp:26:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pcspeaker.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/pcspeaker.Tpo .deps/pcspeaker.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT pci_bus.o -MD -MP -MF .deps/pci_bus.Tpo -c -o pci_bus.o pci_bus.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pci_bus.cpp:32:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pci_bus.cpp:32:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/pci_bus.Tpo .deps/pci_bus.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT pic.o -MD -MP -MF .deps/pic.Tpo -c -o pic.o pic.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pic.cpp:26:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from pic.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/pic.Tpo .deps/pic.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT sblaster.o -MD -MP -MF .deps/sblaster.Tpo -c -o sblaster.o sblaster.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from sblaster.cpp:54:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from sblaster.cpp:54:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
sblaster.cpp: In function 'void DSP_DoDMATransfer(DMA_MODES, Bitu, bool, bool)':
sblaster.cpp:806:15: warning: variable 'type' set but not used [-Wunused-but-set-variable]
char const * type;
^
mv -f .deps/sblaster.Tpo .deps/sblaster.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT tandy_sound.o -MD -MP -MF .deps/tandy_sound.Tpo -c -o tandy_sound.o tandy_sound.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from tandy_sound.cpp:31:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from tandy_sound.cpp:31:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/tandy_sound.Tpo .deps/tandy_sound.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from timer.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from timer.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/timer.Tpo .deps/timer.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga.o -MD -MP -MF .deps/vga.Tpo -c -o vga.o vga.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from vga.cpp:124:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from vga.cpp:124:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/vga.Tpo .deps/vga.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_attr.o -MD -MP -MF .deps/vga_attr.Tpo -c -o vga_attr.o vga_attr.cpp
mv -f .deps/vga_attr.Tpo .deps/vga_attr.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_crtc.o -MD -MP -MF .deps/vga_crtc.Tpo -c -o vga_crtc.o vga_crtc.cpp
mv -f .deps/vga_crtc.Tpo .deps/vga_crtc.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_dac.o -MD -MP -MF .deps/vga_dac.Tpo -c -o vga_dac.o vga_dac.cpp
mv -f .deps/vga_dac.Tpo .deps/vga_dac.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_draw.o -MD -MP -MF .deps/vga_draw.Tpo -c -o vga_draw.o vga_draw.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from vga_draw.cpp:37:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from vga_draw.cpp:37:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
vga_draw.cpp:340:16: warning: 'Bit8u* VGA_Draw_Xlat16_Linear_Line(Bitu, Bitu)' defined but not used [-Wunused-function]
static Bit8u * VGA_Draw_Xlat16_Linear_Line(Bitu vidstart, Bitu /*line*/) {
^
mv -f .deps/vga_draw.Tpo .deps/vga_draw.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_gfx.o -MD -MP -MF .deps/vga_gfx.Tpo -c -o vga_gfx.o vga_gfx.cpp
mv -f .deps/vga_gfx.Tpo .deps/vga_gfx.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_other.o -MD -MP -MF .deps/vga_other.Tpo -c -o vga_other.o vga_other.cpp
mv -f .deps/vga_other.Tpo .deps/vga_other.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_memory.o -MD -MP -MF .deps/vga_memory.Tpo -c -o vga_memory.o vga_memory.cpp
vga_memory.cpp: In function 'void VGA_StartUpdateLFB()':
vga_memory.cpp:1409:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((vga.s3.la_window << 4) < MEM_TotalPages()) {
^
mv -f .deps/vga_memory.Tpo .deps/vga_memory.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_misc.o -MD -MP -MF .deps/vga_misc.Tpo -c -o vga_misc.o vga_misc.cpp
mv -f .deps/vga_misc.Tpo .deps/vga_misc.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_seq.o -MD -MP -MF .deps/vga_seq.Tpo -c -o vga_seq.o vga_seq.cpp
mv -f .deps/vga_seq.Tpo .deps/vga_seq.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_xga.o -MD -MP -MF .deps/vga_xga.Tpo -c -o vga_xga.o vga_xga.cpp
mv -f .deps/vga_xga.Tpo .deps/vga_xga.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_s3.o -MD -MP -MF .deps/vga_s3.Tpo -c -o vga_s3.o vga_s3.cpp
mv -f .deps/vga_s3.Tpo .deps/vga_s3.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_tseng.o -MD -MP -MF .deps/vga_tseng.Tpo -c -o vga_tseng.o vga_tseng.cpp
mv -f .deps/vga_tseng.Tpo .deps/vga_tseng.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT vga_paradise.o -MD -MP -MF .deps/vga_paradise.Tpo -c -o vga_paradise.o vga_paradise.cpp
mv -f .deps/vga_paradise.Tpo .deps/vga_paradise.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cmos.o -MD -MP -MF .deps/cmos.Tpo -c -o cmos.o cmos.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from cmos.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from cmos.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
cmos.cpp:44:8: error: redefinition of 'struct timeval'
struct timeval {
^
In file included from D:/msys64/mingw64/x86_64-w64-mingw32/include/time.h:246:0,
from cmos.cpp:20:
D:/msys64/mingw64/x86_64-w64-mingw32/include/_timeval.h:10:8: error: previous definition of 'struct timeval'
struct timeval
^
cmos.cpp: In function 'void cmos_writereg(Bitu, Bitu, Bitu)':
cmos.cpp:139:45: error: cannot convert 'long int*' to 'const time_t* {aka const long long int*}' for argument '1' to 'tm* localtime(const time_t*)'
loctime = localtime(&cmos.locktime.tv_sec);
^
cmos.cpp:146:40: error: cannot convert 'long int*' to 'const time_t* {aka const long long int*}' for argument '1' to 'tm* localtime(const time_t*)'
loctime = localtime (&curtime.tv_sec);
^
cmos.cpp: In function 'Bitu cmos_readreg(Bitu, Bitu)':
cmos.cpp:318:45: error: cannot convert 'long int*' to 'const time_t* {aka const long long int*}' for argument '1' to 'tm* localtime(const time_t*)'
loctime = localtime(&cmos.locktime.tv_sec);
^
cmos.cpp:333:40: error: cannot convert 'long int*' to 'const time_t* {aka const long long int*}' for argument '1' to 'tm* localtime(const time_t*)'
loctime = localtime (&curtime.tv_sec);
^
Makefile:448: recipe for target 'cmos.o' failed
make[4]: *** [cmos.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT disney.o -MD -MP -MF .deps/disney.Tpo -c -o disney.o disney.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from disney.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from disney.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/disney.Tpo .deps/disney.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT gus.o -MD -MP -MF .deps/gus.Tpo -c -o gus.o gus.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from gus.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from gus.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/gus.Tpo .deps/gus.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT mpu401.o -MD -MP -MF .deps/mpu401.Tpo -c -o mpu401.o mpu401.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from mpu401.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from mpu401.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/mpu401.Tpo .deps/mpu401.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ipx.o -MD -MP -MF .deps/ipx.Tpo -c -o ipx.o ipx.cpp
In file included from ipx.cpp:27:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ipx.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/ipx.Tpo .deps/ipx.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ipxserver.o -MD -MP -MF .deps/ipxserver.Tpo -c -o ipxserver.o ipxserver.cpp
mv -f .deps/ipxserver.Tpo .deps/ipxserver.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ne2000.o -MD -MP -MF .deps/ne2000.Tpo -c -o ne2000.o ne2000.cpp
mv -f .deps/ne2000.Tpo .deps/ne2000.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT hardopl.o -MD -MP -MF .deps/hardopl.Tpo -c -o hardopl.o hardopl.cpp
mv -f .deps/hardopl.Tpo .deps/hardopl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dbopl.o -MD -MP -MF .deps/dbopl.Tpo -c -o dbopl.o dbopl.cpp
mv -f .deps/dbopl.Tpo .deps/dbopl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT innova.o -MD -MP -MF .deps/innova.Tpo -c -o innova.o innova.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from innova.cpp:25:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from innova.cpp:25:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/innova.Tpo .deps/innova.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dongle.o -MD -MP -MF .deps/dongle.Tpo -c -o dongle.o dongle.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from dongle.cpp:6:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from dongle.cpp:6:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dongle.Tpo .deps/dongle.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voodoo.o -MD -MP -MF .deps/voodoo.Tpo -c -o voodoo.o voodoo.cpp
In file included from voodoo.cpp:26:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from voodoo.cpp:26:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/voodoo.Tpo .deps/voodoo.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voodoo_interface.o -MD -MP -MF .deps/voodoo_interface.Tpo -c -o voodoo_interface.o voodoo_interface.cpp
In file included from voodoo_interface.cpp:24:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from voodoo_interface.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/voodoo_interface.Tpo .deps/voodoo_interface.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voodoo_emu.o -MD -MP -MF .deps/voodoo_emu.Tpo -c -o voodoo_emu.o voodoo_emu.cpp
In file included from voodoo_emu.cpp:78:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from voodoo_emu.cpp:78:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
voodoo_emu.cpp: In function 'void raster_generic(UINT32, UINT32, UINT32, void*, INT32, const poly_extent*, const void*)':
voodoo_emu.cpp:235:13: warning: unused variable 'color' [-Wunused-variable]
rgb_union color;
^
mv -f .deps/voodoo_emu.Tpo .deps/voodoo_emu.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ps1_sound.o -MD -MP -MF .deps/ps1_sound.Tpo -c -o ps1_sound.o ps1_sound.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from ps1_sound.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from ps1_sound.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/ps1_sound.Tpo .deps/ps1_sound.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ide.o -MD -MP -MF .deps/ide.Tpo -c -o ide.o ide.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from ide.cpp:21:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from ide.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
ide.cpp: In member function 'virtual void IDEATADevice::writecommand(uint8_t)':
ide.cpp:3268:62: warning: unknown conversion type character 'l' in format [-Wformat=]
(unsigned long long)(phys_sects * phys_cyls * phys_heads));
^
ide.cpp:3268:62: warning: unknown conversion type character 'l' in format [-Wformat=]
ide.cpp:3268:62: warning: too many arguments for format [-Wformat-extra-args]
mv -f .deps/ide.Tpo .deps/ide.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT floppy.o -MD -MP -MF .deps/floppy.Tpo -c -o floppy.o floppy.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from floppy.cpp:20:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from floppy.cpp:20:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/floppy.Tpo .deps/floppy.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voodoo_vogl.o -MD -MP -MF .deps/voodoo_vogl.Tpo -c -o voodoo_vogl.o voodoo_vogl.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from voodoo_vogl.cpp:25:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from voodoo_vogl.cpp:25:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/voodoo_vogl.Tpo .deps/voodoo_vogl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT voodoo_opengl.o -MD -MP -MF .deps/voodoo_opengl.Tpo -c -o voodoo_opengl.o voodoo_opengl.cpp
In file included from voodoo_types.h:41:0,
from voodoo_emu.h:27,
from voodoo_opengl.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from voodoo_types.h:41,
from voodoo_emu.h:27,
from voodoo_opengl.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/voodoo_opengl.Tpo .deps/voodoo_opengl.Po
make[4]: Target 'all-am' not remade because of errors.
make[4]: Leaving directory '/home/JW/dosbox-x/src/hardware'
Makefile:468: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src/hardware'
Making all in libs
make[3]: Entering directory '/home/JW/dosbox-x/src/libs'
Making all in zmbv
make[4]: Entering directory '/home/JW/dosbox-x/src/libs/zmbv'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/libs/zmbv'
Making all in gui_tk
make[4]: Entering directory '/home/JW/dosbox-x/src/libs/gui_tk'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT gui_tk.o -MD -MP -MF .deps/gui_tk.Tpo -c -o gui_tk.o gui_tk.cpp
mv -f .deps/gui_tk.Tpo .deps/gui_tk.Po
rm -f libgui_tk.a
ar cru libgui_tk.a gui_tk.o
ranlib libgui_tk.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/libs/gui_tk'
Making all in porttalk
make[4]: Entering directory '/home/JW/dosbox-x/src/libs/porttalk'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT porttalk.o -MD -MP -MF .deps/porttalk.Tpo -c -o porttalk.o porttalk.cpp
mv -f .deps/porttalk.Tpo .deps/porttalk.Po
rm -f libporttalk.a
ar cru libporttalk.a porttalk.o
ranlib libporttalk.a
make[4]: Leaving directory '/home/JW/dosbox-x/src/libs/porttalk'
make[4]: Entering directory '/home/JW/dosbox-x/src/libs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/libs'
make[3]: Leaving directory '/home/JW/dosbox-x/src/libs'
Making all in ints
make[3]: Entering directory '/home/JW/dosbox-x/src/ints'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT mouse.o -MD -MP -MF .deps/mouse.Tpo -c -o mouse.o mouse.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from mouse.cpp:37:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from mouse.cpp:37:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/mouse.Tpo .deps/mouse.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT xms.o -MD -MP -MF .deps/xms.Tpo -c -o xms.o xms.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from xms.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from xms.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/xms.Tpo .deps/xms.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT ems.o -MD -MP -MF .deps/ems.Tpo -c -o ems.o ems.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ems.cpp:30:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ems.cpp:30:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/ems.Tpo .deps/ems.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10.o -MD -MP -MF .deps/int10.Tpo -c -o int10.o int10.cpp
mv -f .deps/int10.Tpo .deps/int10.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_char.o -MD -MP -MF .deps/int10_char.Tpo -c -o int10_char.o int10_char.cpp
mv -f .deps/int10_char.Tpo .deps/int10_char.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_memory.o -MD -MP -MF .deps/int10_memory.Tpo -c -o int10_memory.o int10_memory.cpp
mv -f .deps/int10_memory.Tpo .deps/int10_memory.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_misc.o -MD -MP -MF .deps/int10_misc.Tpo -c -o int10_misc.o int10_misc.cpp
mv -f .deps/int10_misc.Tpo .deps/int10_misc.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_modes.o -MD -MP -MF .deps/int10_modes.Tpo -c -o int10_modes.o int10_modes.cpp
mv -f .deps/int10_modes.Tpo .deps/int10_modes.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_vesa.o -MD -MP -MF .deps/int10_vesa.Tpo -c -o int10_vesa.o int10_vesa.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from int10_vesa.cpp:29:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from int10_vesa.cpp:29:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/int10_vesa.Tpo .deps/int10_vesa.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_pal.o -MD -MP -MF .deps/int10_pal.Tpo -c -o int10_pal.o int10_pal.cpp
mv -f .deps/int10_pal.Tpo .deps/int10_pal.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_put_pixel.o -MD -MP -MF .deps/int10_put_pixel.Tpo -c -o int10_put_pixel.o int10_put_pixel.cpp
mv -f .deps/int10_put_pixel.Tpo .deps/int10_put_pixel.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_video_state.o -MD -MP -MF .deps/int10_video_state.Tpo -c -o int10_video_state.o int10_video_state.cpp
mv -f .deps/int10_video_state.Tpo .deps/int10_video_state.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT int10_vptable.o -MD -MP -MF .deps/int10_vptable.Tpo -c -o int10_vptable.o int10_vptable.cpp
mv -f .deps/int10_vptable.Tpo .deps/int10_vptable.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT bios.o -MD -MP -MF .deps/bios.Tpo -c -o bios.o bios.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/serialport.h:33,
from bios.cpp:35:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/serialport.h:33,
from bios.cpp:35:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/bios.Tpo .deps/bios.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT bios_disk.o -MD -MP -MF .deps/bios_disk.Tpo -c -o bios_disk.o bios_disk.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from bios_disk.cpp:23:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/bios_disk.h:27,
from bios_disk.cpp:23:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
bios_disk.cpp: In member function 'virtual Bit8u imageDisk::Read_AbsoluteSector(Bit32u, void*)':
bios_disk.cpp:233:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (got != sector_size) {
^
mv -f .deps/bios_disk.Tpo .deps/bios_disk.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT bios_keyboard.o -MD -MP -MF .deps/bios_keyboard.Tpo -c -o bios_keyboard.o bios_keyboard.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from bios_keyboard.cpp:27:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from bios_keyboard.cpp:27:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/bios_keyboard.Tpo .deps/bios_keyboard.Po
rm -f libints.a
ar cru libints.a mouse.o xms.o ems.o int10.o int10_char.o int10_memory.o int10_misc.o int10_modes.o int10_vesa.o int10_pal.o int10_put_pixel.o int10_video_state.o int10_vptable.o bios.o bios_disk.o bios_keyboard.o
ranlib libints.a
make[3]: Leaving directory '/home/JW/dosbox-x/src/ints'
Making all in misc
make[3]: Entering directory '/home/JW/dosbox-x/src/misc'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cross.o -MD -MP -MF .deps/cross.Tpo -c -o cross.o cross.cpp
In file included from cross.cpp:21:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from cross.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
cross.cpp: In function 'void W32_ConfDir(std::__cxx11::string&, bool)':
cross.cpp:51:27: error: '_mkdir' was not declared in this scope
if(create) _mkdir(result);
^
cross.cpp: In static member function 'static void Cross::CreatePlatformConfigDir(std::__cxx11::string&)':
cross.cpp:86:19: error: '_mkdir' was not declared in this scope
_mkdir(in.c_str());
^
cross.cpp: In static member function 'static void Cross::CreateDir(const string&)':
cross.cpp:118:19: error: '_mkdir' was not declared in this scope
_mkdir(in.c_str());
^
Makefile:329: recipe for target 'cross.o' failed
make[3]: *** [cross.o] Error 1
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.cpp
In file included from messages.cpp:24:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from messages.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/messages.Tpo .deps/messages.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT programs.o -MD -MP -MF .deps/programs.Tpo -c -o programs.o programs.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from programs.cpp:28:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from programs.cpp:28:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/programs.Tpo .deps/programs.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT setup.o -MD -MP -MF .deps/setup.Tpo -c -o setup.o setup.cpp
In file included from setup.cpp:21:0:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from setup.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
setup.cpp: In member function 'bool Config::ParseConfigFile(const char*)':
setup.cpp:853:105: warning: unknown conversion type character 'z' in format [-Wformat=]
LOG(LOG_MISC,LOG_DEBUG)("Attempting to load config file #%zu from %s",configfiles.size(),configfilename);
^
setup.cpp:853:105: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'std::vector<std::__cxx11::basic_string<char> >::size_type {aka long long unsigned int}' [-Wformat=]
setup.cpp:853:105: warning: too many arguments for format [-Wformat-extra-args]
mv -f .deps/setup.Tpo .deps/setup.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.cpp
mv -f .deps/support.Tpo .deps/support.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT regionalloctracking.o -MD -MP -MF .deps/regionalloctracking.Tpo -c -o regionalloctracking.o regionalloctracking.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/serialport.h:33,
from regionalloctracking.cpp:18:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/serialport.h:33,
from regionalloctracking.cpp:18:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/regionalloctracking.Tpo .deps/regionalloctracking.Po
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src/misc'
Making all in shell
make[3]: Entering directory '/home/JW/dosbox-x/src/shell'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT shell.o -MD -MP -MF .deps/shell.Tpo -c -o shell.o shell.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from shell.cpp:25:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/control.h:29,
from shell.cpp:25:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/shell.Tpo .deps/shell.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT shell_batch.o -MD -MP -MF .deps/shell_batch.Tpo -c -o shell_batch.o shell_batch.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_batch.cpp:23:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_batch.cpp:23:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/shell_batch.Tpo .deps/shell_batch.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT shell_cmds.o -MD -MP -MF .deps/shell_cmds.Tpo -c -o shell_cmds.o shell_cmds.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_cmds.cpp:21:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_cmds.cpp:21:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/shell_cmds.Tpo .deps/shell_cmds.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT shell_misc.o -MD -MP -MF .deps/shell_misc.Tpo -c -o shell_misc.o shell_misc.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_misc.cpp:24:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from ../../include/programs.h:27,
from ../../include/shell.h:28,
from shell_misc.cpp:24:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
shell_misc.cpp: In member function 'bool DOS_Shell::Execute(char*, char*)':
shell_misc.cpp:660:1: warning: label 'failed' defined but not used [-Wunused-label]
failed:
^
mv -f .deps/shell_misc.Tpo .deps/shell_misc.Po
rm -f libshell.a
ar cru libshell.a shell.o shell_batch.o shell_cmds.o shell_misc.o
ranlib libshell.a
make[3]: Leaving directory '/home/JW/dosbox-x/src/shell'
Making all in builtin
make[3]: Entering directory '/home/JW/dosbox-x/src/builtin'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT cwsdpmi_exe.o -MD -MP -MF .deps/cwsdpmi_exe.Tpo -c -o cwsdpmi_exe.o cwsdpmi_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from cwsdpmi_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from cwsdpmi_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/cwsdpmi_exe.Tpo .deps/cwsdpmi_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos32a_exe.o -MD -MP -MF .deps/dos32a_exe.Tpo -c -o dos32a_exe.o dos32a_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos32a_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos32a_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos32a_exe.Tpo .deps/dos32a_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dos4gw_exe.o -MD -MP -MF .deps/dos4gw_exe.Tpo -c -o dos4gw_exe.o dos4gw_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dos4gw_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dos4gw_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dos4gw_exe.Tpo .deps/dos4gw_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT hexmem16_exe.o -MD -MP -MF .deps/hexmem16_exe.Tpo -c -o hexmem16_exe.o hexmem16_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from hexmem16_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from hexmem16_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/hexmem16_exe.Tpo .deps/hexmem16_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT hexmem32_exe.o -MD -MP -MF .deps/hexmem32_exe.Tpo -c -o hexmem32_exe.o hexmem32_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from hexmem32_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from hexmem32_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/hexmem32_exe.Tpo .deps/hexmem32_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT debug_exe.o -MD -MP -MF .deps/debug_exe.Tpo -c -o debug_exe.o debug_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from debug_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from debug_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/debug_exe.Tpo .deps/debug_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT tree_exe.o -MD -MP -MF .deps/tree_exe.Tpo -c -o tree_exe.o tree_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from tree_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from tree_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/tree_exe.Tpo .deps/tree_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT move_exe.o -MD -MP -MF .deps/move_exe.Tpo -c -o move_exe.o move_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from move_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from move_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/move_exe.Tpo .deps/move_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT mem_com.o -MD -MP -MF .deps/mem_com.Tpo -c -o mem_com.o mem_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from mem_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from mem_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/mem_com.Tpo .deps/mem_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT find_exe.o -MD -MP -MF .deps/find_exe.Tpo -c -o find_exe.o find_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from find_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from find_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/find_exe.Tpo .deps/find_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dosidle_exe.o -MD -MP -MF .deps/dosidle_exe.Tpo -c -o dosidle_exe.o dosidle_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from dosidle_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from dosidle_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dosidle_exe.Tpo .deps/dosidle_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT lastdriv_com.o -MD -MP -MF .deps/lastdriv_com.Tpo -c -o lastdriv_com.o lastdriv_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from lastdriv_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from lastdriv_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/lastdriv_com.Tpo .deps/lastdriv_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT fcbs_com.o -MD -MP -MF .deps/fcbs_com.Tpo -c -o fcbs_com.o fcbs_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from fcbs_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from fcbs_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/fcbs_com.Tpo .deps/fcbs_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT xcopy_exe.o -MD -MP -MF .deps/xcopy_exe.Tpo -c -o xcopy_exe.o xcopy_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from xcopy_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from xcopy_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/xcopy_exe.Tpo .deps/xcopy_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT append_exe.o -MD -MP -MF .deps/append_exe.Tpo -c -o append_exe.o append_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from append_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from append_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/append_exe.Tpo .deps/append_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT edit_com.o -MD -MP -MF .deps/edit_com.Tpo -c -o edit_com.o edit_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from edit_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from edit_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/edit_com.Tpo .deps/edit_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT device_com.o -MD -MP -MF .deps/device_com.Tpo -c -o device_com.o device_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from device_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from device_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/device_com.Tpo .deps/device_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT buffers_com.o -MD -MP -MF .deps/buffers_com.Tpo -c -o buffers_com.o buffers_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from buffers_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from buffers_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/buffers_com.Tpo .deps/buffers_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT copy_exe.o -MD -MP -MF .deps/copy_exe.Tpo -c -o copy_exe.o copy_exe.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from copy_exe.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from copy_exe.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/copy_exe.Tpo .deps/copy_exe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT 28_com.o -MD -MP -MF .deps/28_com.Tpo -c -o 28_com.o 28_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from 28_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from 28_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/28_com.Tpo .deps/28_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT 50_com.o -MD -MP -MF .deps/50_com.Tpo -c -o 50_com.o 50_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from 50_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from 50_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/50_com.Tpo .deps/50_com.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT 25_com.o -MD -MP -MF .deps/25_com.Tpo -c -o 25_com.o 25_com.cpp
In file included from ../../include/dos_system.h:28:0,
from ../../include/dos_inc.h:26,
from 25_com.cpp:2:
../../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from ../../include/cross.h:42:0,
from ../../include/dos_system.h:28,
from ../../include/dos_inc.h:26,
from 25_com.cpp:2:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/25_com.Tpo .deps/25_com.Po
rm -f libbuiltin.a
ar cru libbuiltin.a cwsdpmi_exe.o dos32a_exe.o dos4gw_exe.o hexmem16_exe.o hexmem32_exe.o debug_exe.o tree_exe.o move_exe.o mem_com.o find_exe.o dosidle_exe.o lastdriv_com.o fcbs_com.o xcopy_exe.o append_exe.o edit_com.o device_com.o buffers_com.o copy_exe.o 28_com.o 50_com.o 25_com.o
ranlib libbuiltin.a
make[3]: Leaving directory '/home/JW/dosbox-x/src/builtin'
Making all in platform
make[3]: Entering directory '/home/JW/dosbox-x/src/platform'
make[4]: Entering directory '/home/JW/dosbox-x/src/platform'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/JW/dosbox-x/src/platform'
make[3]: Leaving directory '/home/JW/dosbox-x/src/platform'
make[3]: Entering directory '/home/JW/dosbox-x/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/mingw64/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -fdiagnostics-color=always -pipe -march=ivybridge -mthreads -Wall -mmmx -msse -msse2 -D_FILE_OFFSET_BITS=64 -Wno-strict-aliasing -std=gnu++0x -MT dosbox.o -MD -MP -MF .deps/dosbox.Tpo -c -o dosbox.o dosbox.cpp
In file included from ../include/dos_system.h:28:0,
from ../include/dos_inc.h:26,
from dosbox.cpp:64:
../include/cross.h:62:0: warning: "ftruncate" redefined
#define ftruncate(blah,blah2) chsize(blah,blah2)
^
In file included from dosbox.cpp:52:0:
D:/msys64/mingw64/x86_64-w64-mingw32/include/unistd.h:87:0: note: this is the location of the previous definition
#define ftruncate ftruncate64
^
mv -f .deps/dosbox.Tpo .deps/dosbox.Po
windres -o winres.o winres.rc
make[3]: *** No rule to make target 'dos/libdos.a', needed by 'dosbox.exe'.
make[3]: *** No rule to make target 'misc/libmisc.a', needed by 'dosbox.exe'.
make[3]: *** No rule to make target 'gui/libgui.a', needed by 'dosbox.exe'.
make[3]: *** No rule to make target 'hardware/libhardware.a', needed by 'dosbox.exe'.
make[3]: *** No rule to make target 'fpu/libfpu.a', needed by 'dosbox.exe'.
make[3]: Target 'all-am' not remade because of errors.
make[3]: Leaving directory '/home/JW/dosbox-x/src'
Makefile:431: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Target 'all' not remade because of errors.
make[2]: Leaving directory '/home/JW/dosbox-x/src'
Making all in include
make[2]: Entering directory '/home/JW/dosbox-x/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/JW/dosbox-x/include'
make[2]: Entering directory '/home/JW/dosbox-x'
make[2]: Leaving directory '/home/JW/dosbox-x'
Makefile:368: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/JW/dosbox-x'
Makefile:308: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment