Author Topic: v0.4.16 compile error on osx  (Read 1194 times)

0 Members and 1 Guest are viewing this topic.

Offline arhag

  • Hero Member
  • *****
  • Posts: 1214
    • View Profile
    • My posts on Steem
  • BitShares: arhag
  • GitHub: arhag
I had the same problem on Linux. Are you compiling in a separate build folder? Read my submitted GitHub issue here. You can work around it by either compiling in the source folder or copying the folder from "bitsharesx/programs/qt_wallet/images" to "$(BUILD_FOLDER)/programs/qt_wallet/images".
« Last Edit: September 22, 2014, 02:06:01 pm by arhag »

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
Trying to compile tag v0.4.16 from https://github.com/dacsunlimited/bitsharesx/

-- Target htdocs directory already exists, exiting...
[ 95%] Built target buildweb
make[2]: *** No rule to make target `programs/qt_wallet/images/splash_screen.jpg', needed by `programs/qt_wallet/qrc_bitshares.cpp'.  Stop.
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make: *** [all] Error 2

Any hint?