Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse Indigo with MS VC 9.0? How to?(Eclipse Indigo, MS VC 9.0?)
Eclipse Indigo with MS VC 9.0? How to? [message #727677] Wed, 21 September 2011 15:53 Go to next message
Eclipse UserFriend

Hi, all:

I'm trying to build my project (under Eclipse Indigo) that relies on some of boost libraries, which are built using MS VC 9.0 .

However, it seems that current Eclipse Indigo works with MS VC 10.0 only ---
Even if I specify my built library "libboost_filesystem-vc90-mt-1_46_1.lib", Eclipse Indigo always complains the following error message

Quote:
LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-1_46_1.lib'



How can I change the default MS VC++ compiler from 10.0 to 9.0 in Eclipse Indigo?


Best Regards
Pei
Re: Eclipse Indigo with MS VC 9.0? How to? [message #727884 is a reply to message #727677] Thu, 22 September 2011 02:47 Go to previous message
Eclipse UserFriend
Do you have installed different versions of MSVC? It seems that the plugin checks the registry to get the MSVC installation path. According to the source code http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/windows/org.eclipse.cdt.msw.build/src/org/eclipse/cdt/msw/build/WinEnvironmentVariableSupplier.java it will check first for MSVC 10

There is an eopn bug request to fix this. https://bugs.eclipse.org/bugs/show_bug.cgi?id=357980
Previous Topic:Build Settings disabled
Next Topic:Eclipse CDT with RDT
Goto Forum:
  


Current Time: Wed Jul 09 12:58:02 EDT 2025

Powered by FUDForum. Page generated in 0.04875 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top