Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] CDT not building

> I've tried searching the archives (only seem to be able to 
> find the last 
> month), but can not find the information I'm looking for.
> 
> I've got Eclipse 2.1.3 w/CDT 1.1.0 on Win98 and everything 
> appears to be 
> in good order.  When I tell it to build, the CBuild view appears with 
> the command:
> 
> mingw32-make -f makefile clean all

I had similar problems with eclipse 3 and Win XP.
Try to "debug" your makefile. In my case somehow there was a problem with relative include paths for gcc ("-I../whatever"). Changing them to absolute paths seems to have fixed the problem.

Bye
Alex


Back to the top