View Single Post
  #1   Spotlight this post!  
Unread 01-09-2016, 01:48 PM
Nathan Powell's Avatar
Nathan Powell Nathan Powell is offline
The Prime Function
FRC #2582 (PantherBots)
Team Role: Alumni
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Lufkin, TX
Posts: 37
Nathan Powell is an unknown quantity at this point
Error Installing WPI Library for C++

Greetings, all.

I am trying to install the WPI C++ library on a couple of offline computers for my team to use. I successfully installed Eclipse and tested it using the standard libraries and Cygwin. However, when I try to install the WPI C++ development tools using the offline method described on Screensteps, it gives me this error:

Cannot complete the install because one or more required items could not be found.
Software being installed: Robot C++ Development 0.1.0.201601072029 (edu.wpi.first.wpilib.plugins.cpp.feature.feature. group 0.1.0.201601072029)
Missing requirement: edu.wpi.first.wpilib.plugins.core 0.1.0.201601072029 (edu.wpi.first.wpilib.plugins.core 0.1.0.201601072029) requires 'bundle org.eclipse.ant.launching 1.0.200' but it could not be found
Cannot satisfy dependency:
From: WPILib Robot Development Core 0.1.0.201601072029 (edu.wpi.first.wpilib.plugins.core.feature.feature .group 0.1.0.201601072029)
To: edu.wpi.first.wpilib.plugins.core [0.1.0.201601072029]
Cannot satisfy dependency:
From: Robot C++ Development 0.1.0.201601072029 (edu.wpi.first.wpilib.plugins.cpp.feature.feature. group 0.1.0.201601072029)
To: edu.wpi.first.wpilib.plugins.core.feature.feature. group [0.1.0.201601072029]


Would it be a problem with the way I installed Eclipse, perhaps? Or the offline package I am using?

Thank you in advance for any assistance provided.
__________________
"What's this I keep hearing about always blame programming?"
Reply With Quote