Pages:
Author

Topic: [Bounty] 50,000 SXC Bounty for fixing Linux makefile (Read 1957 times)

member
Activity: 68
Merit: 10
SAtruDF9mxPgq1Tvzm1TGEZEzNgLQawAgV  Grin
member
Activity: 68
Merit: 10
just need to add PRE_TARGETDEPS += compiler_TSQM_make_all
on top of Sexcoin-qt.pro

also need to install and compile miniupnpd-1.8.20130607 from http://miniupnp.free.fr/files/
   
and got it compiled right away
sr. member
Activity: 574
Merit: 250
lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p

Dude, ofc you need an expert   http://www.youtube.com/watch?v=D7lBJPMun2A
member
Activity: 77
Merit: 10
Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

You have to install the development files of libboost.
sr. member
Activity: 266
Merit: 250
Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1


any ideas HuhHuh
newbie
Activity: 28
Merit: 2
to compile QT client on linux you need to open and remove these lines from the file Sexcoin-qt.pro
Code:
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1b/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1b
then run
Code:
make distclean
qmake USE_UPNP=-
make
assuming you have all the needed libs you should be able to compile QT client now

how to compile daemon is already posted above
Reported working. Reserved bounty for mkmen. Pm sent.
sr. member
Activity: 308
Merit: 250
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

*cough *cough *bullshit *cough
full member
Activity: 209
Merit: 100
Now that mkmen solved the linux compilation problem...send me the 50,000 coins since no one else want them.

S69d83NuvwbmCzQdVuYHvtsZ4LyQyGEDjc

thx
G


sr. member
Activity: 308
Merit: 250
What the fuck is this forum turning into? You launch a coin with 2 MILLION coins premined and can't even figure out how to compile the fucking client? Are you mentally slow?

How I miss he days when members with more than 50 posts launched coins...



forgot a '0'?
full member
Activity: 224
Merit: 100
What the fuck is this forum turning into? You launch a coin with 2 MILLION coins premined and can't even figure out how to compile the fucking client? Are you mentally slow?

How I miss he days when members with more than 50 posts launched coins...

full member
Activity: 157
Merit: 100
to compile QT client on linux you need to open and remove these lines from the file Sexcoin-qt.pro
Code:
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1b/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1b
then run
Code:
make distclean
qmake USE_UPNP=-
make
assuming you have all the needed libs you should be able to compile QT client now

how to compile daemon is already posted above
member
Activity: 101
Merit: 10
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

Now that is funny.
hero member
Activity: 1394
Merit: 505
chinsu - you can't even test this yourself?  Jesus F!  Who built this coin for you ??
newbie
Activity: 28
Merit: 2
yeah, there was an error when compiling, you need to run (in the src directory)
Code:
make clean -f makefile.unix
and then
Code:
make -f makefile.unix
or
Code:
make -f makefile.unix USE_UPNP=-
if you don't have UPNP libs

Will give your instruction to pool maker. Bounty will be sent once it works.
Thank you.
legendary
Activity: 980
Merit: 1000
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.
full member
Activity: 157
Merit: 100
yeah, there was an error when compiling, you need to run (in the src directory)
Code:
make clean -f makefile.unix
and then
Code:
make -f makefile.unix
or
Code:
make -f makefile.unix USE_UPNP=-
if you don't have UPNP libs
newbie
Activity: 28
Merit: 2
just run
Code:
make clean -f makefile.unix
and it should compile fine (daemon)
I don't know Linux, but others said it has error when compiling. Can you try and fix it?
newbie
Activity: 28
Merit: 2
lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p
I think Hazard owes you a partial refund !
Not so helpful post. No one cares.

Still looking for an expert to fix compile source under Linux.
full member
Activity: 157
Merit: 100
just run
Code:
make clean -f makefile.unix
and it should compile fine (daemon)
hero member
Activity: 1394
Merit: 505
I think Hazard owes you a partial refund !
Pages:
Jump to: