digitalmars.D.dwt - What's up with DWTx?
- Jesse Phillips (12/12) Oct 31 2008 I'm trying to install the entire suite here. I got all the basics, DMD,
- Frank Benoit (5/20) Nov 03 2008 I do not get this error. But the message seems like there are two
- Jesse Phillips (3/26) Nov 03 2008 oops, I only grab the DWT bundle and skipped over the rest, then
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
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
On Mon, 03 Nov 2008 19:28:42 +0100, Frank Benoit wrote:Jesse Phillips schrieb:oops, I only grab the DWT bundle and skipped over the rest, then proceeded to us the hg for the addons :PI'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