-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error while building email app #963
Comments
I got this issue a moment ago. Could you do |
log.txt"freenet --version" not working, but it must be 0.0.6 |
ah yes sorry I see the issue |
I got the same issue some month ago. You did not build freenet with contract rust feature. try |
@9i5BCrUcNX5NmT ahh ok I understand! You should compile freenet from source instead of using cargo. |
The build is successful after recompile from source. |
very good!!!! you are welcome. |
While build email app i got an error.
File
"https://github.com/freenet/freenet-core/blob/main/apps/freenet-email-app/Makefile"
section
"publish-webapp"
command
"fdev publish --code build/freenet/freenet_email_app_web contract --state build/freenet/contract-state"
error
"
2024-01-18T21:59:39.608391Z ERROR fdev::commands: Missing export initiate_buffer
2024-01-18T21:59:39.608465Z ERROR stretto::cache::sync: fail to handle clear event: fail to receive msg from channel: fail to receive msg from insert buffer: receiving on an empty and disconnected channel
2024-01-18T21:59:39.608475Z ERROR stretto::cache::sync: fail to handle insert event: fail to receive msg from channel: fail to receive msg from insert buffer: receiving on an empty and disconnected channel
Error: Missing export initiate_buffer
"
How can I fix it?
The text was updated successfully, but these errors were encountered: