Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Undefined symbols for architecture x86_64 in MAC OSX 10.10
Forum Updated to NodeBB v4.3 + New Features

Undefined symbols for architecture x86_64 in MAC OSX 10.10

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tomasroda
    wrote on last edited by
    #1

    Trying to compile altcoin and i get the folowing error:

    Undefined symbols for architecture x86_64:
    "Dbc::get(Dbt*, Dbt*, unsigned int)", referenced from:
    CDB::ReadAtCursor(Dbc*, CDataStream&, CDataStream&, unsigned int) in db.o
    "Dbc::close()", referenced from:
    CDB::Rewrite(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*) in db.o
    CTxDB::LoadBlockIndexGuts() in db.o
    CWalletDB::ListAccountCreditDebit(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<CAccountingEntry, std::__1::allocator<CAccountingEntry> >&) in walletdb.o
    CWalletDB::LoadWallet(CWallet*) in walletdb.o

    http://pastebin.com/D60X1udg (the error din't fit sry)

    Pls i need help i can compile the coin in terminal whitout the Qt the terminal version only!

    GitHub for the source : https://github.com/tomasmartins/GameCoin

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      It seems it's searching for libdb_cxx in /opt/local/lib/db48 which doesn't exist and you have another one in /usr/local/lib/ but it's 32 bit.

      You should install the correct version first.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved