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

go get github.com/derekparker/delve/cmd/dlv fails with an error #71

Closed
dhanunjay opened this issue Feb 23, 2015 · 7 comments
Closed

go get github.com/derekparker/delve/cmd/dlv fails with an error #71

dhanunjay opened this issue Feb 23, 2015 · 7 comments

Comments

@dhanunjay
Copy link

When i do 'go get github.com/derekparker/delve/cmd/dlv' it fails with the following error

github.com/derekparker/delve/proctl

../../derekparker/delve/proctl/proctl.go:31: undefined: BreakPoint
../../derekparker/delve/proctl/proctl.go:32: undefined: BreakPoint

@derekparker
Copy link
Member

What OS are you using?

@derekparker
Copy link
Member

More specifically, are you using OS X? Delve currently does not support OS X, however I've been working a lot on OS X support and it should be landing soon.

@dhanunjay
Copy link
Author

I am on XUBUNTU with GO 1.4. I have also installed libreadline-dev.

@derekparker
Copy link
Member

Hmmm.. is this the first time you've tried pulling down & installing Delve? It builds with no problems on my machines, even if I completely remove it and try to go get again.

@dhanunjay
Copy link
Author

Yes first time. I will try again and update the thread. I am very excited to try delve.

thanks for looking into the issue.

@dhanunjay
Copy link
Author

Derek,

I was able to repro the issue on 32 bit XUBUNTU. However i have tried on a clean 64bit XUBUNTU everything worked as expected. Not sure if the architecture is an issue.

@derekparker
Copy link
Member

Ah, yeah I should of asked that as well. Currently only 64 bit systems are supported, it won't take much to support 32 bit systems, however I've just been focusing on OS X support as of late. I'll be working on 32 bit support after OS X support.

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

2 participants