Code: Show/Hide Compiler: Default compiler
Building Makefile: "D:\Downloads\Dev_Cpp\Dev-Cpp\Makefile.win" Executing make... make.exe -f "D:\Downloads\Dev_Cpp\Dev-Cpp\Makefile.win" all gcc.exe -c ../../nomysql/nomysql.c -o ../../nomysql/nomysql.o -I"D:/DOWNLOADS/DEV_CPP/DEV-CPP/include" -I"D:/Subspace/asss-1.4.2/src/include" -I"D:/Subspace/asss-1.4.2/windeps" -I"D:/Subspace/asss-1.4.2/src" -DBUILDING_DLL=1 In file included from D:/Subspace/asss-1.4.2/src/include/defs.h:37, from D:/Subspace/asss-1.4.2/src/include/asss.h:15, from ../../nomysql/nomysql.c:25: D:/Subspace/asss-1.4.2/src/include/util.h:344:21: pthread.h: No such file or directory In file included from D:/Subspace/asss-1.4.2/src/include/defs.h:37, from D:/Subspace/asss-1.4.2/src/include/asss.h:15, from ../../nomysql/nomysql.c:25: D:/Subspace/asss-1.4.2/src/include/util.h:353: error: syntax error before "pthread_mutex_t" D:/Subspace/asss-1.4.2/src/include/util.h:353: warning: no semicolon at end of struct or union D:/Subspace/asss-1.4.2/src/include/util.h:354: warning: data definition has no type or storage class D:/Subspace/asss-1.4.2/src/include/util.h:355: warning: data definition has no type or storage class D:/Subspace/asss-1.4.2/src/include/util.h:358: error: syntax error before '*' token |
Code: Show/Hide Compiler: Default compiler
Building Makefile: "D:\Downloads\Dev_Cpp\Dev-Cpp\Makefile.win" Executing make... make.exe -f "D:\Downloads\Dev_Cpp\Dev-Cpp\Makefile.win" all dllwrap.exe --output-def libNomysql.def --implib libNomysql.a ../../nomysql/nomysql.o ../../../Subspace/asss-1.4.2/src/main/util.o -L"D:/DOWNLOADS/DEV_CPP/DEV-CPP/lib" --no-export-all-symbols --add-stdcall-alias "../../../Program Files/pythoninc/pthreads/pthreads/lib/pthreadVC.dll" -o Nomysql.dll gcc: s-1.4.2/src/main/util.oC:\WINDOWS\TEMP/cca68423: No such file or directory D:\DOWNLO~1\DEV_CPP\DEV-CPP\BIN\DLLWRAP.EXE: no export definition file provided. Creating one, but that may not be what you want D:\DOWNLO~1\DEV_CPP\DEV-CPP\BIN\DLLWRAP.EXE: D:\DOWNLO~1\DEV_CPP\DEV-CPP\BIN\gcc exited with status 1 Execution terminated |
Smong wrote: |
Did you add the windeps folder to the include path and add pthread<blah>.dll to the libraries? (Steps 4 to 7). Don't forget when you add another include path, you must click the "Add" button to actually add it to the list. |