PLEASE BE WORKING
This commit is contained in:
@@ -4,16 +4,17 @@ rm *.so rogue/rogue games/tetris games/prices
|
|||||||
echo rogue
|
echo rogue
|
||||||
make -f Makefile_rogue
|
make -f Makefile_rogue
|
||||||
./makerogue
|
./makerogue
|
||||||
|
rm ../libcc.so
|
||||||
|
cp librogue.so ../libcc.so
|
||||||
|
|
||||||
echo sudoku/musig/dilithium
|
#echo sudoku/musig/dilithium
|
||||||
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o sudokucc.so cclib.cpp
|
#gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o sudokucc.so cclib.cpp
|
||||||
|
|
||||||
echo games tetris
|
#echo games tetris
|
||||||
./maketetris
|
#./maketetris
|
||||||
|
|
||||||
echo games prices
|
#echo games prices
|
||||||
./makeprices
|
#./makeprices
|
||||||
|
|
||||||
echo customcc stub
|
|
||||||
gcc -O3 -DBUILD_CUSTOMCC -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o customcc.so cclib.cpp
|
|
||||||
|
|
||||||
|
#echo customcc stub
|
||||||
|
#gcc -O3 -DBUILD_CUSTOMCC -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o customcc.so cclib.cpp
|
||||||
|
|||||||
@@ -33,7 +33,9 @@
|
|||||||
|
|
||||||
#include <boost/filesystem/path.hpp>
|
#include <boost/filesystem/path.hpp>
|
||||||
|
|
||||||
#include <db_cxx.h>
|
// CCLIB fails to compile with this!
|
||||||
|
//#include <db_cxx.h>
|
||||||
|
#include "../depends/x86_64-unknown-linux-gnu/include/db_cxx.h"
|
||||||
|
|
||||||
extern unsigned int nWalletDBUpdated;
|
extern unsigned int nWalletDBUpdated;
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ CONFIG_SITE="$PWD/depends/$HOST/share/config.site" ./configure "$HARDENING_ARG"
|
|||||||
WD=$PWD
|
WD=$PWD
|
||||||
cd src/cc
|
cd src/cc
|
||||||
echo $PWD
|
echo $PWD
|
||||||
./makerogue
|
./makecclib
|
||||||
cd $WD
|
cd $WD
|
||||||
|
|
||||||
"$MAKE" "$@" V=1
|
"$MAKE" "$@" V=1
|
||||||
|
|||||||
Reference in New Issue
Block a user