Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28814 - error in mysql++/convert1.hh include file in mysql++
Summary: error in mysql++/convert1.hh include file in mysql++
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on: 29840
Blocks:
  Show dependency tree
 
Reported: 2003-09-15 12:35 UTC by Andrew Gaffney (RETIRED)
Modified: 2003-11-14 18:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gaffney (RETIRED) gentoo-dev 2003-09-15 12:35:20 UTC
I have seen this particular error in 1.7.9 - 1.7.9-r2. In the file
/usr/include/mysql++/convert1.hh, there is the line:

#include <defs>

which should read:

#include "defs"

I wasn't able to compile anything using this library until I manually corrected
this. While this isn't technically a Gentoo bug, it never hurts to file a report
here.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-26 16:08:13 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.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-11-14 18:14:11 UTC
hello?
Comment 3 Andrew Gaffney (RETIRED) gentoo-dev 2003-11-14 18:24:42 UTC
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.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-11-14 18:55:04 UTC
ok, thanks.