dev.ed.am
sqlite3cc
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png sqlite3cc / Open Bug report #2 Build failure on FreeBSD 10.0-RELEASE
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
Issue basics
  • Type of issue
    Bug report
  • Targetted for
    Not determined
  • Status
    New
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Always
  • Severity
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix

<source lang="text"></source>In file included from exception.cc:23:
../include/sqlite3cc/exception.h:117:14: error: implicit instantiation of undefined template 'std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >'
std::string _message;
^
/usr/include/c++/v1/iosfwd:188:28: note: template is declared here
class _LIBCPP_TYPE_VIS basic_string;
^
exception.cc:35:68: error: '_handle' is a private member of 'sqlite::connection'
_message( get_message( code ) + ": " + sqlite3_errmsg( connection._handle ) )
^
../include/sqlite3cc/connection.h:169:11: note: declared private here
sqlite3 *_handle;
^
2 errors generated.</source>

Fix:

Add #include <string> to the top of include/sqlite3cc/exception.h
Steps to reproduce this issue
gmake
Todos (0 / 0)
There are no comments
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif