Bitcoin Forum
May 06, 2024, 10:01:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Compiling bitcoind on Angstrom LINUX  (Read 1586 times)
bluetrepidation (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
August 31, 2013, 08:21:39 PM
 #1

Hello all,

After using the Angstrom package manager to install a few dependencies (boost-dev, openssl-dev, and db-dev) I ran into the following error....
/usr/include/db_cxx.h File iostream.h not found.

Now I drilled into the db_cxx.h file to see a comment "C++ assumptions. To ensure comparability with many platforms..." which seemed scary. Then I noticed an else switch with an include of <iostream> or <iostream.h>. Not knowing how to invoke this CXX_STDHEADERS switch I simply commented out the else switch. After that I could successfully compile bitcoind!

My question is should the makefile.unix file be passing something along to the compiler so it can handle this db_cxx.h library correctly? Or am I missing something when invoking make -f makefile.unix? Should I be defining something manually?

Thanks much,
A.J.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!