Re: updating druntime

2013-12-15 Thread Joseph Rushton Wakeling
On 15/12/13 14:27, Marco Leise wrote: As it should. But I keep wondering why it didn't work on Ubuntu which is based on Debian. Oh well... :) Forgot to copy phobos/etc to include/d2/etc ... ?

Re: updating druntime

2013-12-15 Thread Marco Leise
Am Sun, 15 Dec 2013 09:06:16 +0100 schrieb "Benji" : > On Saturday, 14 December 2013 at 16:58:06 UTC, Marco Leise wrote: > > Am Sat, 14 Dec 2013 08:43:42 +0100 > > schrieb "Benji" : > > > >> On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise > >> wrote: > >> > Am Fri, 13 Dec 2013 21:40:10

Re: updating druntime

2013-12-15 Thread Benji
On Saturday, 14 December 2013 at 16:58:06 UTC, Marco Leise wrote: Am Sat, 14 Dec 2013 08:43:42 +0100 schrieb "Benji" : On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote: > Am Fri, 13 Dec 2013 21:40:10 +0100 > schrieb "Benji" : > >> I got two errors mentioned above at once.. :( >

Re: updating druntime

2013-12-14 Thread Marco Leise
Am Sat, 14 Dec 2013 08:43:42 +0100 schrieb "Benji" : > On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote: > > Am Fri, 13 Dec 2013 21:40:10 +0100 > > schrieb "Benji" : > > > >> I got two errors mentioned above at once.. :( > > > > What the heck is happening on your system? :( > > I

Re: updating druntime

2013-12-13 Thread Benji
On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote: Am Fri, 13 Dec 2013 21:40:10 +0100 schrieb "Benji" : I got two errors mentioned above at once.. :( What the heck is happening on your system? :( I plan to install Arch, so hope that will solve it :P

Re: updating druntime

2013-12-13 Thread Marco Leise
Am Fri, 13 Dec 2013 21:40:10 +0100 schrieb "Benji" : > I got two errors mentioned above at once.. :( What the heck is happening on your system? :( -- Marco

Re: updating druntime

2013-12-13 Thread Benji
On Friday, 13 December 2013 at 19:22:20 UTC, Marco Leise wrote: Am Fri, 13 Dec 2013 19:48:46 +0100 schrieb "Benji" : When I compile it this way: dmd helloa.d -L-lphobos2 -L-lcurl Another error appear: [...] helloa.d:(.text._D3std6format66__T14formattedWriteTS3std5array17__T8AppenderTAyaZ8Appen

Re: updating druntime

2013-12-13 Thread Marco Leise
Am Fri, 13 Dec 2013 19:48:46 +0100 schrieb "Benji" : > When I compile it this way: dmd helloa.d -L-lphobos2 -L-lcurl > Another error appear: > > [...] > helloa.d:(.text._D3std6format66__T14formattedWriteTS3std5array17__T8AppenderTAyaZ8AppenderTaTmTmZ14formattedWriteFNaNfS3std5array17__T8AppenderT

Re: updating druntime

2013-12-13 Thread Benji
On Friday, 13 December 2013 at 15:00:57 UTC, Marco Leise wrote: Am Thu, 12 Dec 2013 20:29:31 +0100 schrieb "Benji" : On Thursday, 12 December 2013 at 19:11:03 UTC, John Colvin wrote: > On Thursday, 12 December 2013 at 16:44:28 UTC, Benji wrote: >> Hello, >> when I try to compile something with

Re: updating druntime

2013-12-13 Thread John Colvin
On Friday, 13 December 2013 at 15:54:06 UTC, Marco Leise wrote: Am Fri, 13 Dec 2013 16:08:22 +0100 schrieb "John Colvin" : On Friday, 13 December 2013 at 15:00:57 UTC, Marco Leise wrote: > I'd say format c: A bit drastic, or am i missing something?!?! That was meant as "remove anything D rel

Re: updating druntime

2013-12-13 Thread Marco Leise
Am Fri, 13 Dec 2013 16:08:22 +0100 schrieb "John Colvin" : > On Friday, 13 December 2013 at 15:00:57 UTC, Marco Leise wrote: > > I'd say format c: > > A bit drastic, or am i missing something?!?! That was meant as "remove anything D related from your system". format c: on a POSIX system, come on

Re: updating druntime

2013-12-13 Thread John Colvin
On Friday, 13 December 2013 at 15:00:57 UTC, Marco Leise wrote: I'd say format c: A bit drastic, or am i missing something?!?!

Re: updating druntime

2013-12-13 Thread Marco Leise
Am Thu, 12 Dec 2013 20:29:31 +0100 schrieb "Benji" : > On Thursday, 12 December 2013 at 19:11:03 UTC, John Colvin wrote: > > On Thursday, 12 December 2013 at 16:44:28 UTC, Benji wrote: > >> Hello, > >> when I try to compile something with dmd, > >> I get following message: > >> > >> /usr/include/d

Re: updating druntime

2013-12-12 Thread Benji
On Thursday, 12 December 2013 at 19:11:03 UTC, John Colvin wrote: On Thursday, 12 December 2013 at 16:44:28 UTC, Benji wrote: Hello, when I try to compile something with dmd, I get following message: /usr/include/dmd/phobos/std/bitmanip.d(416): Error: undefined identifier '_xopCmp' Error: ICE:

Re: updating druntime

2013-12-12 Thread John Colvin
On Thursday, 12 December 2013 at 16:44:28 UTC, Benji wrote: Hello, when I try to compile something with dmd, I get following message: /usr/include/dmd/phobos/std/bitmanip.d(416): Error: undefined identifier '_xopCmp' Error: ICE: _xopCmp not found in object module. You must update druntime Ho

updating druntime

2013-12-12 Thread Benji
Hello, when I try to compile something with dmd, I get following message: /usr/include/dmd/phobos/std/bitmanip.d(416): Error: undefined identifier '_xopCmp' Error: ICE: _xopCmp not found in object module. You must update druntime How to 'update druntime' ?