DStep

Jacob Carlborg doob at me.com
Sat Nov 23 12:16:31 PST 2013


On 2013-11-22 15:35, Craig Dillabaugh wrote:
> I am trying to use DStep on OpenSuse 12.3.  I downloaded one of
> the binaries (it was for Debian, so I guess that is my problem),
> and when I run DStep I get the following error:
>
> craigkris at linux-s9qf:~/code/DShape/D> dstep shapefil.h
> File(850DF8, "")/usr/include/stdio.h:33:11: fatal error:
> 'stddef.h' file not found

Unfortunately this is a known issue. What I did is was to place stddef.h 
and stdarg.h (shipped with Clang) into /use/include. Please see the 
readme for more info.

https://github.com/jacob-carlborg/dstep#libclang

>> build.sh
> dstep/driver/Application.d(13): Error: module Application is in
> file 'dstack/application/Application.d' which cannot be read

Did you clone the submodules? Run:

$ git clone --recursive git at github.com:jacob-carlborg/dstep.git

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list