Gentoo Archives: gentoo-dev

From: "Robin H.Johnson" <robbat2@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] MySQL++ update to avoid breaking other things (causes some different problems anyway)
Date: Thu, 08 May 2003 21:31:08
Message-Id: 20030508213036.GA24090@cherenkov.orbis-terrarum.net
1 I've updated the MySQL++ ebuild to -r1. I've integrated the fixes needed
2 for MySQL v4 as well as working better with GCC3.
3
4 One major change has been made that everybody should be aware of (which is why I
5 am posting here).
6
7 Previously, MySQL++ installed 30 odd header files into /usr/include.
8 They had very run of the mill names, 'connection.hh' and so forth. This
9 wasn't a problem until I started writing a little app of my own and
10 found that this was the wrong place totally. I've place them inside
11 /usr/include/mysql++/ now so that they do not cause any conflicts with
12 other things. For those that want to write an application that requires
13 them, you will have to change your applications to look there (or simply
14 do '#include <mysql++/...>'.
15
16 --
17 Robin Hugh Johnson
18 E-Mail : robbat2@××××××××××××××.net
19 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
20 ICQ# : 30269588 or 41961639
21 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85