View Single Post
  #15   Spotlight this post!  
Unread 24-10-2010, 18:50
Robototes2412's Avatar
Robototes2412 Robototes2412 is offline
1 * 4 != 14
FRC #2412 (Robototes)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2007
Location: Bellevue
Posts: 312
Robototes2412 is on a distinguished road
Re: Announcing FIRSTLua

sorry for the double-post, but I can't get it compile.

it spat out this:
Code:
MainRobot.cpp:28:20: Python.h: No such file or directory
MainRobot.cpp: In member function `virtual void PyRobot::StartCompetition()':
MainRobot.cpp:75: error: `Py_SetPythonHome' undeclared (first use this function)
MainRobot.cpp:75: error: (Each undeclared identifier is reported only once for each function it appears in.)
MainRobot.cpp:76: error: `Py_Initialize' undeclared (first use this function)
MainRobot.cpp:79: error: `PyRun_SimpleFile' undeclared (first use this function)
MainRobot.cpp:86: error: `Py_Finalize' undeclared (first use this function)
make: *** [PPC603gnu_DEBUG/MainRobot.o] Error 1