11.08.2024 02:52:02: Creating log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:8: error: called object 'cmdarg' is not a function or function pointer cmdarg=cmdarg(); ^ main.c:12:19: note: declared here int _smizze(char *cmdarg) ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 21 - Compilation Time: 3,99s 11.08.2024 02:52:21: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:8: error: expected expression before 'void' cmdarg=void; ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 21 - Compilation Time: 0,55s 11.08.2024 02:52:24: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:8: error: expected expression before 'void' cmdarg=void; ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 21 - Compilation Time: 0,78s 11.08.2024 02:52:35: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:8: error: expected expression before 'int' cmdarg=int void; ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 21 - Compilation Time: 0,56s 11.08.2024 02:52:58: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:1: warning: statement with no effect [-Wunused-value] cmdarg; ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'ids_main': main.c:156:2: warning: 'zeiger' is used uninitialized in this function [-Wuninitialized] return(zeiger); ^ gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 cmdline.c: In function '_cmdrun_': cmdline.c:14:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ cmdline.c:16:3: warning: implicit declaration of function 'zeigzeit' [-Wimplicit-function-declaration] zeigzeit(); ^ cmdline.c:8:7: warning: variable 'supercfa' set but not used [-Wunused-but-set-variable] int supercfa=0; ^ cmdline.c:7:20: warning: unused variable 'd' [-Wunused-variable] int a=1,b=1,c=10,d,e,enet=0,eofu=0,garnicht,garnotch; ^ cmdline.c: In function 'cli_ent_home': cmdline.c:31:1: warning: parameter names (without types) in function declaration int clie_end(argc, argv); ^ cmdline.c:33:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cmdline.c: In function '_cmdrun_': cmdline.c:12:11: warning: 'garnotch' is used uninitialized in this function [-Wuninitialized] supercfa=garnotch+enet; ^ cmdline.c:19:3: warning: 'e' is used uninitialized in this function [-Wuninitialized] printf("%d %d\n", c, e); ^ gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 -c -o addition/response.o addition/response.c addition/response.c:11:0: warning: ignoring #pragma comment [-Wunknown-pragmas] #pragma comment(lib,"ws2_32.lib") //Winsock Library ^ addition/response.c: In function 'main': addition/response.c:25:32: warning: variable 'total' set but not used [-Wunused-but-set-variable] int bytes, sent, received, total, message_size; ^ addition/response.c:25:16: warning: unused variable 'sent' [-Wunused-variable] int bytes, sent, received, total, message_size; ^ addition/response.c:25:9: warning: unused variable 'bytes' [-Wunused-variable] int bytes, sent, received, total, message_size; ^ windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 35 - Compilation Time: 13,44s 11.08.2024 02:53:22: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:5: error: 'cmdarg' redeclared as different kind of symbol int cmdarg; ^ main.c:12:19: note: previous definition of 'cmdarg' was here int _smizze(char *cmdarg) ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:20: error: subscripted value is neither array nor pointer nor vector _zahl=zeiger-cmdarg[1]; ^ main.c:18:20: error: subscripted value is neither array nor pointer nor vector zeiger=_zahl+cmdarg[0]; ^ main.c:14:5: warning: variable 'cmdarg' set but not used [-Wunused-but-set-variable] int cmdarg; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 3 - Warnings: 20 - Compilation Time: 0,56s 11.08.2024 02:53:31: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:1: error: unknown type name 'bool' bool cmdarg; ^ main.c:14:6: error: 'cmdarg' redeclared as different kind of symbol bool cmdarg; ^ main.c:12:19: note: previous definition of 'cmdarg' was here int _smizze(char *cmdarg) ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:20: error: subscripted value is neither array nor pointer nor vector _zahl=zeiger-cmdarg[1]; ^ main.c:18:20: error: subscripted value is neither array nor pointer nor vector zeiger=_zahl+cmdarg[0]; ^ main.c:14:6: warning: variable 'cmdarg' set but not used [-Wunused-but-set-variable] bool cmdarg; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 4 - Warnings: 20 - Compilation Time: 0,53s 11.08.2024 02:53:41: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:6: error: 'cmdarg' redeclared as different kind of symbol char cmdarg; ^ main.c:12:19: note: previous definition of 'cmdarg' was here int _smizze(char *cmdarg) ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:20: error: subscripted value is neither array nor pointer nor vector _zahl=zeiger-cmdarg[1]; ^ main.c:18:20: error: subscripted value is neither array nor pointer nor vector zeiger=_zahl+cmdarg[0]; ^ main.c:14:6: warning: variable 'cmdarg' set but not used [-Wunused-but-set-variable] char cmdarg; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 3 - Warnings: 20 - Compilation Time: 0,53s 11.08.2024 02:53:54: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:14:10: error: 'cmdarg' redeclared as different kind of symbol unsigned cmdarg; ^ main.c:12:19: note: previous definition of 'cmdarg' was here int _smizze(char *cmdarg) ^ main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:20: error: subscripted value is neither array nor pointer nor vector _zahl=zeiger-cmdarg[1]; ^ main.c:18:20: error: subscripted value is neither array nor pointer nor vector zeiger=_zahl+cmdarg[0]; ^ main.c:14:10: warning: variable 'cmdarg' set but not used [-Wunused-but-set-variable] unsigned cmdarg; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 3 - Warnings: 20 - Compilation Time: 0,55s 11.08.2024 02:54:02: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function '_smizze': main.c:16:14: warning: initialization makes pointer from integer without a cast char *zeiger=3; ^ main.c:17:6: warning: assignment makes integer from pointer without a cast _zahl=zeiger-cmdarg[1]; ^ main.c:18:7: warning: assignment makes pointer from integer without a cast zeiger=_zahl+cmdarg[0]; ^ main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'ids_main': main.c:156:2: warning: 'zeiger' is used uninitialized in this function [-Wuninitialized] return(zeiger); ^ gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 22 - Compilation Time: 1,03s 11.08.2024 02:54:22: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'ids_main': main.c:156:2: warning: 'zeiger' is used uninitialized in this function [-Wuninitialized] return(zeiger); ^ gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 19 - Compilation Time: 1,05s 11.08.2024 02:54:38: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 main.c: In function 'basteln': main.c:84:2: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] printf("%s\n", ctime(&now)); ^ main.c:84:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] main.c: In function '_MACTtime': main.c:122:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c: In function 'ids_main': main.c:137:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:139:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t *' [-Wformat=] printf("%c\n", &now); ^ main.c:154:2: warning: implicit declaration of function '_cmdrun_' [-Wimplicit-function-declaration] _cmdrun_(argc, argv); ^ main.c: In function 'zeigzeit': main.c:164:2: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s\n", ctime(&now)); ^ main.c:165:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ main.c: At top level: main.c:169:5: warning: second argument of 'main' should be 'char **' [-Wmain] int main(int argc, char** argv[]) ^ main.c: In function 'main': main.c:181:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=] printf("%d argument is %s\n", c + 1, argv[c]); ^ main.c:196:6: warning: implicit declaration of function 'cli_ent_home' [-Wimplicit-function-declaration] cli_ent_home(); ^ main.c:218:5: warning: implicit declaration of function '_cli_ent_home' [-Wimplicit-function-declaration] _cli_ent_home(); ^ main.c:223:5: warning: implicit declaration of function '_srv_ent_point' [-Wimplicit-function-declaration] _srv_ent_point(); ^ main.c:225:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ main.c:176:6: warning: unused variable 'zeig' [-Wunused-variable] int zeig; ^ main.c:173:7: warning: unused variable 'zeiger' [-Wunused-variable] int *zeiger; ^ main.c: In function '_SeRVer_int': main.c:50:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function '_chknme': main.c:77:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'ids_main': main.c:156:2: warning: 'zeiger' is used uninitialized in this function [-Wuninitialized] return(zeiger); ^ gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 cmdline.c: In function '_cmdrun_': cmdline.c:14:3: warning: format '%c' expects argument of type 'int', but argument 2 has type 'time_t (*)(time_t *)' [-Wformat=] printf("%c\n", time); ^ cmdline.c:16:3: warning: implicit declaration of function 'zeigzeit' [-Wimplicit-function-declaration] zeigzeit(); ^ cmdline.c:8:7: warning: variable 'supercfa' set but not used [-Wunused-but-set-variable] int supercfa=0; ^ cmdline.c:7:20: warning: unused variable 'd' [-Wunused-variable] int a=1,b=1,c=10,d,e,enet=0,eofu=0,garnicht,garnotch; ^ cmdline.c: In function 'cli_ent_home': cmdline.c:31:1: warning: parameter names (without types) in function declaration int clie_end(argc, argv); ^ cmdline.c:33:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cmdline.c: In function '_cmdrun_': cmdline.c:12:11: warning: 'garnotch' is used uninitialized in this function [-Wuninitialized] supercfa=garnotch+enet; ^ cmdline.c:19:3: warning: 'e' is used uninitialized in this function [-Wuninitialized] printf("%d %d\n", c, e); ^ gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -Wall -g3 -c -o addition/response.o addition/response.c addition/response.c:11:0: warning: ignoring #pragma comment [-Wunknown-pragmas] #pragma comment(lib,"ws2_32.lib") //Winsock Library ^ addition/response.c: In function 'main': addition/response.c:25:32: warning: variable 'total' set but not used [-Wunused-but-set-variable] int bytes, sent, received, total, message_size; ^ addition/response.c:25:16: warning: unused variable 'sent' [-Wunused-variable] int bytes, sent, received, total, message_size; ^ addition/response.c:25:9: warning: unused variable 'bytes' [-Wunused-variable] int bytes, sent, received, total, message_size; ^ windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 31 - Compilation Time: 7,69s 11.08.2024 02:54:55: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 1,06s 11.08.2024 02:54:58: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:20: multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:105: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:107: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:114: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:116: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:122: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:124: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:127: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:130: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:132: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:137: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:139: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:145: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:147: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:157: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 0,88s 11.08.2024 02:55:21: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -c -o addition/response.o addition/response.c gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc addition/response.o:response.c:(.text+0x20): multiple definition of `main' main.o:F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:170: first defined here main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x734): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x741): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x77e): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x798): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c5): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e6): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x809): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x847): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x8a1): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8ae): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x906): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x913): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x95d): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x975): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9c1): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9ca): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Output Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\build\NautOpt-EGs.exe - Output Size: 283,728515625 KiB - Compilation Time: 5,97s 11.08.2024 02:55:37: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -c -o addition/response.o addition/response.c gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:218: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:221: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:223: undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x72f): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x73c): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x779): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x793): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c0): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e1): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x804): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x842): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x89c): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8a9): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x901): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x90e): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x958): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x970): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9bc): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9c5): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 2,03s 11.08.2024 02:56:57: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" main.c: In function 'main': main.c:230:13: warning: passing argument 1 of '_smizze' makes pointer from integer without a cast _smizze(cmdarg); ^ main.c:12:5: note: expected 'char *' but argument is of type 'char' int _smizze(char *cmdarg) ^ gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc main.o:main.c:(.text+0x728): undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x72f): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x73c): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x779): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x793): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c0): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e1): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x804): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x842): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x89c): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8a9): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x901): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x90e): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x958): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x970): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9bc): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9c5): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 1 - Compilation Time: 1,41s 11.08.2024 02:57:22: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" main.c: In function 'main': main.c:179:15: warning: initialization makes pointer from integer without a cast char *cmdarg=1; ^ main.c:212:8: warning: assignment makes pointer from integer without a cast cmdarg=argc; ^ gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc main.o:main.c:(.text+0x72f): undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x72f): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x73c): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x779): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x793): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c0): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e1): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x804): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x842): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x89c): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8a9): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x901): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x90e): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x958): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x970): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9bc): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9c5): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 2 - Compilation Time: 1,20s 11.08.2024 02:57:39: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" main.c: In function 'main': main.c:212:8: warning: assignment makes pointer from integer without a cast cmdarg=argc; ^ gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc main.o:main.c:(.text+0x727): undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x72f): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x73c): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x779): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x793): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c0): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e1): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x804): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x842): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x89c): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8a9): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x901): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x90e): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x958): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x970): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9bc): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9c5): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 1 - Compilation Time: 0,84s 11.08.2024 02:58:10: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Release Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" gcc.exe main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc main.o:main.c:(.text+0x71e): undefined reference to `_srv_ent_point' addition/response.o:response.c:(.text+0x72f): undefined reference to `__imp_WSAStartup' addition/response.o:response.c:(.text+0x73c): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x779): undefined reference to `__imp_socket' addition/response.o:response.c:(.text+0x793): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x7c0): undefined reference to `__imp_gethostbyname' addition/response.o:response.c:(.text+0x7e1): undefined reference to `__imp_inet_addr' addition/response.o:response.c:(.text+0x804): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x842): undefined reference to `__imp_htons' addition/response.o:response.c:(.text+0x89c): undefined reference to `__imp_connect' addition/response.o:response.c:(.text+0x8a9): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x901): undefined reference to `__imp_send' addition/response.o:response.c:(.text+0x90e): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x958): undefined reference to `__imp_recv' addition/response.o:response.c:(.text+0x970): undefined reference to `__imp_WSAGetLastError' addition/response.o:response.c:(.text+0x9bc): undefined reference to `__imp_closesocket' addition/response.o:response.c:(.text+0x9c5): undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 0,92s 11.08.2024 02:59:04: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 cmdline.c: In function 'cli_ent_home': cmdline.c:31:1: warning: parameter names (without types) in function declaration int clie_end(argc, argv); ^ gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o addition/response.o addition/response.c windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:228: undefined reference to `_srv_ent_point' addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 1 - Compilation Time: 6,75s 11.08.2024 03:00:09: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o addition/response.o addition/response.c windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:206: undefined reference to `cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:233: undefined reference to `_srv_ent_point' addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 4,64s 11.08.2024 03:01:05: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o addition/response.o addition/response.c windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:228: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:231: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:233: undefined reference to `_srv_ent_point' addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 4,59s 11.08.2024 03:01:18: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o addition/response.o addition/response.c windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:231: undefined reference to `_cli_ent_home' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:233: undefined reference to `_srv_ent_point' addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 4,30s 11.08.2024 03:01:23: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 main.o: In function `main': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/main.c:233: undefined reference to `_srv_ent_point' addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 0,88s 11.08.2024 03:02:17: Appending to log... Compiling project changes... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 1,11s 11.08.2024 03:02:27: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c cmdline.c -o cmdline.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c stdafx.cpp -o stdafx.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -c network.c -o network.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o netw002.o netw002.c gcc.exe -D__DEBUG__ -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 -c -o addition/response.o addition/response.c windres.exe -i NautOpt-EGs_private.rc --input-format=rc -o NautOpt-EGs_private.res -O coff gcc.exe -D__DEBUG__ main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res -o build/NautOpt-EGs.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 addition/response.o: In function `response': F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:104: undefined reference to `__imp_WSAStartup' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:106: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:113: undefined reference to `__imp_socket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:115: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:120: undefined reference to `__imp_gethostbyname' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:121: undefined reference to `__imp_inet_addr' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:123: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:126: undefined reference to `__imp_htons' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:129: undefined reference to `__imp_connect' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:131: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:136: undefined reference to `__imp_send' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:138: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:144: undefined reference to `__imp_recv' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:146: undefined reference to `__imp_WSAGetLastError' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:155: undefined reference to `__imp_closesocket' F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers/addition/response.c:156: undefined reference to `__imp_WSACleanup' collect2.exe: error: ld returned 1 exit status F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:26: recipe for target 'build/NautOpt-EGs.exe' failed mingw32-make.exe: *** [build/NautOpt-EGs.exe] Error 1 Compilation results... -------- - Errors: 1 - Warnings: 0 - Compilation Time: 3,63s 11.08.2024 03:03:38: Appending to log... Rebuilding whole project... -------- - Project Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs.dev - Compiler Name: TDM-GCC 4.9.2 64-bit Debug Building makefile... -------- - Filename: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win - Resource File: F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\NautOpt-EGs_private.res Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win" clean all rm.exe -f main.o cmdline.o stdafx.o network.o netw002.o addition/response.o NautOpt-EGs_private.res build/NautOpt-EGs.exe gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -g3 In file included from main.c:2:0: stdafx.h:18:27: error: redefinition of 'telnetoptions' static const char * const telnetoptions[]= ^ In file included from till.h:3:0, from stdafx.h:2, from main.c:2: stdafx.h:18:27: note: previous definition of 'telnetoptions' was here static const char * const telnetoptions[]= ^ In file included from main.c:2:0: stdafx.h:32:27: error: redefinition of 'telnetcmds' static const char * const telnetcmds[]= ^ In file included from till.h:3:0, from stdafx.h:2, from main.c:2: stdafx.h:32:27: note: previous definition of 'telnetcmds' was here static const char * const telnetcmds[]= ^ F:\WEBSITE\www\extern\SOURCE\Aktuell\Nautoptegs-AlphaVers\Makefile.win:29: recipe for target 'main.o' failed mingw32-make.exe: *** [main.o] Error 1 Compilation results... -------- - Errors: 2 - Warnings: 0 - Compilation Time: 0,53s