mysql++-2.0.7 released
now up to mysql++ 2.1.1 http://tangentsoft.net/mysql++/ http://tangentsoft.net/mysql++/releases/mysql++-2.1.1.tar.gz
Tired of waiting for this to be updated, so I made an ebuild for 2.1.1. The attached files for the ebuild and ChangeLog are attached. I successfully build it as a local portage overlay, and compiled some test code using the new interface - No problems or issues were observed. enjoy.
Created attachment 89438 [details] Ebuild for Mysql++-2.1.1 ebuild file - create a directory in your local portage "/usr/local/portage/dev-db/mysql++", and add this file.
Created attachment 89439 [details] ChangeLog File for ebuild 2.1.1 ChangeLog file for 2.1.1 ebuild - add this to the portage directory.
It's in the tree now, thanks David Fannin for the patience, also a little note: >> myconf="${myconf} --prefix=/usr" << this is not needed because econf take care of it. For future reference: - this package use Bakefiles to generate auto* files, the project is intended primarly for the wxWindows project and is still young, I had problems to regenerate the "configure" and "Makefile". - this package will not build with "--as-needed" linker flag, also it need a "-soname" (QA check), problems in fix derive partly from previous point.