Hi everyone, first at all congratulations for this great project :lol:
Now , i have the rev: 4665 and i get this error:
g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -Ulinux -Uunix -O2 -ffast-math -march=athlon64 -O3 -funroll-loops -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp -fPIC -DPIC -o .libs/SquirrelObject.o
SquirrelObject.cpp:122: error: prototype for 'BOOL SquirrelObject::IsNumeric() const' does not match any in class 'SquirrelObject'
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: candidate is: SQInteger SquirrelObject::IsNumeric() const
SquirrelObject.cpp:122: error: 'BOOL SquirrelObject::IsNumeric() const' cannot be overloaded
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: with 'SQInteger SquirrelObject::IsNumeric() const'
I think that sqplus is getting problems, because before this one i got other in 'sqplus.h' in which the function SetValue have prblems with -1 but i fixed this changing for INT(-1); so please checking it out.
I'm using Ubuntu Edgy 64 - wxWidgets 2.8.6