Thread overview
gdc & ldc problems
Aug 20, 2011
maarten van damme
Aug 20, 2011
Jesse Phillips
Aug 20, 2011
maarten van damme
August 20, 2011
so I have installed ldc,gdc and dmd on my linux box(debian testing)
the problem now is that when I try to compiler something using gdc or ldc
that imports from core it gives an error (core.* can not be found).
the versions of phobos between the 3 are completely out of sync, did I
install it the wrong way (simple apt-getting?)


August 20, 2011
On Sat, 20 Aug 2011 03:37:52 +0200, maarten van damme wrote:

> so I have installed ldc,gdc and dmd on my linux box(debian testing) the problem now is that when I try to compiler something using gdc or ldc that imports from core it gives an error (core.* can not be found). the versions of phobos between the 3 are completely out of sync, did I install it the wrong way (simple apt-getting?)

The compilers found in the repository support D1, core.* is part of D2.
August 20, 2011
ooh, thank you :)

2011/8/20 Jesse Phillips <jessekphillips+d@gmail.com>

> On Sat, 20 Aug 2011 03:37:52 +0200, maarten van damme wrote:
>
> > so I have installed ldc,gdc and dmd on my linux box(debian testing) the problem now is that when I try to compiler something using gdc or ldc that imports from core it gives an error (core.* can not be found). the versions of phobos between the 3 are completely out of sync, did I install it the wrong way (simple apt-getting?)
>
> The compilers found in the repository support D1, core.* is part of D2.
>