error building on Syllable
Frits van Bommel
fvbommel at REMwOVExCAPSs.nl
Tue Apr 21 04:06:02 PDT 2009
Rohan wrote:
> Hi! I try to build DMD under Syllable, but I get next error. I tried 1&2
> versions and BSD port, and it didn't help.
>
> http://img95.imageshack.us/img95/5505/capturey.png
>
> Could anybody help?
Looks like simple missing #includes.
Figure out which header should declare each of those symbols and #include it at
the top of any source file that can't find them.
(The most likely cause is a header that on Linux and OS X is #included by some
other header, but not on Syllable...)
After doing that, it'd be nice to put a patch in bugzilla:
http://d.puremagic.com/issues/
More information about the Digitalmars-d
mailing list