DMD compiler choking?

kris foo at bar.com
Wed Apr 5 22:18:48 PDT 2006


Jeremy Gibson <jtgibson telus net> wrote:
>>If you post a cut-down (yet complete) code example that exhibits the  
>>problem you'll get a faster response :)
>>
>>Regan
> 
> 
> Okay. ;-)
> 
> 
> /*******************************************************************************
> TEST FILE - test.d
> *******************************************************************************/
> 
> module test;
> 
> class MyClass
> {
> 
> }
> 
> 
> int main()
> {
> return 0;
> }
> 
> 


I'd say you've somehow got a broken installation? Sounds like the 
compiler cannot find the default -I path (usually pointing to 
dmd/src/phobos)



More information about the Digitalmars-d-learn mailing list