DStep

Craig Dillabaugh craig.dillabaugh at gmail.com
Sun Nov 24 07:02:20 PST 2013


On Sunday, 24 November 2013 at 14:04:32 UTC, Jacob Carlborg wrote:
> On 2013-11-24 14:58, Craig Dillabaugh wrote:
>
>> I have clang installed on my machine.  Is there anyway to 
>> point dstep to
>> the right headers when I invoke it?
>
> Yes, use the -I flag. In addition to the listed flags, DStep 
> accept all flags Clang accepts.
>
>> I already got Tango working - that was clear from your docs.  
>> At first I
>> resisted, figuring I was sure to have problems getting Tango 
>> to work
>> (Murphy's Law seems to apply strongly for me), but Tango 
>> turned out to
>> be a piece of cake.  I will give compiling DStep another shot 
>> in the
>> next day or two and report back!
>
> I plan to use dub to compile DStep.

So the following command works (at least on my system):
dstep -I/usr/lib64/clang/3.2/include shapefil.h

Thanks for your help.



More information about the Digitalmars-d-learn mailing list