Daniel Kolbo wrote:
sqlpp_beemutex.o -MFmysqlpp_beemutex.o.d -MD lib/beemutex.cpp
process_begin: CreateProcess(NULL, -c "g++ -c -o mysqlpp_beemutex.o -g
-mthreads
-DUNICODE -D_UNICODE -DMYSQLPP_NO_DLL -DHAVE_MYSQL_SSL_SET
-I\"C:\Program Files
\MySQL\MySQL Server 5.0\include\" -MTmysqlpp_beemutex.o
-MFmysqlpp_beemutex.o.
d -MD lib/beemutex.cpp", ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [mysqlpp_beemutex.o] Error 2
This looks like some sort of compiler error; it has nothing to do with
beemutex.cpp, that's just the first thing that gets built in the
library. Perhaps CodeBlocks is distributing a version of the MinGW
tools different than the ones currently being distributed from
mingw.org, which are broken in some way?
A quick glance at the CodeBlocks site doesn't tell me which version of
MinGW they're distributing. Can you drop in the official version
underneath CodeBlocks, or can you get the version details of what is
installed?