www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - gdc & ldc problems

reply maarten van damme <maartenvd1994 gmail.com> writes:
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?)
Aug 19 2011
parent reply Jesse Phillips <jessekphillips+d gmail.com> writes:
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.
Aug 19 2011
parent maarten van damme <maartenvd1994 gmail.com> writes:
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.
Aug 19 2011