Post
Topic
Board Mining (Altcoins)
Re: Xpm mining for linux using Clintars T16 linux port of Aeroclouds Xpm miner
by
DarkAGeS
on 21/03/2014, 17:49:49 UTC
Compiled this for FreeBSD 9.1, with only one source modification and 1 small change to the makefile... (The source change shouldn't actually make any difference, it's just extra curly braces where they shouldn't be needed, but the compiler was being fussy)

I'll send you the changes to check over via PM soon, so you can check them yourself (you may well have a better way of doing it)

Was that you who sent me the merge request. it should be ok now.

how to compile on freebsd 9.1 ?..
I have this error:
Code:
# gmake
clang++ -c -mtune=native -Wall -Wextra -std=c++0x -O3 -fomit-frame-pointer -DHAVE_DECL_LE32DEC -I/usr/local/include -I/usr/include -Isrc/primecoinMiner/includes/ src/primecoinMiner/bn2.cpp -o src/primecoinMiner/bn2.o
In file included from src/primecoinMiner/bn2.cpp:1:
In file included from src/primecoinMiner/global.h:44:
/usr/local/include/gmpxx.h:55:10: fatal error: 'type_traits' file not found
#include // for common_type
         ^
1 error generated.
gmake: *** [src/primecoinMiner/bn2.o] Error 1