Re: D support for ChromeOS

2018-08-28 Thread Joakim via Digitalmars-d-announce
On Tuesday, 28 August 2018 at 12:34:50 UTC, Martin Tschierschke 
wrote:

On Wednesday, 22 August 2018 at 10:28:32 UTC, Joakim wrote:

https://play.google.com/store/apps/details?id=com.termux=en



$ apt search ldc
Sorting... Done
Full Text Search... Done
ipcalc/stable 0.41 aarch64
  Calculates IP broadcast, network, Cisco wildcard mask, and 
host ranges


ldc/stable 1.11.0 aarch64
  D programming language compiler, built with LLVM

http://termux.net/dists/stable/main/binary-aarch64/

You should post it, as an extra topic on announce:
  D on Android with Termux LDC now 32 and 64 Bit!
  ...

Thank you - it works!


I did, though not as a new topic:

https://forum.dlang.org/post/zgjzldisifhkgcgxk...@forum.dlang.org

I'm updating the wiki on how to use it and getting rid of the 
main function requirement, then I'll write up a post for Mike on 
the D blog.


Re: D support for ChromeOS

2018-08-28 Thread Martin Tschierschke via Digitalmars-d-announce

On Wednesday, 22 August 2018 at 10:28:32 UTC, Joakim wrote:

https://play.google.com/store/apps/details?id=com.termux=en



$ apt search ldc
Sorting... Done
Full Text Search... Done
ipcalc/stable 0.41 aarch64
  Calculates IP broadcast, network, Cisco wildcard mask, and 
host ranges


ldc/stable 1.11.0 aarch64
  D programming language compiler, built with LLVM

http://termux.net/dists/stable/main/binary-aarch64/

You should post it, as an extra topic on announce:
  D on Android with Termux LDC now 32 and 64 Bit!
  ...

Thank you - it works!






Re: GDC with D frontend 2.081.2

2018-08-28 Thread Daniel Kozak via Digitalmars-d-announce
On Tue, Aug 28, 2018 at 8:40 AM Eugene Wissner via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:

> On Tuesday, 28 August 2018 at 06:18:28 UTC, Daniel Kozak wrote:
> > On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via
> > Digitalmars-d-announce < digitalmars-d-announce@puremagic.com>
> > wrote:
> >
> >> On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran
> >> wrote:
> >> > 1. It would be good to print the DMD frontend version with
> >> > `gdc --version`. It is helpful in reporting bugs. LDC does
> >> > this.
> >> >
> >> Unfortunately it doesn't seem to be possible. GCC doesn't
> >> allow to change --version output:
> >> https://bugzilla.gdcproject.org/show_bug.cgi?id=89
> >>
> >>
> > This is not true, right now on archlinux if you type gdc
> > --version it will display d frontend version
> > https://bugzilla.gdcproject.org/show_bug.cgi?id=89#c1
>
> Is it set with --with-pkgversion? The same information will be
> displayed for gcc and g++ then. It is not always desirable if you
> ship the compiler as a whole (with libtool etc).
>

Yes and no. It is set with  --with-pkgversion but it is only for gdc.


Re: GDC with D frontend 2.081.2

2018-08-28 Thread Eugene Wissner via Digitalmars-d-announce

On Tuesday, 28 August 2018 at 06:18:28 UTC, Daniel Kozak wrote:
On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via 
Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> 
wrote:


On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran 
wrote:
> 1. It would be good to print the DMD frontend version with 
> `gdc --version`. It is helpful in reporting bugs. LDC does 
> this.

>
Unfortunately it doesn't seem to be possible. GCC doesn't 
allow to change --version output: 
https://bugzilla.gdcproject.org/show_bug.cgi?id=89



This is not true, right now on archlinux if you type gdc 
--version it will display d frontend version 
https://bugzilla.gdcproject.org/show_bug.cgi?id=89#c1


Is it set with --with-pkgversion? The same information will be 
displayed for gcc and g++ then. It is not always desirable if you 
ship the compiler as a whole (with libtool etc).


Re: GDC with D frontend 2.081.2

2018-08-28 Thread Daniel Kozak via Digitalmars-d-announce
On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:

> On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran
> wrote:
> > 1. It would be good to print the DMD frontend version with `gdc
> > --version`. It is helpful in reporting bugs. LDC does this.
> >
> Unfortunately it doesn't seem to be possible. GCC doesn't allow
> to change --version output:
> https://bugzilla.gdcproject.org/show_bug.cgi?id=89
>
>
This is not true, right now on archlinux if you type gdc --version it will
display d frontend version
https://bugzilla.gdcproject.org/show_bug.cgi?id=89#c1