Building Titanium Desktop SDK from source
Attempting to build the Desktop SDK from source (the recommended way to figure out C++ integration) ala
http://developer.appcelerator.com/doc/desktop/building.
The command 'scon debug=1 sdkinstaller run=1' is succesfully compiling dozens of cpp files and then fails on kjs_util.cpp:
kroll\libkroll\javascript\kjs_util.cpp(11) : fatal error C1083: Cannot open include file: 'JavascriptCore/JSBasePrivate.h': No such file or directory
scons: * [build\win32\objs\libkroll\javascript\kjs_util.obj] EError 2
scons: building terminated because of errors.
Checked github, no such subdirectory there.