On Mon, Dec 7, 2015 at 12:40 AM, Yuri Dario <mc6...@mclink.it> wrote:
> Hi Damjan, > > > Are you sure this is OS/2 specific? > > main/zlib/prj/build.lst lists an explicit dependency on soltools, but > > ext_libraries/hunspell/prj/build.lst doesn't. > > I don't build for other platforms, but the builds are getting out for > them, so something should be wrong here. > Sadly with the dodginess of our build system, the reason other platforms build soltools before hunspell can come down to different build times on different systems, number of threads used to build, or other forms of pure luck. Our dependency information is not complete. Even on Windows, 50% of the time the build fails for me. I suggest adding soltools to the build.lst for hunspell. Thank you Damjan