digitalmars.D.learn - gdc & ldc problems
- maarten van damme <maartenvd1994 gmail.com> Aug 19 2011
- Jesse Phillips <jessekphillips+d gmail.com> Aug 19 2011
- maarten van damme <maartenvd1994 gmail.com> Aug 19 2011
--000e0cd29e26feeced04aae5e408 Content-Type: text/plain; charset=ISO-8859-1 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?) --000e0cd29e26feeced04aae5e408 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable so I have installed ldc,gdc and dmd on my linux box(debian testing)<br>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).<br>the versi= ons of phobos between the 3 are completely out of sync, did I install it th= e wrong way (simple apt-getting?)<br> --000e0cd29e26feeced04aae5e408--
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
--000e0cd29e26d64b8a04aae6b49d Content-Type: text/plain; charset=ISO-8859-1 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.
--000e0cd29e26d64b8a04aae6b49d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ooh, thank you :)<br><br><div class=3D"gmail_quote">2011/8/20 Jesse Phillip= s <span dir=3D"ltr"><<a href=3D"mailto:jessekphillips%2Bd gmail.com">jes= sekphillips+d gmail.com</a>></span><br><blockquote class=3D"gmail_quote"= style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> <div><div></div><div class=3D"h5">On Sat, 20 Aug 2011 03:37:52 +0200, maart= en van damme wrote:<br> <br> > so I have installed ldc,gdc and dmd on my linux box(debian testing) th= e<br> > problem now is that when I try to compiler something using gdc or ldc<= br> > that imports from core it gives an error (core.* can not be found). th= e<br> > versions of phobos between the 3 are completely out of sync, did I<br> > install it the wrong way (simple apt-getting?)<br> <br> </div></div>The compilers found in the repository support D1, core.* is par= t of D2.<br> </blockquote></div><br> --000e0cd29e26d64b8a04aae6b49d--
Aug 19 2011









Jesse Phillips <jessekphillips+d gmail.com> 