|
Re: RobotPy 2014.1 and pynetworktables 2014.1 released
I tried to compile using python 2.7 and I got this error.
build/temp.linux-armv7l-2.7/sippynetworktablesNetworkTable.cpp:62:14: error: invalid covariant return type for ‘virtual ITable* sipNetworkTable::GetSubTable(std::string)’
ITable * GetSubTable(std::string);
^
In file included from /home/odroid/Robot/robotpy/Packages/wpilib/sip/networktables/NetworkTable.sip:57:0:
/home/odroid/Robot/robotpy/Packages/wpilib/WPILib/networktables/NetworkTable.h:179:16: error: overriding ‘virtual NetworkTable* NetworkTable::GetSubTable(std::string)’
NetworkTable* GetSubTable(std::string key);
^
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
odroid@odroid2053:~/Robot/pynetworktables$
|