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

make errors out in the example project setup #37

Open
aashutoshrathi opened this issue Oct 11, 2024 · 1 comment
Open

make errors out in the example project setup #37

aashutoshrathi opened this issue Oct 11, 2024 · 1 comment

Comments

@aashutoshrathi
Copy link

Description

I'm trying to setup the example project in the docs with Rust.
When I run make the following error pops up, is there a patch for this. Seems like some machine/version specific issue?

error: failed to select a version for `revm-primitives`.
    ... required by package `fluentbase-sdk v0.1.0 (https://github.com/fluentlabs-xyz/fluentbase?branch=dev2#e071eb30)`
    ... which satisfies git dependency `fluentbase-sdk` of package `greeting v0.1.0 (/Users/[redacted]/stackr/fluent-fafo)`
versions that meet the requirements `*` are: 10.0.0

the package `fluentbase-sdk` depends on `revm-primitives`, with features: `rwasm` but `revm-primitives` does not have these features.


failed to select a version for `revm-primitives` which could resolve this conflict
make: *** [build] Error 101
@bfdays
Copy link
Contributor

bfdays commented Oct 13, 2024

@aashutoshrathi Please update to the latest devel branch, there is examples folder which contains many different examples (subfolders). Does it work for you? You can create your solution based on it. I have checked, they work well, no compilation problems for now

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

2 participants