On Friday 09 December 2011, David Cole wrote:
> On Fri, Dec 9, 2011 at 3:50 AM, Eric Noulard <eric.noul...@gmail.com> wrote:
> > 2011/12/9 Clifford Yapp <cliffy...@gmail.com>:
> >> I decided to take a stab at using the Eclipse Unix Makefile generator
> >> with my project - on import, I get the following error:
> >> 
> >> Error processing changed links in project description file.
> >> 
> >> No file system is defined for scheme: virtual
> >> 
> >> I'm not really sure what this means or what issue it's indicating -
> >> has anyone else seen this?
> > 
> > Which CMake version?
> > 
> > Which version of Eclipse are you using?
> > Helios, Indigo?
> > 
> > Alex will answer that but I think virtual folder are used
> > in linked resource which implies at least Helios I think.
> > 
> > Alex also tries to detect the eclipse version in order to use ot nor
> > use some eclipse features, this should only be in master I think.
> > 
> > --
> > Erk
> > Membre de l'April - « promouvoir et défendre le logiciel libre » -
> > http://www.april.org
> > --
> > 
> Please try with CMake 2.8.7-rc1, released yesterday. There have been
> several Eclipse related changes since 2.8.6.
> 
> Then report back whether it is still a problem or not.
> 
> Thx,
> David

Yes, please try 2.8.7rc1.
If you still have this problem, cmake probably didn't find Eclipse and so 
could not detect the version.
For this case, you can now set CMAKE_ECLIPSE_VERSION to the version you have, 
if you use cmake-gui to do this, you get a combobox to chose from.

Alex


--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to