Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - FaKo

Pages: [1]
1
 :D

beside the funny things, i could fix the problem my self:
http://dev.thep.lu.se/yat/attachment/ticket/762/exception_ptr_h.patch

editing the exeption_ptr.hpp like in the above link was succesful ;)

thanks for response anyway  ;)

greets FaKo

2
Just need to install EPEL repo for yasm

Code: [Select]
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:

Code: [Select]
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel

ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so

and then, unzip and compile.

or

Code: [Select]
yum install git

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

TO:MrDiscordia
package zlib-devel missing
Really thank you! It works really fine. Thaaaaaaaaaaank you :P

Hey,

i followed these steps exactly but i am getting errors anyway :(
yes, i am under redhat.
these are the errors (in german):

[root@machine src]# make -f makefile.unix.no-chrono
g++ -c -O2  -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/nfs/home/y0057486/cpu_vision-v0.2/ptsminer/src -I/nfs/home/y0057486/cpu_vision-v0.2/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o obj/main_poolminer.o main_poolminer.cpp
In file included from /usr/include/boost/thread/future.hpp:12,
                 from /usr/include/boost/thread.hpp:24,
                 from main_poolminer.hpp:6,
                 from main_poolminer.cpp:13:
/usr/include/boost/exception_ptr.hpp:43: Fehler: lockerer »throw«-Spezifizierer für »virtual boost::exception_ptr::~exception_ptr()«
/usr/include/boost/exception/detail/exception_ptr_base.hpp:26: Fehler:   »virtual boost::exception_detail::exception_ptr_base::~exception_ptr_base() throw ()« wird überschrieben
make: *** [obj/main_poolminer.o] Fehler 1

any ideas? :)

Pages: [1]