Quote:
Originally Posted by DiapDealer
**Also note that when building on Windows with the SDK nmake method, the ckeditor files are not being copied when executing 'nmake makeinstaller' and because of that, are not being included in the installer. There are no errors in the build process, ckeditor just isn't being included in the package. The cmake PRE_BUILD 'make_directory' command to create the ckeditor folder in the temp directory is working... but the cmake POST_BUILD 'copy_directory' command doesn't appear to be having the desired effect (src/Sigil/CMakeLists.txt). Doesn't seem to make a difference whether building with the SDK on XP or Win7
Am I just missing something in the Windows build process/environment?
|
I'm building on Windows with the MS SDK. Clean unzip for the source with nmake makeinstaller. At one point what you're seeing was true. I'm guessing you are using an existing build dir. You need to rerun cmake otherwise the changes to the CMakeLists.txt be used.
Also, if you're not using the latest checkout do so. I don't think you are because you posted yesterday and git has been broken for the past few days.