-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Im a trying to use this lsqrat and I get this liker error with latest squirrel
main.o: In functionSqrat::SharedPtr<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > Sqrat::Function::Evaluate<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, char const*>(char const*)':
/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:299: undefined reference to sq_getclosureinfo' main.o: In function Sqrat::SharedPtr<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > Sqrat::Function::Evaluate<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, char*>(char*)':
/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:299: undefined reference to sq_getclosureinfo' main.o: In function Sqrat::SharedPtr Sqrat::Function::Evaluate()':
/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:251: undefined reference to sq_getclosureinfo' main.o: In function Sqrat::SharedPtr<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > Sqrat::Function::Evaluate<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, char const*, bool>(char const*, bool)':
/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:353: undefined reference to sq_getclosureinfo' main.o: In function Sqrat::SharedPtr Sqrat::Function::Evaluate<int, char const*, long>(char const*, long)':
/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:353: undefined reference to sq_getclosureinfo' main.o:/myprogject/linux/src/sq/sqrat/include/sqrat/sqratFunction.h:353: more undefined references to sq_getclosureinfo' follow
collect2: error: ld returned 1 exit status
`