Public bug reported:

In files soci-mysql.h soci-sqlite.h soci-empty.h there is that line:

    #endif

    #include "soci-backend.h"

    namespace soci
    {


There should be some think like that:

    #endif

    #include <soci-backend.h>

    namespace soci
    {

or

    #endif

    #include "../soci-backend.h"

    namespace soci
    {

** Affects: soci (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: empty mysql soci sqlite

-- 
soci-mysql soci-sqlite soci-empty header error
https://bugs.launchpad.net/bugs/529376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to