digitalmars.D.learn - gdc & ldc problems
- maarten van damme (5/5) Aug 19 2011 so I have installed ldc,gdc and dmd on my linux box(debian testing)
- Jesse Phillips (2/7) Aug 19 2011 The compilers found in the repository support D1, core.* is part of D2.
- maarten van damme (2/9) Aug 19 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?)
Aug 19 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.
Aug 19 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.
Aug 19 2011