www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - What's up with DWTx?

reply Jesse Phillips <jessekphillips gmail.com> writes:
I'm trying to install the entire suite here. I got all the basics, DMD, 
Tango .99.7, DSSS, and DWT 3.4-1. I even have Derelict installed to run 
the OpenGL stuff. I am unable to get the dwt-addons to compile, 
specifically looking at JFace. (This is all of course in Linux)

I just run $ dsss build from my up-to-date HG dwt-addons directory. The 
first issue I run into is a Runnable is not a type error in JThread, 
corrected by importing dwt.dwthelper.Runnable. Then I get the error.

dwtx/jface/viewers/CustomHashtable.d(54): Error: 
dwt.dwthelper.utils.Enumeration at /usr/local/bin/../include/d/dwt/
dwthelper/utils.di(815) conflicts with 
dwtx.dwtxhelper.Collection.Enumeration at dwtx/dwtxhelper/Collection.d(52)

I'm thinking I have something in the middle of a change.
Oct 31 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Jesse Phillips schrieb:
 I'm trying to install the entire suite here. I got all the basics, DMD, 
 Tango .99.7, DSSS, and DWT 3.4-1. I even have Derelict installed to run 
 the OpenGL stuff. I am unable to get the dwt-addons to compile, 
 specifically looking at JFace. (This is all of course in Linux)
 
 I just run $ dsss build from my up-to-date HG dwt-addons directory. The 
 first issue I run into is a Runnable is not a type error in JThread, 
 corrected by importing dwt.dwthelper.Runnable. Then I get the error.
 
 dwtx/jface/viewers/CustomHashtable.d(54): Error: 
 dwt.dwthelper.utils.Enumeration at /usr/local/bin/../include/d/dwt/
 dwthelper/utils.di(815) conflicts with 
 dwtx.dwtxhelper.Collection.Enumeration at dwtx/dwtxhelper/Collection.d(52)
 
 I'm thinking I have something in the middle of a change.
I do not get this error. But the message seems like there are two include paths for dwt and dwtx. On in /usr/local/include/d/dwt and the other as the local folder dwtx. Have you solved that?
Nov 03 2008
parent Jesse Phillips <jessekphillips gmail.com> writes:
On Mon, 03 Nov 2008 19:28:42 +0100, Frank Benoit wrote:

 Jesse Phillips schrieb:
 I'm trying to install the entire suite here. I got all the basics, DMD,
 Tango .99.7, DSSS, and DWT 3.4-1. I even have Derelict installed to run
 the OpenGL stuff. I am unable to get the dwt-addons to compile,
 specifically looking at JFace. (This is all of course in Linux)
 
 I just run $ dsss build from my up-to-date HG dwt-addons directory. The
 first issue I run into is a Runnable is not a type error in JThread,
 corrected by importing dwt.dwthelper.Runnable. Then I get the error.
 
 dwtx/jface/viewers/CustomHashtable.d(54): Error:
 dwt.dwthelper.utils.Enumeration at /usr/local/bin/../include/d/dwt/
 dwthelper/utils.di(815) conflicts with
 dwtx.dwtxhelper.Collection.Enumeration at
 dwtx/dwtxhelper/Collection.d(52)
 
 I'm thinking I have something in the middle of a change.
I do not get this error. But the message seems like there are two include paths for dwt and dwtx. On in /usr/local/include/d/dwt and the other as the local folder dwtx. Have you solved that?
oops, I only grab the DWT bundle and skipped over the rest, then proceeded to us the hg for the addons :P
Nov 03 2008