c:/lo/libo-master/extensions/source/activex/so_activex.rc(107) : error RC2135 : file not found: c:/lo/libo make[1]: *** [/cygdrive/c/lo/libo-master/workdir/wntmsci12.pro/WinResTarget/activex_res.res] Error 1 make: *** [extensions] Error 2 In so_activex.rc the macro MISC is undefined, it was defined in envsettings.h as #define MISC .\..\$(INPATH)\misc
Right, it seems that the ability to generate so_activex.tlb from so_activex.idl has been lost in translation... I will look at it later today and provide a patch for you to test.
David Tardon committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=09888c688ebfdd43a5cb1e44b6c9776eedcf5c3c fix building of so_activex (fdo#46847)
Andras Timar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=717aff55d2d2fa021a6ee479c93ce12b973cc3da fdo#46847 typo in midl command line
Andras Timar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cbeeae7f81555409cafb677a2292b8be40c449e6 fdo#46847 use windows style path for midl.exe
[ build MAK ] extensions/source/activex make[2]: *** No rule to make target `SOActionsApproval.cxx', needed by `all'. Stop.
Andras Timar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cbaabc7323f9c35ee414ef9013e9036d045d84dc fdo#46847 fix build of so_activex.rc
With this last commit so_activex.dll is finally buildable. Thanks David for your great help.