Thread overview | |||||
---|---|---|---|---|---|
|
August 20, 2011 gdc & ldc problems | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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 Re: gdc & ldc problems | ||||
---|---|---|---|---|
| ||||
Posted in reply to maarten van damme | 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 Re: gdc & ldc problems | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jesse Phillips Attachments:
| 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.
>
|
Copyright © 1999-2021 by the D Language Foundation