-
Notifications
You must be signed in to change notification settings - Fork 6
Compilation Errors #10
Comments
Hi, Currently only Visual 2015 (as mentioned in the doc) is officially supported. Precompiled dependencies for Windows/Linux/macOS and Visual 2017 support is planned in the coming months. Sorry for the inconvenience |
Hi, this time I used the I also have log files: Logfiles.zip If you do not have precompiled binaries for Visual 2017, do you have any for 2015? |
Hi, |
Hi, I did not use Thanks, I appreciate your help and I'll be looking forward to the binaries. |
hum, strange, I have no problem to download jom (did you look here: https://wiki.qt.io/Jom ?) The compilation with Visual Studio generator (compared to the Makefile generator) is different for some project, libarchive for example adds specific flags /weXXXX for debug build 😞. It requires to patch many lib. I'll run the build to provide a clean precompiled version (we'll try to automate this for future versions 😉). |
Ok, the download mirror site proposed is down (jaist.ac.jp), embarrassing... |
Thanks I'll try it out. Please let me know when the binaries are ready! |
I've uploaded a debug and release version (tag 11.0.4) of the dependencies (built with Visual 2015 in x64):
It's not yet "official" versions (kind of beta version), the process need to be automated in build farms. |
Hi, Precompiled binary version for fw4spl is planned (it's the next cool feature), but this requires a lot of work for everything work properly (due to the particular 'bundle' architecture of fw4spl). |
I am using Windows 10 and I have been following the instructions on http://fw4spl.readthedocs.io/en/dev/Installation/src/WindowsInstall.html. In the
cmake-gui
, I did not use the generatorNMake Makefiles JOM
but instead I usedVisual Studio 15 2017 Win64
. The generation was successful. Now I usedMicrosoft Visual Studio 2017
to compile the dependencies by using theBinPkgs
solution file but I am getting these errors below.I also have log files: logfiles.zip
By the way, I have read in https://github.com/fw4spl-org/fw4spl-deps/issues/9 that you mentioned that a precompiled binary will be released for Windows, are there any available?
The text was updated successfully, but these errors were encountered: