www.digitalmars.com         C & C++   DMDScript  

D - Compiling DUI in linux.

reply Mike Tsakiris <miir iprimus.com.au> writes:
Hello.
I am experimenting with D and DUI in Debian.
I managed to create DUITests, but how do you compile and link a simple 
program like Hello.d in DUI?
What libraries you link with?
Thank you for your help.

Mike.
Apr 23 2004
next sibling parent reply Stephan Wienczny <wienczny web.de> writes:
Mike Tsakiris wrote:

 Hello.
 I am experimenting with D and DUI in Debian.
 I managed to create DUITests, but how do you compile and link a simple 
 program like Hello.d in DUI?
 What libraries you link with?
 Thank you for your help.
 
 Mike.
You should not use DUI any more. There is a new GCC frontend called GDC. Here's the page: http://home.earthlink.net/~dvdfrdmn/d/ Stephan
Apr 23 2004
parent reply Ant <Ant_member pathlink.com> writes:
In article <c6aqpo$au$2 digitaldaemon.com>, Stephan Wienczny says...
Mike Tsakiris wrote:

 Hello.
 I am experimenting with D and DUI in Debian.
 I managed to create DUITests, but how do you compile and link a simple 
 program like Hello.d in DUI?
 What libraries you link with?
 Thank you for your help.
 
 Mike.
You should not use DUI any more.
And I am the last to know... Of course you should use DUI!
 There is a new GCC frontend called GDC.
AFAIK GDC compiles D stuff and doesn't provide a GUI toolkit.
Here's the page:
http://home.earthlink.net/~dvdfrdmn/d/
Anyone compiled DUI with GDC yet? Ant http://dui.sourceforge.net http://leds.sourceforge.net
Apr 23 2004
parent Stephan Wienczny <wienczny web.de> writes:
Ant wrote:

You should not use DUI any more.
And I am the last to know... Of course you should use DUI!
http://home.earthlink.net/~dvdfrdmn/d/
Anyone compiled DUI with GDC yet? Ant http://dui.sourceforge.net http://leds.sourceforge.net
Sorry I mixed something up... I thought about dli...
Apr 23 2004
prev sibling parent reply Ant <Ant_member pathlink.com> writes:
In article <c6adr8$2bpm$1 digitaldaemon.com>, Mike Tsakiris says...
Hello.
I am experimenting with D and DUI in Debian.
I managed to create DUITests, but how do you compile and link a simple 
program like Hello.d in DUI?
What libraries you link with?
Thank you for your help.

Mike.
For lack of a better answer just insert all the libs used to compile any of the test for DUI, DUITests being a good example. And add the ones you need for your application. This means I can anounce DUI compiles on Debian :) Any specific version of Debian? (I want to troudly abounce that) Ant
Apr 23 2004
next sibling parent Ant <Ant_member pathlink.com> writes:
In article <c6b6vj$l13$1 digitaldaemon.com>, Ant says...
 (I want to troudly abounce that)
domebody dwat my keyboard keyd while I wasbn'p lookibg! (in other words: again please accept my appologies for not using a spell checker) Ant
Apr 23 2004
prev sibling parent Mike Tsakiris <miir iprimus.com.au> writes:
Ant wrote:
 In article <c6adr8$2bpm$1 digitaldaemon.com>, Mike Tsakiris says...
 
Hello.
I am experimenting with D and DUI in Debian.
I managed to create DUITests, but how do you compile and link a simple 
program like Hello.d in DUI?
What libraries you link with?
Thank you for your help.

Mike.
For lack of a better answer just insert all the libs used to compile any of the test for DUI, DUITests being a good example. And add the ones you need for your application. This means I can anounce DUI compiles on Debian :) Any specific version of Debian? (I want to troudly abounce that) Ant
I am using 'sarge'. Thank you, I will try that.
Apr 24 2004