Compiler: Cygwin System Building Makefile: "C:\work\Projekte\Software\CPx_Monitor\Makefile.win" Führt make clean aus rm -f cpx_mon.o fw_cronos.o CPx_Monitor.exe g++.exe -D__DEBUG__ -c cpx_mon.cpp -o cpx_mon.o -I"C:/cygwin/usr/include" -I"C:/cygwin/usr/include/c++" -I"C:/cygwin/usr/include/c++/3.3.1/backward" -I"C:/work/Sonstiges/priv/projekte/Software/include" -ansi -g3 In file included from /usr/include/c++/3.3.1/backward/strstream:51, from C:/work/Sonstiges/priv/projekte/Software/include/posix_terminal.h:21, from cpx_mon.h:25, from cpx_mon.cpp:9: /usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from cpx_mon.cpp:9: cpx_mon.h:37: error: 'ofstream' is used as a type, but is not defined as a type. cpx_mon.h:47: error: `string' was not declared in this scope cpx_mon.h:47: error: syntax error before `)' token cpx_mon.cpp: In function `int main()': cpx_mon.cpp:70: error: `cout' undeclared (first use this function) cpx_mon.cpp:70: error: (Each undeclared identifier is reported only once for each function it appears in.) cpx_mon.cpp:70: error: `flush' undeclared (first use this function) cpx_mon.cpp:74: error: `endl' undeclared (first use this function) cpx_mon.cpp: At global scope: cpx_mon.cpp:274: error: `string' was not declared in this scope cpx_mon.cpp:274: error: syntax error before `)' token cpx_mon.cpp: In member function `void cpx_protokoll::openfile(...)': cpx_mon.cpp:276: error: `outfile' undeclared (first use this function) cpx_mon.cpp:276: error: `filename' undeclared (first use this function) cpx_mon.cpp:276: error: `ofstream' undeclared (first use this function) cpx_mon.cpp:276: error: syntax error before `::' token make: *** [cpx_mon.o] Error 1 Ausführung beendet