| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 20 2009 2:09am |
| Subject: | Re: got another error after got another error | ||
| View as plain text | |||
On Mar 19, 2009, at 7:52 PM, Alex Luya wrote:
> lib/mysql++.cpp:34: error: stray '@' in program
You will either have to bootstrap the library on a Unixy machine and
then copy the source back over to your Windows box, or copy the needed
generated files (lib/mysql++.h in this case) over from a released
version of MySQL++.
There are a few other files like this, but none that are actually
needed to build the library:
doc/userman/userman.dbx
install.hta
lib/Doxyfile
mysql++.spec
These files all have the current MySQL++ version number in them, and
are generated from *.in variants of these files by autoconf. It's
done this way so I have to change the version number in as few places
as possible when making a new release. (It's not down to just one
place, for technical reasons. I believe it's just two places now.)
| Thread | ||
|---|---|---|
| • How to push NULL into template query? | Alex Luya | 11 Mar |
| • Re: How to push NULL into template query? | Warren Young | 11 Mar |
| • Re: How to push NULL into template query? | Alex Luya | 13 Mar |
| • How to construct a SQLQueryParms? | Alex Luya | 13 Mar |
| • Re: How to push NULL into template query? | Warren Young | 13 Mar |
| • How to ? | Alex Luya | 17 Mar |
| • How to build from svn r2483? | Alex Luya | 17 Mar |
| • Re: How to ? | Warren Young | 17 Mar |
| • Re: How to ?Many files does not exist or is incomplete or subfixedwith .in | Alex Luya | 18 Mar |
| • Re: How to ?Many files does not exist or is incomplete or subfixedwith .in | Warren Young | 18 Mar |
| • got another error | Alex Luya | 18 Mar |
| • Re: got another error | Warren Young | 19 Mar |
| • got another error after got another error | Alex Luya | 20 Mar |
| • Re: got another error after got another error | Warren Young | 20 Mar |
| • Re: got another error after got another error | Warren Young | 21 Mar |
| • Got all files from running ./bootstracp,but compile error | Alex Luya | 19 Mar |
