Re: why gdc9.1 isn't available from gdcproject.org?

2019-05-31 Thread Dejan Lekic via D.gnu
On Tuesday, 28 May 2019 at 02:25:35 UTC, dangbinghoo wrote: hi, as heard of the GDC 9.1 release, but I can't find the prebuilt download, the download page of gdcproject.org lists out with version v2.068.2_gcc6 of buildtime in the year of 2016, it's quite outdated. What I want is to try the GD

GCC master: Weird build problem on Fedora 29

2018-11-20 Thread Dejan Lekic via D.gnu
I am trying to build GCC master with D enabled, configured with: ../configure --enable-languages=d --prefix=/opt/gcc --mandir=/opt/gcc/share/man --infodir=/opt/gcc/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-multilib --with-tune=nativ

Re: Invitation to connect on LinkedIn

2014-06-05 Thread Dejan Lekic via D.gnu
On Thursday, 5 June 2014 at 08:52:54 UTC, Gyula Gubacsi via D.gnu wrote: LinkedIn I'd like to add you to my professional network on LinkedIn. - Gyula Gyula Gubacsi -- United Kingdom Confirm that you know Gyula Gubacsi: https://www.linkedin.com/e/-raduhg-hw1t8ele-6l/isd/58802354

Re: status of GDC integration into GCC

2014-05-02 Thread Dejan Lekic via D.gnu
> - What GDC needs in terms of contributions ? > Anyone can contribute, as you already know. 1) Doing code reviews on GitHub is already good enough contribution. 2) Packaging (AND MAINTAINING the packages!) GDC for environments where GDC is not yet present is also a good contribution as it w

Re: is there any way to stop GDC complain about non-utf source encoding?

2014-05-01 Thread Dejan Lekic via D.gnu
You do not have a choice mate, D source files must be UTF-8. Check this page: http://dlang.org/lex Let me extract the relevant part of it: Source Text D source text can be in one of the following formats: ASCII UTF-8 UTF-16BE UTF-16LE UTF-32BE UTF-32LE