Bitcoin Forum
May 24, 2024, 10:34:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: My Mac build is failing. Please help.  (Read 340 times)
bitcoinore.com (OP)
Hero Member
*****
Offline Offline

Activity: 592
Merit: 503


workingForBitcoins.com


View Profile WWW
April 01, 2014, 11:23:46 PM
 #1

Hey guys,

I have created an a new crypto coin, however, when I try to create my mac qt, it always crashes. I have no idea what the issue is, and been stuck trying to resolve it for a while now. I would appreciate any help.

Here is the crash I am getting:

here is the crash

Code:
cd /zuperawesome; /bin/sh share/genbuild.sh /zuperawesome/build/build.h
/usr/bin/clang++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.7 -pthread -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DMAC_OSX -DMSG_NOSIGNAL=0 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -Ibuild -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/opt/local/include/db48 -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/include -Ibuild -F/opt/local/Library/Frameworks -F/opt/local/lib -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoin.cpp:13:
In file included from src/init.h:8:
In file included from src/wallet.h:13:
In file included from src/main.h:9:
src/sync.h:20:17: error: expected expression
void lock() EXCLUSIVE_LOCK_FUNCTION()
^
src/threadsafety.h:23:92: note: expanded from macro 'EXCLUSIVE_LOCK_FUNCTION'
#define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__)))
^
In file included from src/qt/bitcoin.cpp:13:
In file included from src/init.h:8:
In file included from src/wallet.h:13:
In file included from src/main.h:9:
src/sync.h:25:19: error: expected expression
void unlock() UNLOCK_FUNCTION()
^
src/threadsafety.h:27:84: note: expanded from macro 'UNLOCK_FUNCTION'
#define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
^
2 errors generated.
make: *** [build/bitcoin.o] Error 1


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!