Skip to content

Instantly share code, notes, and snippets.

@stevenroose
Created January 10, 2016 22:01
Show Gist options
  • Save stevenroose/5a6f32497943cd52b89b to your computer and use it in GitHub Desktop.
Save stevenroose/5a6f32497943cd52b89b to your computer and use it in GitHub Desktop.
$ qmake-qt5 && make -j4
cd jsoncpp/ && ( test -e Makefile || /usr/bin/qmake-qt5 /home/steven/git/Moneychanger/project/jsoncpp/jsoncpp.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/home/steven/git/Moneychanger/project/jsoncpp'
make -f Makefile.Release
make[2]: Entering directory '/home/steven/git/Moneychanger/project/jsoncpp'
make[2]: Nothing to be done for 'first'.
make[2]: Leaving directory '/home/steven/git/Moneychanger/project/jsoncpp'
make[1]: Leaving directory '/home/steven/git/Moneychanger/project/jsoncpp'
cd bitcoin-api/ && ( test -e Makefile || /usr/bin/qmake-qt5 /home/steven/git/Moneychanger/project/bitcoin-api/bitcoin-api.pro -o Makefile ) && make -f Makefile
Project ERROR: opentxs development package not found
Makefile:91: recipe for target 'sub-bitcoin-api-make_first-ordered' failed
make: *** [sub-bitcoin-api-make_first-ordered] Error 3
@FellowTraveler
Copy link

In the Moneychanger folder, did you do this?

$ git submodule init
$ git submodule update

Then re-do the qmake step.

@stevenroose
Copy link
Author

I did. I tried again after pulling and the same error persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment