problem building the library and examples under windows, using VC++ 7.1 -
01-03-2006
, 06:05 PM
------=_Part_9706_5540199.1136333094010
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
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=3Ddebug 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.
------=_Part_9706_5540199.1136333094010-- |