Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:53 Go to next message
JIA Pei is currently offline JIA PeiFriend
Messages: 49
Registered: September 2009
Member


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 06:47 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
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


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Build Settings disabled
Next Topic:Eclipse CDT with RDT
Goto Forum:
  


Current Time: Sat Apr 20 01:51:54 GMT 2024

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

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

Back to the top