wow djennings you Rock!!
thank you so much, you really got me in the right direction!
for other users I had to make the following adjustments:
above file segment had to be changed to:
- Code: Select all
ifeq ($(UNAME), Darwin)
# This configuration assumes you have setup your 10.X.X system like
# Red Emerald in this thread:
# https://bitcointalk.org/index.php?topic=73648.msg976015#msg976015
# The makefile updates he shows are already tied into this if/else branch
SWIG_INC += -I"/usr/include/python$(PYVER)"
STATICPYTHON += "/usr/lib64/python$(PYVER)/config/libpython$(PYVER).a"
else
SWIG_INC += -I"$(DEPSDIR)/include/python$(PYVER)"
STATICPYTHON += "/usr/lib64/python$(PYVER)/config/libpython$(PYVER).a"
endif
further I had to install the python-qt4-devel python-psutil and python-twisted packages.
and now it works!!
I just hope all these extra (devel-)packages don´t make my system unstable.
thanks and good luck to other users of bitcoin-qt and bitcoin armory
Victor