Anyone ever used Eclipse for C/C++ on a Vista Machine?

Casawi

Platinum Member
Oct 31, 2004
2,366
1
0
I can't get my Eclipse projects to compile on Vista. I found some thread online that supposedly helped others, but I it isn't working for me. It involved adding some environment variable and changing the path variable.

Anyone knows anything about this ?
 

Casawi

Platinum Member
Oct 31, 2004
2,366
1
0
Yes I get an error, something like cc1 could not be found. I will paste the exact message later.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If that's all it is then you probably do just need to update your PATH statement to point to the directory containing the compiler.
 

Casawi

Platinum Member
Oct 31, 2004
2,366
1
0
I tried doing that, and it doesn't work. Ok I will give more details when I get off work. Thanks.