Author Topic: fatal error: WebUpdates.hpp: No such file or directory  (Read 5201 times)

0 Members and 1 Guest are viewing this topic.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
git submodule update  ?

yes, did update. same result.
git submodule init ?
should be done before update.

both git submodule init and update were done.
>>> approve bitcoiners

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Found the problem. Had to

Code: [Select]
rm CMakeCache.txt
cmake .


now it compiles.

Actually this did not solve the problem, just removed web_wallet build from configuration. So now I did

Code: [Select]
cmake -DINCLUDE_QT_WALLET=ON .
and getting the same error again.

fatal error: WebUpdates.hpp: No such file or directory
« Last Edit: September 19, 2014, 03:39:43 pm by bitcoinerS »
>>> approve bitcoiners


Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
>>> approve bitcoiners

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Having problems compiling 0.4.16-RC1 on Ubuntu 14.10.

Code: [Select]
[code][ 92%] Building CXX object programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o
In file included from /home/bitcoiners/local/bitsharesx/programs/utils/web_update_utility/main.cpp:1:0:
/home/bitcoiners/local/bitsharesx/programs/utils/web_update_utility/update_utility.hpp:5:26: fatal error: WebUpdates.hpp: No such file or directory
 #include <WebUpdates.hpp>
                          ^
compilation terminated.
programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/build.make:54: recipe for target 'programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o' failed
make[2]: *** [programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1826: recipe for target 'programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/all' failed
make[1]: *** [programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/all] Error 2
Makefile:103: recipe for target 'all' failed
make: *** [all] Error 2
« Last Edit: September 19, 2014, 03:30:02 pm by bitcoinerS »
>>> approve bitcoiners