Author

Topic: Gitian Build Genius around? Im having a small issue. (Read 909 times)

member
Activity: 84
Merit: 10
I got if figured out. Cool
member
Activity: 84
Merit: 10
Code:
test_main.cpp:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]uritests.cpp:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]

test_main.cpp:2:35: fatal error: src/vikingcoin-config.h: No such file or directory
compilation terminated.
make[6]: *** [test_vikingcoin_qt-test_main.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: Leaving directory `/home/ubuntu/build32/distsrc/src/qt/test'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/ubuntu/build32/distsrc/src/qt/test'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ubuntu/build32/distsrc/src/qt'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ubuntu/build32/distsrc/src/qt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ubuntu/build32/distsrc/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ubuntu/build32/distsrc/src'
make: *** [all-recursive] Error 1

Is there a way not to build the Viking Coin_QT test and create the Release only. I have tried everything to get this compiled correctly.

Config seems to place it in the src dir.
ac_config_headers="$ac_config_headers src/vikingcoin-config.h"

Can anyone point me in the right direction? 
Jump to: