I have visual studio 2005 installed, and i am having trouble making the
2.0.7 version of MySql++.
I have downloaded mingw
I have set up the environment variables
I run 'makemake vc' and everything is ok
When i run mingw32-make i get the following error
C:\mysql++-2.0.7>mingw32-make
cd lib && mingw32-make BIN_DIR=debug all example_setup
mingw32-make[1]: Entering directory `C:/mysql++-2.0.7/lib'
cl /Ic:\mysql\include /DMYSQLPP_MAKING_DLL /D_WINDLL /D_UNICODE /G6 /EHsc
/nolog
o /c /MDd /Od /D_DEBUG /ZI /Zi /Fodebug\coldata.obj coldata.cpp
process_begin: CreateProcess((null), cl /Ic:\mysql\include
/DMYSQLPP_MAKING_DLL
/D_WINDLL /D_UNICODE /G6 /EHsc /nologo /c /MDd /Od /D_DEBUG /ZI /Zi
/Fodebug\col
data.obj coldata.cpp, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make[1]: *** [coldata.obj] Error 2
mingw32-make[1]: Leaving directory `C:/mysql++-2.0.7/lib'
mingw32-make: *** [all] Error 2
PLEASE, can anyone help me with this problem?
What do i need to do to build the dll?