Francois-Xavier KOWALSKI wrote:
Hello,
the version currently in CVS -- I have a previous version that did it --
refuses to build with the following error:
48. ERROR in
/home/fxk/CVS/sourceware.org/com.redhat.eclipse.cdt.autotools/src/com/redhat/eclipse/cdt/autotools/popup/actions/GetIncludePathAction.java
(at line 9)
import org.eclipse.jface.viewers.TreeSelection;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.viewers.TreeSelection cannot be resolved
Isn't a new class missing in the CVS?
The Autotools project is being targetted for FC6 so it is currently
being developed against 3.2. As it turns out, that import was not being
used so I have updated the file in question.
-- Jeff J.