| Summary: | error in mysql++/convert1.hh include file in mysql++ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrew Gaffney (RETIRED) <agaffney> |
| Component: | Current packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 29840 | ||
| Bug Blocks: | |||
|
Description
Andrew Gaffney (RETIRED)
2003-09-15 12:35:20 UTC
where did you see the compile error? the compile line should be: gcc ... -I/usr/include/mysql++ which would put this in the default path, and then "#include <defs>" is correct. hello? Sorry, I meant to reply, but forgot. I figured out that the reason my error was happening was because I was including mysql++/mysql.h like I did with gcc 2.95 on Slackware. I figured out to use mysql++/mysql++ about two weeks after I originally created the bug. ok, thanks. |