Chris Frey wrote:
>>>Could you run a test compile and let us know, on WinXP?
>>
>>I don't know how to compile it !!! :)
>>I'll look around for the patch on the list to be able to compile it, or
>>I'll create my own project files from zero...
>
>
> The development site is: https://gna.org/projects/mysqlpp/
> You can grab the latest makemake.bat file here:
> http://svn.gna.org/viewcvs/mysqlpp/trunk/
>
I tried that makemake.bat, but it didn't work for me.
README.vc says that makemake vc creates makefiles and builds libraries,
but it doesn't build anything. running nmake produces this error:
cd lib && nmake BIN_DIR=debug all example_setup
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
makefile(27) : fatal error U1000: syntax error : ')' missing in macro
invocation
Stop.
(It's inside lib/Makefile)
I installed mysql using windows installer. the installation dir isn't
c:/mysql, how do I specify it, or I simply need to set enviroment
variable MYSQL_DIR??