Hi varlog,
I simply commented that line out to try and continue the build. The only other issue I ran into was that Mac OS X clang64 compiler really hated how you referenced ScriptManager::sigilScriptType::wrapper and library in ScriptWidget.cpp
Since sigilScriptType is actually a type (enum), the compiler actually just wanted the following:
type!=ScriptManager::library
and
type!= ScriptManager::wrapper
There was one other place inside ScriptManager.cpp itself that had the same issue.
Other than those two things, my build on Mac OS X completed. I will hopefully have time to start playing with it tomorrow.
Nicely done!
KevinH
|