Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred while compiling the source code. #1

Open
Ambassador-pi opened this issue Jan 18, 2022 · 11 comments
Open

An error occurred while compiling the source code. #1

Ambassador-pi opened this issue Jan 18, 2022 · 11 comments

Comments

@Ambassador-pi
Copy link

What is the reason?
20220118151212851

@foggywow
Copy link

Hi
Which OS do you use?
Try to install additional libraries, it might help in your case
sudo apt install llvm clang

@Ambassador-pi
Copy link
Author

Ubuntu 20.04 I'll try.

@Ambassador-pi
Copy link
Author

It's the reason you said.
It's solved!
20220118161543380
20220118161616080
But another mistake occurred

@Validatrium
Copy link
Owner

Are you sure you've installed everything of listed requirements?
apt install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential gcc
The problem might be becouse you lost something.

@Ambassador-pi
Copy link
Author

Gcc is already installed. It passed this time, but I don't know why.

@Validatrium
Copy link
Owner

Validatrium commented Jan 18, 2022

Try this one
apt install libclang-12-dev
I guess it's missing

@Ambassador-pi
Copy link
Author

Compilation succeeded! When "source $home /. Bashrc" is executed, environment variable error will be prompted.
20220118173052705
20220118173147562

@Validatrium
Copy link
Owner

replace with your values

for example:
export ACCOUNT=Validatrium # name of your validator
export CHAIN=anoma-testnet-0.0.a1d4bbfafa49

@Validatrium
Copy link
Owner

After you've done it do not forget to upgrade variables, run the command source $HOME/.bashrc

@Ambassador-pi
Copy link
Author

There is a problem again in this step, please advise!
20220120094008756

@Validatrium
Copy link
Owner

Currently testnet is not running. We will update this instruction as soon as testnet will be available. Currently there is no way to run the node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants