Bitcoin Forum
June 08, 2024, 02:33:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help with compiling barcoin!  (Read 670 times)
bjngjie (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 05, 2013, 09:51:52 AM
Last edit: December 05, 2013, 05:06:56 PM by bjngjie
 #1

Hi guys! After reading tons of helpful answers for other of my problems from other posts in this forums, I finally was stumped by this problem.

When compiling the Makefile.Release file it generated this output, could anyone help me out with this? Greatly appreciated! Cheesy

C:\barcoin-master>mingw32-make -f Makefile.Release
g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\barcoin-qt.exe object_script.barcoin-qt.Release  -L"c:\Qt\4.8.5\lib" -lmingwthrd -lmingw32 -lqtmain build\bitcoin-qt_res.o -lshlwapi -lssl -lcrypto -ldb_cxx -lws2_32 -lole32 -loleaut32 -luuid -lgdi32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lws2_32 -lshlwapi -lmswsock -LC:/boost_1_53_0/stage/lib -LC:/deps/db-4.8.30.NC/build_unix -LC:/deps/openssl-1.0.1e -lssl -lcrypto -ldb_cxx -lole32 -loleaut32 -luuid -lwsock32 -lgdi32 -lm -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui4 -lQtCore4
./build\db.o:db.cpp:(.text+0x14f): undefined reference to `DbEnv::close(unsigned long)'
./build\db.o:db.cpp:(.text+0x190): undefined reference to `DbEnv::DbEnv(unsigned long)'
./build\db.o:db.cpp:(.text+0x1a4): undefined reference to `DbEnv::remove(char const*, unsigned long)'
./build\db.o:db.cpp:(.text+0x29b): undefined reference to `DbEnv::DbEnv(unsigned long)'
./build\db.o:db.cpp:(.text+0x5e1): undefined reference to `DbEnv::set_cachesize(unsigned long, unsigned long, int)'
./build\db.o:db.cpp:(.text+0x5f1): undefined reference to `DbEnv::set_lg_bsize(unsigned long)'
./build\db.o:db.cpp:(.text+0x601): undefined reference to `DbEnv::set_lg_max(unsigned long)'
./build\db.o:db.cpp:(.text+0x611): undefined reference to `DbEnv::set_lk_max_locks(unsigned long)'
./build\db.o:db.cpp:(.text+0x621): undefined reference to `DbEnv::set_lk_max_objects(unsigned long)'
./build\db.o:db.cpp:(.text+0x682): undefined reference to `DbEnv::set_flags(unsigned long, int)'
./build\db.o:db.cpp:(.text+0x69a): undefined reference to `DbEnv::set_flags(unsigned long, int)'
./build\db.o:db.cpp:(.text+0x6b2): undefined reference to `DbEnv::log_set_config(unsigned long, int)'
./build\db.o:db.cpp:(.text+0x6f5): undefined reference to `DbEnv::open(char const*, unsigned long, int)'
./build\db.o:db.cpp:(.text+0x993): undefined reference to `DbEnv::txn_checkpoint(unsigned long, unsigned long, unsigned long)'
./build\db.o:db.cpp:(.text+0x9ad): undefined reference to `DbEnv::lsn_reset(char const*, unsigned long)'
./build\db.o:db.cpp:(.text+0x18fa): undefined reference to `Dbc::get(Dbt*, Dbt*, unsigned long)'
./build\db.o:db.cpp:(.text+0x29df): undefined reference to `Dbt::Dbt(void*, unsigned long)'
./build\db.o:db.cpp:(.text+0x3324): undefined reference to `DbEnv::txn_checkpoint(unsigned long, unsigned long, unsigned long)'
./build\db.o:db.cpp:(.text+0x36e2): undefined reference to `Db::Db(DbEnv*, unsigned long)'
./build\db.o:db.cpp:(.text+0x3c7e): undefined reference to `Db::Db(DbEnv*, unsigned long)'
./build\db.o:db.cpp:(.text+0x3e88): undefined reference to `Dbc::get(Dbt*, Dbt*, unsigned long)'
./build\db.o:db.cpp:(.text+0x40a6): undefined reference to `Dbt::Dbt(void*, unsigned long)'
./build\db.o:db.cpp:(.text+0x40d8): undefined reference to `Dbt::Dbt(void*, unsigned long)'
./build\db.o:db.cpp:(.text+0x43e4): undefined reference to `Db::Db(DbEnv*, unsigned long)'
./build\db.o:db.cpp:(.text+0x4409): undefined reference to `Db::remove(char const*, char const*, unsigned long)'
./build\db.o:db.cpp:(.text+0x442a): undefined reference to `Db::Db(DbEnv*, unsigned long)'
./build\db.o:db.cpp:(.text+0x445a): undefined reference to `Db::rename(char const*, char const*, char const*, unsigned long)'
./build\db.o:db.cpp:(.text+0x475e): undefined reference to `DbEnv::txn_checkpoint(unsigned long, unsigned long, unsigned long)'
./build\db.o:db.cpp:(.text+0x47c6): undefined reference to `DbEnv::lsn_reset(char const*, unsigned long)'
./build\db.o:db.cpp:(.text+0x48f1): undefined reference to `DbEnv::log_archive(char***, unsigned long)'
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: ./build\db.o: bad reloc address 0x108 in section `.gcc_except_table'
collect2: ld returned 1 exit status
Makefile.Release:253: recipe for target 'release\barcoin-qt.exe' failed
mingw32-make: *** [release\barcoin-qt.exe] Error 1


[update]
ok solved! error was that I did not run make -f makefile.release in the src folder...
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!