StarAurryon / lpedit

GNU General Public License v2.0
29 stars 3 forks source link

Duplicate LockData definition #4

Closed nemasket closed 2 years ago

nemasket commented 3 years ago

I was very excited to find this project. I installed the Go environment and the QT mods per the README files.

First I did the qt stuff for the Linux environment:

export GO111MODULE=off; go get -v github.com/StarAurryon/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false

This builds and tests successfully. Then I followed up with:

jurgen@danglard:~$ go get -v github.com/StarAurryon/lpedit


Running that yields this error message:

github.com/StarAurryon/lpedit-lib/model/pod

# github.com/StarAurryon/lpedit-lib/model/pod go/src/github.com/StarAurryon/lpedit-lib/model/pod/interfaces.go:38:5: duplicate method LockData I get the same error running main.go directly from the source. The go environment is completely new to me and I am drilling down into various things to discover what could be wrong with the steps I have taken. I see the project is on hold, but in the interim, if there is an obvious solution known to others that would short circuit my investigation, I'd be grateful to hear about it.
StarAurryon commented 3 years ago

Hello nemasket,

I will try to check this by the end of the week. By the way, you are not obliged to compile the project yourself, compiled releases are available.

Aurryon

nemasket commented 3 years ago

Thanks for the response. I was so focused on the code aspect that I missed the release link on the right side. Thanks for pointing that out. I'll give that a twirl tonight. Maybe there's a repository issue for those trying the code-centric approach.

Best Regards, Jurgen

On Tue, Mar 23, 2021 at 8:28 AM Aurryon SCHWARTZ @.***> wrote:

Hello nemasket,

I will try to check this by the end of the week. By the way, you are not obliged to compile the project yourself, compiled releases are available.

Aurryon

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/StarAurryon/lpedit/issues/4#issuecomment-804997479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACOJRRCX6MYM2ZBRVZ6LQ3TFCXQ3ANCNFSM4ZUF3W3A .

StarAurryon commented 2 years ago

I'm closing the bug for now as it is related to the backend that is now hosted on another github repo. If you know people that can help me porting the UI from QT to GTK with gotk4, go ahead, I want to bring back this project to life.