Author Topic: fatal error: WebUpdates.hpp: No such file or directory  (Read 5202 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