Newbie Pain: still can't "make" it -
01-06-2006
, 07:45 PM
------=_NextPart_000_001E_01C61302.12DE51E0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
OK, I have installed the Platform SDK and updated the INCLUDE variable, but
still can't get make to work for VC 2005. Any ideas?
C:\MySQL++>make
cd lib && make BIN_DIR=debug all example_setup
make[1]: Entering directory `/cygdrive/c/MySQL++/lib'
cl /Ic:\mysql\include /DMYSQLPP_MAKING_DLL /D_WINDLL /D_UNICODE /G6 /EHsc
/nolog
o /c /MDd /Od /D_DEBUG /ZI /Zi /Fodebug\connection.obj connection.cpp
connection.cpp
c:\MySQL++\lib\resiter.h(64) : error C2976: 'std::reverse_iterator' : too
few te
mplate arguments
c:\Program Files\Microsoft Platform SDK\Include\crt\utility(173) :
see d
eclaration of 'std::reverse_iterator'
c:\MySQL++\lib\resiter.h(109) : see reference to class template
instanti
ation
'mysqlpp::const_subscript_container<OnType,ValueTy pe,ReturnType,SizeType,D
iffType>' being compiled
c:\MySQL++\lib\resiter.h(66) : error C2976: 'std::reverse_iterator' : too
few te
mplate arguments
------=_NextPart_000_001E_01C61302.12DE51E0-- |