[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: Compiling broken

Christian wrote:
Hi guys, after I studied C++ using CDT, I installed other things on my computer and now that I want to use CDT again, it doesn't work anymore. The programs I installed that could have create the issue are Symbian SDK and VisualStudio2005. To make make.exe working I had to remove the symbian path from the Environment Variables. Now the make is called correctly but I get this error: http://nuthinking.com/temp/cdt.gif
I reinstalled Cygwin (precisely PalmOSCygwin, the one I was using during the study), and the issue is still there.
I really don't know how I could sort this thing. Does anyone have a clue about how it could be fixed?
Visual Studio still compiles correctly, its paths are still present in the Environment Variables but since I'm still using it I didn't remove it. I hope the two IDE could coexist.


Thanks a lot, chr


You are in DLL hell my friend. You probably have multiple versions of the cygwin1.dll on your system, and your cygwin install is trying to use the wrong one.


If you aren't tied to cygwin, I'd suggest using the CDT for Windows distribution which is based on MinGW. You can get it at http://cdt-windows.sourceforge.net.

Doug.