Getting gdc working with xcode 3.1

Jacob Carlborg doobnet at gmail.com
Sun Sep 21 03:20:43 PDT 2008


Michel Fortin wrote:
> On 2008-09-20 15:48:41 -0400, Jacob Carlborg <doobnet at gmail.com> said:
> 
>> Yeah I got it to work when I used dsss as an External Target. But what 
>> I want is to have dsss integrated the same way as gdc is. For example, 
>> changing build options, adding build flags, when I use an external 
>> tool the binary isn't placed in the Release/Debug folder and so on.
> 
>> In the project settings->build there should be build options for dsss, 
>> rebuild and gdc/gdmd.
> 
> But, aren't dsss build options part of the dsss.conf file? Are you 
> asking for an editor for a dsss.conf file intergated with Xcode's 
> project and target build settings?

That would be nice. But I thought that you could use dsss without a 
dsss.conf and pass build options on the command line. If I run dsss 
without any options or files it says at the bottom: "All other options 
are passed through to rebuild and ultimately the compiler." but I 
noticed that didn't work using dsss 0.75.

> Perhaps what you want could work as a new target type custom-made for 
> DSSS. I'm not sure how much work this is (note that Apple's Xcode API is 
> "private" and undocumented and thus not necessarly easy to work with). I 
> can offer some guidance if you want to do it. Right now, in the limited 
> free time I got, I'm more interested in other things, such as improving 
> Xcode debugger integration, and advancing some of my other projects.

I think I figured out how to do most of the things I wanted to do anyway 
now, thanks.


More information about the D.gnu mailing list