View Single Post
  #4   Spotlight this post!  
Unread 22-01-2014, 21:57
PaulDavis1968's Avatar
PaulDavis1968 PaulDavis1968 is offline
Embedded Software/Systems Engineer
AKA: Master of Complexity
FRC #2053 (TigerTronics)
Team Role: Mentor
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Endicot NY
Posts: 91
PaulDavis1968 is just really nicePaulDavis1968 is just really nicePaulDavis1968 is just really nicePaulDavis1968 is just really nicePaulDavis1968 is just really nice
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$
Reply With Quote