View Single Post
Old 08-11-2014, 11:33 PM   #55
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,810
Karma: 6000000
Join Date: Nov 2009
Device: many
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
KevinH is offline   Reply With Quote