FeatherCoin / Feathercoin

https://feathercoin.com
MIT License
128 stars 124 forks source link

[0.9.6.2] zxing header files not found #249

Closed natedavis closed 7 years ago

natedavis commented 7 years ago

When running configure on the 0.9.6.2 branch with the following:

./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --without-qrcode

also tried it with

./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --with-qrcode=no

Getting an error that we need zxing.h and qrencode.h, which both of those should not be needed if we run --without-qrcode

natedavis commented 7 years ago

Infact, I am of the opinion that if we are compiling --without-gui, then we don't need any qrcode or zxing because both those require the GUI interface.

natedavis commented 7 years ago

@wellenreiter01 fixed this in PR #250