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

codeintel cannot be started on windows #20

Open
lucyllewy opened this issue May 12, 2015 · 0 comments
Open

codeintel cannot be started on windows #20

lucyllewy opened this issue May 12, 2015 · 0 comments

Comments

@lucyllewy
Copy link

http://forum.komodoide.com/t/ide-9-golang-codeintel-failure/1563?u=diddledan (duplicated below):
referencing: http://forum.komodoide.com/t/komodo-ide-9-error-compiling-outline-unable-to-locate-go-executable/1405/11?u=diddledan

log lines:

[2015-05-12 20:40:24,644] [ERROR] process: process.py: can't execute None ("C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\extensions\[email protected]\golib\outline.exe" d:\daniel\documents\go\src\bang\cluster\cluster.go)
[2015-05-12 20:40:24,667] [ERROR] codeintel.go: Error executing '['C:\\Program Files (x86)\\ActiveState Komodo IDE 9\\lib\\mozilla\\extensions\\[email protected]\\golib\\outline.exe', u'd:\\daniel\\documents\\go\\src\\bang\\cluster\\cluster.go']': [Error 2] The system cannot find the file specified
[2015-05-12 20:40:24,727] [ERROR] codeintel.indexer: unexpected internal error in indexer: ignoring and continuing
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\python\komodo\codeintel2\indexer.py", line 516, in run
    self._iteration()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\python\komodo\codeintel2\indexer.py", line 583, in _iteration
    buf.scan(mtime=request.mtime)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\python\komodo\codeintel2\citadel.py", line 279, in scan
    scan_error = scan_tree[0].get("error")

This log suggests that the executable argument is empty in the _execute_child function in <komodo-root>/lib/mozilla/python/komodo/process.py. I've not figured-out where executable is specified yet, but I can see that it is external to the _execute_child function in process.py.

Do you have any ideas what I can do to get golang code intelligence to work based on the problems above? Is there any more information I can provide to help diagnosis?

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

1 participant