From: Date: February 20 2006 1:53am Subject: Problem building version 2.0.7 with Visual C++ 2005 List-Archive: http://lists.mysql.com/plusplus/5492 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2400_26207078.1140396791178" ------=_Part_2400_26207078.1140396791178 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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=3Ddebug 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=3D2): 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? ------=_Part_2400_26207078.1140396791178--