What's up with DWTx?
Frank Benoit
keinfarbton at googlemail.com
Mon Nov 3 10:28:42 PST 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?
More information about the Digitalmars-d-dwt
mailing list