|
Re: Building RobotPy from git repo
Making progress...
I am up to where the SIP output is needed. I installed the latest sip on my linux desktop where I have the git repo checked out. Will that produce the same output as running it on windows would?
Running the bat file commands works for nivision and wpilib, but I get errors with vision and vision2009:
sip: Unable to find file "FrcError.sip"
I found the problem:
The file is named FRCError.sip and the difference in case is making it miss the file on linux. Renaming it allows me to move forward.
I will move the Packages directory back over to the machine with Wind River and see if I can build now.
|