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

/core/main.go:17: undefined: OpenConfiguration #7

Open
Yu-Yan opened this issue Jan 12, 2017 · 11 comments
Open

/core/main.go:17: undefined: OpenConfiguration #7

Yu-Yan opened this issue Jan 12, 2017 · 11 comments

Comments

@Yu-Yan
Copy link

Yu-Yan commented Jan 12, 2017

src/core/main.go:17: undefined: OpenConfiguration
src/core/main.go:17: undefined: HOME_DIRECTORY_CONFIG
src/core/main.go:22: undefined: WriteConfiguration
src/core/main.go:22: undefined: HOME_DIRECTORY_CONFIG

@husthuke
Copy link

I have this problem too!!

@JuanCabre
Copy link

JuanCabre commented Feb 2, 2017

Same problem here :(

Edit: So the problem seems to be that the file configuration.go is missing. It was deleted in the commit that added the presentation.

@ljbhl
Copy link

ljbhl commented May 17, 2017

who have the file configuration.go ?

@Kevin-miu
Copy link

09cfe12
here you can find the file configuration.go which was deleted before.

@johntech-o
Copy link

johntech-o commented Mar 2, 2018

you can comment these,and try build again
// keypair, _ := OpenConfiguration(HOME_DIRECTORY_CONFIG)
// WriteConfiguration(HOME_DIRECTORY_CONFIG, keypair)

add this before that
var keypair *Keypair

@shingsheep
Copy link

shingsheep commented Dec 8, 2023 via email

3 similar comments
@shingsheep
Copy link

shingsheep commented Dec 23, 2023 via email

@shingsheep
Copy link

shingsheep commented Jan 23, 2024 via email

@shingsheep
Copy link

shingsheep commented Feb 21, 2024 via email

Repository owner deleted a comment from H4wk-eye Feb 21, 2024
Repository owner deleted a comment from vfa-gianglt-hcm Feb 23, 2024
Repository owner deleted a comment from vfa-gianglt-hcm Feb 23, 2024
Repository owner deleted a comment Feb 26, 2024
Repository owner deleted a comment Mar 1, 2024
Repository owner deleted a comment Mar 2, 2024
Repository owner deleted a comment Mar 2, 2024
Repository owner deleted a comment from Idris933 Mar 13, 2024
@shingsheep
Copy link

shingsheep commented Apr 26, 2024 via email

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

9 participants
@husthuke @JuanCabre @ljbhl @johntech-o @Yu-Yan @shingsheep @Kevin-miu and others