2 messages in com.mysql.lists.plusplusproblem building the library and exam...
FromSent OnAttachments
K _03 Jan 2006 16:04 
Warren Young05 Jan 2006 06:57 
Subject:problem building the library and examples under windows, using VC++ 7.1
From:K _ (kk01@gmail.com)
Date:01/03/2006 04:04:31 PM
List:com.mysql.lists.plusplus

The error I receive is this:

C:\mysql++-2.0.7>c:\cygwin\bin\make.exe cd lib && c:\\cygwin\\bin\\make.exe BIN_DIR=debug all example_setup make[1]: Entering directory `/cygdrive/c/mysql++-2.0.7/lib' make[1]: Nothing to be done for `all'. make[1]: cygpath: Command not found cp ../examples/debug/ make[1]: cp: Command not found make[1]: *** [example_setup] Error 127 make[1]: Leaving directory `/cygdrive/c/mysql++-2.0.7/lib' make: *** [all] Error 2

It says that the cygpath and cp commands could not be found, yet I found them under the cygwin\bin\ directory where they are installed.