Compile Tango for DMD2 - Any instructions how to do it?

Edwin van Leeuwen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 18 12:49:04 PDT 2016


On Wednesday, 18 May 2016 at 16:37:48 UTC, TheDGuy wrote:
> On Wednesday, 18 May 2016 at 16:13:35 UTC, Seb wrote:
>> May I ask why you need to get tango working? It has been 
>> deprecated a long time ago and phobos (the standard library) 
>> or alternatively other packages on dub have a look of features 
>> :)
>
> Okay, it looks like 'onyx' is a library which handles serial 
> communication in D. So tried to create a new project with DUB 
> and add onyx as dependency but there are still some errors:
>
> http://pastebin.com/4eRBt6XX
>
> Any idea what i do wrong?

The onyx README seems to suggest it only works for POSIX. Did you 
try serial-port by any chance:
http://code.dlang.org/packages/serial-port

That does mention Windows as supported. It is quite old though, 
the latest github activity is from a year ago.


More information about the Digitalmars-d-learn mailing list