When trying to compile the basic app as shown in the manual http://www.panda3d.org/wiki/index.php/Starting_Panda3D I get so many errors that I do doubt my Panda 3D version is installed propperly. Since my programs work just fine with python I must have set something up quite wrong.
- Code: Select all
#include "pandaFramework.h"
int main(int argc, char *argv[])
{
return 0;
}
gets me all kind of errors starting with
error C2059: syntax error : 'enum [tag]' c:\panda3d-1.6.2\include\parser-inc\iostream line32
Did I use the wrong include paths so the wrong files get included resulting in confusion ? If so which are the correct ones ? All I did was include "%PandaPath%/include" and "%PandaPath%/include/parser-inc".
Thanks in advance,
Amnu
