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

0 Members and 1 Guest are viewing this topic.

Offline ozvic

  • Jr. Member
  • **
  • Posts: 44
    • View Profile
  • BitShares: trev
Same issue but a ...

'make bitshares-client' fixed it for me.

Guess I was trying to make everything but don't need the GUI.

Offline Riverhead


Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
They aren't the fancy new ones with candles

Are you also only seeing the candlestick charts in the 0.4.15 version? I reverted back to get them.

Also Im trying to find where the web_wallet source code the highcharts library is referenced, but I cant see it  ???

Offline Riverhead

They aren't the fancy new ones with candles


Offline Riverhead

If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.

But you dont need to type "make" - that builds every single target. You just need "make BitSharesX"


Gotcha, thought you were just looking to upgrade, my bad. I just did the entire make and am getting the same error. I'll poke at it and post back if I figure something out.

Offline bitcoinerS

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

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.

But you dont need to type "make" - that builds every single target. You just need "make BitSharesX"

Yes, I can do without that target and still use the client. However I would like to make sure all targets  build successfully.
>>> approve bitcoiners

Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
Hmm the wallet graphs have disappeared in 0.4.16 :(

Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.

But you dont need to type "make" - that builds every single target. You just need "make BitSharesX"

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.
>>> approve bitcoiners

Offline Riverhead

If everything compiled fine what are you trying to make?? You're done :)

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
No compile issues here. Maybe clone it again?

git pull
git checkout v0.4.16-RC1
git submodule init
git submodule update
git cmake -DINCLUDE_QT_WALLET=ON .
make bitshares_client
make buildweb
make BitSharesX

Ok. Cloned another copy of the repo and did steps above. All compiles fine. After that ran

make

and got the same error again.
WebUpdates.hpp: No such file or directory
>>> approve bitcoiners

Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
Try specifying the target:

make BitSharesX

I was just making everything before.

Offline Riverhead

No compile issues here. Maybe clone it again?

git pull
git checkout v0.4.16-RC1
git submodule init
git submodule update
git cmake -DINCLUDE_QT_WALLET=ON .
make bitshares_client
make buildweb
make BitSharesX

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