luxi78 / joplin2obsidian Public
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 when compiling #2
Comments
|
I have the same problem I decided this way but then the following problem appeared when doing make sergei@sergei-dom:~/joplin2obsidian$ make build version: v0.2.1-3-ga53ee6b my operating system ubuntu Linux. 20/04 |
Hi @ABAC95 , it seems that the go command does not exist. did you follow the instructions( https://golang.org/doc/install ) to install the golang development environment? |
Hi @supotnitskiy , go-1.13 is too old to compile joplin2obsidian. please follow https://golang.org/doc/install to install the newest version golang development environment. btw, don't forget to |
|
Thanks |
Hello, this would probably be a noob mistake that i'm making but i get the following error when compiling:
uniform@pop-os:~/Descargas/joplin2obsidian$ make
build version: v0.2.1-3-ga53ee6b
env CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.Version=v0.2.1-3-ga53ee6b" -o dist/joplin2obsidian_darwin_amd64
env: «go»: The file or directory does not exist
make: *** [makefile:6: core] Error 127
The text was updated successfully, but these errors were encountered: