Initial Rough Draft w/ working compilation and startup. #255
Annotations
10 errors
linux_build (ubuntu-22.04):
src/luascript.h#L262
‘std::optional’ has not been declared
|
linux_build (ubuntu-22.04):
src/luascript.h#L262
expected ‘,’ or ‘...’ before ‘<’ token
|
linux_build (ubuntu-22.04):
src/luascript.h#L262
‘std::optional’ has not been declared
|
linux_build (ubuntu-22.04):
src/luascript.h#L262
expected ‘,’ or ‘...’ before ‘<’ token
|
linux_build (ubuntu-22.04):
src/baseevents.cpp#L22
no matching function for call to ‘LuaScriptInterface::loadFile(std::__cxx11::basic_string<char>)’
|
linux_build (ubuntu-22.04):
src/baseevents.cpp#L89
no matching function for call to ‘LuaScriptInterface::loadFile(std::__cxx11::basic_string<char>)’
|
linux_build (ubuntu-22.04):
src/baseevents.cpp#L98
no matching function for call to ‘LuaScriptInterface::loadFile(std::__cxx11::basic_string<char>)’
|
linux_build (ubuntu-22.04):
src/baseevents.cpp#L119
no matching function for call to ‘LuaScriptInterface::loadFile(const string&)’
|
linux_build (ubuntu-22.04):
src/luascript.h#L262
‘std::optional’ has not been declared
|
linux_build (ubuntu-22.04):
src/luascript.h#L262
expected ‘,’ or ‘...’ before ‘<’ token
|