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

removing 8g, 8l etc and eclipse go plugin #3039

Closed
gopherbot opened this issue Feb 15, 2012 · 5 comments
Closed

removing 8g, 8l etc and eclipse go plugin #3039

gopherbot opened this issue Feb 15, 2012 · 5 comments

Comments

@gopherbot
Copy link
Contributor

by milak.mlk:

I am using the eclipse plugin to build my go programs. 
(http://code.google.com/p/goclipse/)
Since the last weekly release (gowin386_weekly.2012-02-14) there is no more 8g, 8l, ....
Those programs are used by the plugin to build and link. (The previous release containd
yet those programs in the bin/tool subdirectory).

What is the expected output?
Could you :
  - let those programs (8g, 8l, ...) in the next releases in bin/tool why not ?
  - update your eclipse plugin to support the new way to compile

Which operating system are you using?
Windows XP 32 bits

Which revision are you using?  (hg identify)
gowin386_weekly.2012-02-14

Please provide any additional information below.


Thank you for your great language. Hope it will continue for long time.
@gopherbot
Copy link
Contributor Author

Comment 1 by milak.mlk:

Binaries found in go\pkg\tool\windows_386 please don't remove them till your goclipse
plugin is uptodate.
I found a forget : go\misc\windows\goenv.bat will not work now (looking for 6g or 8g
binary)

@alexbrainman
Copy link
Member

Comment 2:

Please try to use
go tool 8g ...
instead of
8g ...
and tell us if it worked.
Same for others - 8l etc.
I know nothing about eclipse go plugin, but, perhaps, it should just use go command
directly.
I also reported your other issue: https://golang.org/issue/3040.
Thank you.
Alex

Owner changed to @alexbrainman.

Status changed to WaitingForReply.

@dsymonds
Copy link
Contributor

Comment 3:

This looks like a problem with goclipse rather than Go. Any objections to simply closing
this bug?

Labels changed: added priority-later, toolbug, removed priority-triage.

@gopherbot
Copy link
Contributor Author

Comment 4 by milak.mlk:

Eclipse plugin needs only a program path not command line (it tests wether the program
exists in the preferences).
Since you let 8g, 8l, ... in your package, it will not be a problem. But, if you remove
them, i will not be able to use the eclipse plugin.
You may close the issue.
Thanks

@alexbrainman
Copy link
Member

Comment 5:

There is no plan to remove any of 8g, 8l as far as I know.

Status changed to Retracted.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants