-
Notifications
You must be signed in to change notification settings - Fork 132
Programs in the path might conflict with external builder #472
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
Comments
I have the same problem. What was the fix? |
@Wazalogic I believe @jantje was referring to the fact you closed the issue... |
This is still a problem and is very common. Everyone that has GIT installed will run into this issue. With some help of the net [1] I have "created" a batch script that I use to start Sloeber. Copy this script, call it sloeber.cmd and put it next to the sloeber-ide.exe:
|
@wimjongman |
Same here. |
This code removes both git and mingw from the path before starting Sloeber
|
This indeed solves the issue. |
Would tinkering with system property java.library.path work? -Djava.library.path=some/path |
As far as I can see this is the java library path and it is not related to the system path |
This issue has got a lot worse since Microsoft released Windows Subsystem for Linux, which puts a Any suggestions? |
I have no idea right now. I need to look closer into the issue and it is pretty far away from my comfort zone ;-). Note: I don't add make to the path. The default make command is ${JANTJE.MAKE_LOCATION}make on non-windows os'es ${JANTJE.MAKE_LOCATION} resolves to nothing on windows it resolves to the correct location. |
Replacing the make of the one delivered with mingw32 seems to fix the issue :-) |
I've also found that starting eclipse from an environment that doesn't include system32 or mingw also works. |
V4 no longer downloads make.exe from a ftp site but from a zip file from my site. This means I have more control over the content after releasing. |
Seems the mingw make has problems with the defines with spaces. Those boards won't work untill I fixed the make file generator. |
I have changed the environment variables so that both codan and make use the same commands.
fresh install of mars.2, fresh install of plugin v3.
"we have found programs in the path that might conflict with our external builder.
The conflicting programs are bash and sh.
The program might still function but if you get strange build errors you know where to look"
eclipse just quits after this.
what now?
The text was updated successfully, but these errors were encountered: