View Single Post
  #1   Spotlight this post!  
Unread 14-01-2013, 15:39
frankthelyon frankthelyon is offline
Registered User
FRC #2557
 
Join Date: Jan 2012
Location: Tacoma
Posts: 23
frankthelyon is an unknown quantity at this point
RobotPy Setup Error

Hello, my team has been trying to set up RobotPy for our 2013 robot, and we are running into some issues. Everything in the setup goes fine, but when we reach Step 5 in the README (the "make dist" command) we get this error:

Code:
make: built targets of C:/Users/Frankie Lyon/Documents/GitHub/robotpy/Packages/s
ip
make[2]: Leaving directory `C:/Users/Frankie Lyon/Documents/GitHub/robotpy/Packa
ges/sip'
make -C nivision
make[2]: Entering directory `C:/Users/Frankie Lyon/Documents/GitHub/robotpy/Pack
ages/nivision'
make[2]: *** No rule to make target `sip_nivisionCharSet.o', needed by `_nivisio
n.out'.  Stop.
make[2]: Leaving directory `C:/Users/Frankie Lyon/Documents/GitHub/robotpy/Packa
ges/nivision'
make[1]: *** [nivision] Error 2
make[1]: Leaving directory `C:/Users/Frankie Lyon/Documents/GitHub/robotpy/Packa
ges'
make: *** [Packages] Error 2
We are pretty stumped by this. Any help would be appreciated. Thank you!
Reply With Quote