Re: installing Mango with DMD instead of ldc

2014-06-02 Thread JJDuck via Digitalmars-d-learn
I tried to compile it with dmd and there are some problem with D1 code, so I will try to port it to D2. I will post the result if I can successfully port it.

Re: installing Mango with DMD instead of ldc

2014-06-02 Thread Dicebot via Digitalmars-d-learn
On Monday, 26 May 2014 at 15:42:56 UTC, JJDuck wrote: On Monday, 26 May 2014 at 15:41:03 UTC, bioinfornatics wrote: On Monday, 26 May 2014 at 15:33:45 UTC, JJDuck wrote: vibe.d is root an open-source project ? on about page is wrote is licensed under MIT which are an open source license.

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Sunday, 25 May 2014 at 18:39:18 UTC, John Colvin wrote: That project hasn't been touched in 4 years. It will likely require a non-trivial amount of work to port it to modern D. It might be worth it, it might not, I don't know. If you did, you would want to use

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread John Colvin via Digitalmars-d-learn
On Monday, 26 May 2014 at 07:07:47 UTC, JJDuck wrote: On Sunday, 25 May 2014 at 18:39:18 UTC, John Colvin wrote: That project hasn't been touched in 4 years. It will likely require a non-trivial amount of work to port it to modern D. It might be worth it, it might not, I don't know. If you

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Monday, 26 May 2014 at 09:08:53 UTC, John Colvin wrote: What are your requirements? There may be an alternative library you could use. I need a secure private communication between clients and server. I don't use other common tools as it is not private enough. A good example is from

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Monday, 26 May 2014 at 09:08:53 UTC, John Colvin wrote: What are your requirements? There may be an alternative library you could use. I did some research , D2 + phobos + tango + mango + encryption can give me what I want.

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread Rene Zwanenburg via Digitalmars-d-learn
On Monday, 26 May 2014 at 10:48:09 UTC, JJDuck wrote: On Monday, 26 May 2014 at 09:08:53 UTC, John Colvin wrote: What are your requirements? There may be an alternative library you could use. I did some research , D2 + phobos + tango + mango + encryption can give me what I want. Vibe.d

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote: Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if the server and client have a different arch you can use vibe's bson serialisation.

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread bioinfornatics via Digitalmars-d-learn
On Monday, 26 May 2014 at 15:41:03 UTC, bioinfornatics wrote: On Monday, 26 May 2014 at 15:33:45 UTC, JJDuck wrote: On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote: Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Monday, 26 May 2014 at 15:41:03 UTC, bioinfornatics wrote: On Monday, 26 May 2014 at 15:33:45 UTC, JJDuck wrote: vibe.d is root an open-source project ? on about page is wrote is licensed under MIT which are an open source license. quote from http://vibed.org/about vibe.d is licensed

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread bioinfornatics via Digitalmars-d-learn
On Monday, 26 May 2014 at 15:33:45 UTC, JJDuck wrote: On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote: Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if the server and client have a different arch you can use vibe's

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread JJDuck via Digitalmars-d-learn
On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote: On Monday, 26 May 2014 at 10:48:09 UTC, JJDuck wrote: Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if the server and client have a different arch you can use vibe's

Re: installing Mango with DMD instead of ldc

2014-05-26 Thread bioinfornatics via Digitalmars-d-learn
On Monday, 26 May 2014 at 15:44:13 UTC, JJDuck wrote: On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote: On Monday, 26 May 2014 at 10:48:09 UTC, JJDuck wrote: Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if the

installing Mango with DMD instead of ldc

2014-05-25 Thread JJDuck via Digitalmars-d-learn
Hello all, I tried to install Mango and I found that it requires ldc. the makefile for Mango is from http://svn.dsource.org/projects/mango/trunk/mango/build/ldc/makefile I tried to install ldc on Windows but it doesn't go very smooth for the whole weekend, so I decide to try to install Mango

Re: installing Mango with DMD instead of ldc

2014-05-25 Thread John Colvin via Digitalmars-d-learn
On Sunday, 25 May 2014 at 18:11:56 UTC, JJDuck wrote: Hello all, I tried to install Mango and I found that it requires ldc. the makefile for Mango is from http://svn.dsource.org/projects/mango/trunk/mango/build/ldc/makefile I tried to install ldc on Windows but it doesn't go very smooth for