-
Notifications
You must be signed in to change notification settings - Fork 5
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
Status bar error #8
Comments
I have the same problem, but d-ide doesn't build the executable. The log says it compiled it, no errors, but status bar says failed. the code that gives the issue is at: http://dpaste.dzfl.pl/5e565bda When I remove the mixin, everything works fine. Using dmd directly produces the exe so this is an issue with d-ide. |
ah, sorry for not having answered for so long..gonna have a look on it tomorrow |
Checking the log output, it seems d-ide simply does not do the link step. The log output link step is just missing from the log when I uncomment the mixin but when I comment it out the step is there. |
I'm getting this weird an unidentifiable dmd output:
whereas my dmd command is (as usual)
oh wait, now I see..it's not linking it :o And this output..comes due to your |
lol... well, pragma(msg, ...) isn't an error ;/ not sure if dmd returns an exit code or not but obviously the compilation works so d-ide just needs to figure out what the difference between a real error and just a pragma msg is... probably pretty easy(exit code difference) |
Sure, that solved the problem..will do this later on |
I wrote code and builded it. Building broke. Status bar showed message 'Build failed'. Next I changed code and rebuilded it successfully, but status bar didn't change message.
The text was updated successfully, but these errors were encountered: