Yes, you are right about that, the `-of` switch. I was looking for it on the link<br>you gave, but couldn't find it before.<br><br>I tried non-space inbetween `testing` and `-of`, but it doesn't work.<br><br>I also changed the `Set Includes and Arguments`, but no good effect either.<br>
It seems Geany always puts the `-of` switch, even if it's not there in the<br>settings.<br><br>Now I just don't know anymore. I think I will ask on a forum somewhere. If<br>I get to know the solution, I will let you know. Thanks for your help :)<br>
<br>Regards<br><br><div><span class="gmail_quote">On 08/09/2008, <b class="gmail_sendername">Enrico Tröger</b> <<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 8 Sep 2008 17:15:29 +0200, Brendan <<a href="mailto:brenzie@gmail.com">brenzie@gmail.com</a>> wrote:<br> <br> > Hi,<br> ><br> <br>> Doing that in the terminal, I get the same message.<br> ><br> > Just using 'dmd <D file>' works, though.<br>
 ><br> > I understand why the `-o` is there, but not why `-f ` is there.<br> <br> <br>Because the dmd doesn't support '-o' which makes it special from other<br> common compilers. No idea why it does work on your system but see the<br>
 manual link I posted in my last mail, there is also '-of' mentioned and<br> not '-o'.<br> Er, could you try dmd -of"testing"? Maybe it doesn't like the space<br> between the option and the filename. I believe to remind something like<br>
 this. That dmd is just strange.<br> <br><br> <br> > What I do now is just use Geany's F8 to compile, the<br> > terminal to build, and Geany's F5 to execute. Of course,<br> > I'd like to use Geany's F9 too.<br>
 <br> <br>Of course, this isn't a solution.<br> <br><br> <br> > When I use dmd manually in command line, without the `-o`<br> > switch, it always produces a sane name, so you do think<br> > changing this in Geany's `Set Includes and Arguments` could<br>
 > help?<br> <br> <br>Sure, just try it. I don't know the DMD very well because I don't use<br> the D language much at all and I was never sure about the licencing<br> issues with DMD (I prefer free software).<br>
 <br> GDC instead is completely free software and uses the<br> common compiler options like '-o' and similars.<br> <br><br> <br> Regards,<br> Enrico<br> <br> --<br> Get my GPG key from <a href="http://www.uvena.de/pub.asc">http://www.uvena.de/pub.asc</a><br>
 <br> <br> <br>_______________________________________________<br> Geany mailing list<br> <a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br> <a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
 <br><br></blockquote></div><br>