Hi Varlog,
I just got home and I had some spare time tonight and was excited to see what you had put together so I grabbed the latest source and applied your 0.0.8 path. It applied cleanly but my build did not complete:
Code:
[ 70%] Building CXX object src/Sigil/CMakeFiles/Sigil.dir/Dialogs/PreferenceWidgets/ScriptWidget.cpp.o
In file included from /Users/kbhend/sigil/smaster/src/Sigil/Dialogs/PreferenceWidgets/ScriptWidget.cpp:36:
/Users/kbhend/sigil/smaster/src/Sigil/ScriptManager/ScriptInterface.h:35:10: fatal error: 'ui_ScriptInterface.h' file not found
#include "ui_ScriptInterface.h"
^
1 error generated.
make[2]: *** [src/Sigil/CMakeFiles/Sigil.dir/Dialogs/PreferenceWidgets/ScriptWidget.cpp.o] Error 1
make[1]: *** [src/Sigil/CMakeFiles/Sigil.dir/all] Error 2
I looked for the Form ScriptInterface.ui file all throughout the patch but I could not find it.
Perhaps you missed including this ui file for the patch? Or did I mess up in applying the patch?
Thanks,
KevinH