www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D2 on FreeBSD

reply Ezneh <petitv.isat gmail.com> writes:
Hi everyone, hi Walter.

Well, I know this has been asked long time ago and you respond to that question
but I wanted to know if D2 will run on FreeBSD "soon" ?


Here's the facts : 
Soon, I'll have to use a native compiled language to realize some tasks that
will require performance, speed, efficiency, ect.

These tasks will have to run on a FreeBSD system.

I know I can use other languages (C, C++, ect) but I really want to use D2.

So, I don't want to push Walter to port dmd2 on FreeBSD "ASAP" but wanted to
know if it's planned soon.

I know you have other things to do on DMD, so do it when you have really the
time, it's not really urgent but I'd like to have it someday :-)

BTW, keep going on D and DMD before port it on FreeBSD. It's probably more
important to have a good implementation of D on Linux/Windows/Mac OSX with full
64bits support than having a bad implementation of D on all platforms because
of me.


I can wait for the port for some time. 

Thnaks in advance,
Ezneh.
Nov 02 2010
next sibling parent reply bioinfornatics <bioinfornatics fedoraproject.org> writes:
you can use LDC2 here: http://bitbucket.org/prokhin_alexey/ldc2
Nov 02 2010
parent reply dsimcha <dsimcha yahoo.com> writes:
== Quote from bioinfornatics (bioinfornatics fedoraproject.org)'s article
 you can use LDC2 here: http://bitbucket.org/prokhin_alexey/ldc2
What is the status of LDC2? Unfortunately I haven't been able to get a straight answer yet despite having asked on this forum a few days ago. Does it work at all? Is it reasonably up to date? Is it alpha quality? Beta quality? Stable?
Nov 02 2010
parent bioinfornatics <bioinfornatics fedoraproject.org> writes:
it is alpha quality they are some update per day
Nov 02 2010
prev sibling next sibling parent reply Iain Buclaw <ibuclaw ubuntu.com> writes:
== Quote from Ezneh (petitv.isat gmail.com)'s article
 Hi everyone, hi Walter.
 Well, I know this has been asked long time ago and you respond to that question
but I wanted to know if D2 will run on FreeBSD "soon" ?
 Here's the facts :
 Soon, I'll have to use a native compiled language to realize some tasks that
will require performance, speed, efficiency, ect.
 These tasks will have to run on a FreeBSD system.
 I know I can use other languages (C, C++, ect) but I really want to use D2.
 So, I don't want to push Walter to port dmd2 on FreeBSD "ASAP" but wanted to
know if it's planned soon.
 I know you have other things to do on DMD, so do it when you have really the
time, it's not really urgent but I'd like to have it someday :-)
 BTW, keep going on D and DMD before port it on FreeBSD. It's probably more
important to have a good implementation of D on Linux/Windows/Mac OSX with full 64bits support than having a bad implementation of D on all platforms because of me.
 I can wait for the port for some time.
 Thnaks in advance,
 Ezneh.
I thought it was already ported, but binaries are not part of release yet? ( hint, there's a freebsd.mak in the src directory for dmd, druntime and phobos :) Regards
Nov 02 2010
parent reply Walter Bright <newshound2 digitalmars.com> writes:
Iain Buclaw wrote:
 I thought it was already ported, but binaries are not part of release yet? (
hint,
 there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Nov 02 2010
parent reply Ezneh <petitv.isat gmail.com> writes:
Walter Bright Wrote:

 Iain Buclaw wrote:
 I thought it was already ported, but binaries are not part of release yet? (
hint,
 there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Oh I didn't know that dmd was ported to FreeBSD :( Where can I get it ?
Nov 02 2010
parent reply Iain Buclaw <ibuclaw ubuntu.com> writes:
== Quote from Ezneh (petitv.isat gmail.com)'s article
 Walter Bright Wrote:
 Iain Buclaw wrote:
 I thought it was already ported, but binaries are not part of release yet? (
hint,
 there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Oh I didn't know that dmd was ported to FreeBSD :( Where can I get it ?
http://ftp.digitalmars.com/dmd.2.050.zip As I said, the binaries are not part of the release, but there is a makefile in the source directories for dmd, druntime and phobos which should allow you to build dmd2 for freebsd. make -f freebsd.mak Regards
Nov 02 2010
parent Ezneh <petitv.isat gmail.com> writes:
Iain Buclaw Wrote:

 http://ftp.digitalmars.com/dmd.2.050.zip
 
 As I said, the binaries are not part of the release, but there is a makefile in
 the source directories for dmd, druntime and phobos which should allow you to
 build dmd2 for freebsd.
 
 make -f freebsd.mak
 
 Regards
Thanks. I'll try it this afternoon.
Nov 03 2010
prev sibling parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Ezneh wrote:
 I know I can use other languages (C, C++, ect) but I really want to use D2.
D is available in the ports tree too, under "lang/gdc". Not D2 though. --anders
Nov 03 2010