View previous topic :: View next topic |
Author |
Message |
skyfex
Joined: 27 Apr 2007 Posts: 6
|
Posted: Tue Feb 19, 2008 12:03 pm Post subject: Object file conflict |
|
|
When the compiler makes object files it seems to give them the same name as the D source files, but with an .obj extension. I have two D source files with the same name (loader.d) in two different directories.. It seems as if this causes a conflict, and only one of the obj files are kept. When using dmd directly I believe this could be solved by using the -op switch.. but how can I solve this using Poseidon?
If there's not I guess I have a feature request:
Add a checkbox to use -op in options
Also: Is it right that there's no shortcut for undo? >_< |
|
Back to top |
|
|
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Wed Feb 20, 2008 1:06 am Post subject: Re: Object file conflict |
|
|
skyfex wrote: | When the compiler makes object files it seems to give them the same name as the D source files, but with an .obj extension. I have two D source files with the same name (loader.d) in two different directories.. It seems as if this causes a conflict, and only one of the obj files are kept. When using dmd directly I believe this could be solved by using the -op switch.. but how can I solve this using Poseidon?
If there's not I guess I have a feature request:
Add a checkbox to use -op in options
Also: Is it right that there's no shortcut for undo? >_< |
I'll add -op compiler option, please wait......
Please re-config the shortcut on Tools->Options->short cut. |
|
Back to top |
|
|
skyfex
Joined: 27 Apr 2007 Posts: 6
|
Posted: Wed Feb 20, 2008 7:17 am Post subject: |
|
|
Thanks for the quick reply. Great work on Poseidon so far btw.
It worked for me adding -op in Extra Options in Compiler Options in Project Properties. It looks like debugging is broken though, but I haven't made an effort to solve that yet.
Didn't see the config for undo last time I looked.. Silly me
But what about a short-cut for "build and run" and debugging?
Hmm.. I'm considering contributing to the project, but it'd take some time to get familiar with it I guess. |
|
Back to top |
|
|
|