-
Notifications
You must be signed in to change notification settings - Fork 0
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
internal compiler problem #1
Comments
I have gopath import in gopath src github.com then hemtjanst then git clone |
Please copy-paste the error instead of screenshotting it. This is really hard to read. And the commands you're running to get this. |
**first command : go install fan.go error happening 1 : internal error compiling in convert_type_to_interface at go/frontend/expressions.cc:258 second command : go install go.mod error happening 2 : can't load package | unknow import path go.mod | cannot find module providing go.mod thirst command : go install main.go error happening 3 : same error than error hapening 1 from command 'go install fan.go fourth command : go test fan.go error happening : same error than command one and 3** Thank you in advance to help myself correctly install your fork, Regards. azaretdodo. |
Make sure you're running at least go 1.12 (check with Then compile with |
i am running go version 1.12.2 i am hapening error with your command line (without "." the real name): cannot find package in any of /usr/src/hemtjanst/flakt (from $GOROOT) and /root/go/src/hemtjanst/flakt (from $GOPATH) |
the |
Now I am happening following errors :
Cannot find package lib.hemtjan.st/client
Cannot find package lib.hemtjan.st/device
Cannot find package lib.hemtjan.st/feature
Cannot find package lib.hemtjan.st/transport/mqtt
All this missing from goroot and gopath did by your advice
Thank you in advance to help myself,
Regards.
Azaretdodo.
Envoyé d’Outlook Mobile<https://aka.ms/blhgte>
…________________________________
From: bonan <[email protected]>
Sent: Friday, April 10, 2020 4:09:05 PM
To: hemtjanst/flakt <[email protected]>
Cc: Azaretdodo <[email protected]>; Author <[email protected]>
Subject: Re: [hemtjanst/flakt] internal compiler problem (#1)
the . should be there
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHJN3IIXVBR2XGTTE473WCLRL4SADANCNFSM4MFJKCCQ>.
|
Hello,
I happening Following error when compiling :
Can you help myself for compil fully your fork ?
thank you in advance,
Regards.
azaretdodo.
The text was updated successfully, but these errors were encountered: