December 14, 2013
Am Fri, 13 Dec 2013 21:40:10 +0100
schrieb "Benji" <romanbeno273@gmail.com>:

> I got two errors mentioned above at once.. :(

What the heck is happening on your system? :(

-- 
Marco

December 14, 2013
On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote:
> Am Fri, 13 Dec 2013 21:40:10 +0100
> schrieb "Benji" <romanbeno273@gmail.com>:
>
>> 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
December 14, 2013
Am Sat, 14 Dec 2013 08:43:42 +0100
schrieb "Benji" <romanbeno273@gmail.com>:

> On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote:
> > Am Fri, 13 Dec 2013 21:40:10 +0100
> > schrieb "Benji" <romanbeno273@gmail.com>:
> >
> >> 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

So format c: it is ...
If you are switching already, Gentoo (http://www.gentoo.org/main/en/about.xml)
is also a viable option for D development (https://github.com/gentoo-dlang)
especially if you want to try alternative compilers to DMD and
plan to use libraries like GtkD and want them to work on top
of all your installed D compilers.
[Currently all D compilers produce libraries that are
incompatible with those of the other compilers, so a library
needs to be compiled and installed up to 6 times for all three
compilers and 32/64 bit versions. So it is nice to get some
assistance from the package manager here.]

-- 
Marco

December 15, 2013
On Saturday, 14 December 2013 at 16:58:06 UTC, Marco Leise wrote:
> Am Sat, 14 Dec 2013 08:43:42 +0100
> schrieb "Benji" <romanbeno273@gmail.com>:
>
>> On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote:
>> > Am Fri, 13 Dec 2013 21:40:10 +0100
>> > schrieb "Benji" <romanbeno273@gmail.com>:
>> >
>> >> 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
>
> So format c: it is ...
> If you are switching already, Gentoo (http://www.gentoo.org/main/en/about.xml)
> is also a viable option for D development (https://github.com/gentoo-dlang)
> especially if you want to try alternative compilers to DMD and
> plan to use libraries like GtkD and want them to work on top
> of all your installed D compilers.
> [Currently all D compilers produce libraries that are
> incompatible with those of the other compilers, so a library
> needs to be compiled and installed up to 6 times for all three
> compilers and 32/64 bit versions. So it is nice to get some
> assistance from the package manager here.]

I have Debian now,
and it works with dmd ~/main.d -L-lcurl :)
December 15, 2013
Am Sun, 15 Dec 2013 09:06:16 +0100
schrieb "Benji" <romanbeno273@gmail.com>:

> On Saturday, 14 December 2013 at 16:58:06 UTC, Marco Leise wrote:
> > Am Sat, 14 Dec 2013 08:43:42 +0100
> > schrieb "Benji" <romanbeno273@gmail.com>:
> >
> >> On Saturday, 14 December 2013 at 00:15:30 UTC, Marco Leise wrote:
> >> > Am Fri, 13 Dec 2013 21:40:10 +0100
> >> > schrieb "Benji" <romanbeno273@gmail.com>:
> >> >
> >> >> 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
> >
> > So format c: it is ...
> > If you are switching already, Gentoo
> > (http://www.gentoo.org/main/en/about.xml)
> > is also a viable option for D development
> > (https://github.com/gentoo-dlang)
> > especially if you want to try alternative compilers to DMD and
> > plan to use libraries like GtkD and want them to work on top
> > of all your installed D compilers.
> > [Currently all D compilers produce libraries that are
> > incompatible with those of the other compilers, so a library
> > needs to be compiled and installed up to 6 times for all three
> > compilers and 32/64 bit versions. So it is nice to get some
> > assistance from the package manager here.]
> 
> I have Debian now,
> and it works with dmd ~/main.d -L-lcurl :)

As it should. But I keep wondering why it didn't work on Ubuntu which is based on Debian. Oh well... :)

-- 
Marco

December 15, 2013
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 ... ?

1 2
Next ›   Last »