BitShares Forum

Main => Technical Support => Topic started by: ElMato on September 22, 2014, 03:51:48 am

Title: v0.4.16 compile error on osx
Post by: ElMato on September 22, 2014, 03:51:48 am
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?
Title: Re: v0.4.16 compile error on osx
Post by: arhag on September 22, 2014, 01:31:25 pm
I had the same problem on Linux. Are you compiling in a separate build folder? Read my submitted GitHub issue here (https://github.com/BitShares/qt_wallet/issues/52). 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".