Search found 4 matches

by marcel.ritter
Mon Aug 03, 2020 11:36 am
Forum: Development
Topic: windows build msys
Replies: 7
Views: 3883

Re: windows build msys

Yes, its always a pain to keep stuff up-to-date ... but its really nice if it is.
I'm glad to help out a bit (if I can). Let me know in case.
by marcel.ritter
Fri Jul 31, 2020 3:45 pm
Forum: Development
Topic: windows build msys
Replies: 7
Views: 3883

Re: windows build msys

Ok. It did work fine now. I had the current VS 2019 installed. Thus, I installed the 2017 v141 build tools. But, I had to adjust the generator and the toolsversion in the cmake-build-x64.bat. Then the build succeeded using the script, and I rendered the nice reflecting sphere demo from the luxcorede...
by marcel.ritter
Fri Jul 31, 2020 2:23 pm
Forum: Development
Topic: windows build msys
Replies: 7
Views: 3883

Re: windows build msys

Ok. Thank you for pointing my to the location. It justed looked more like a linux-style project setup to me (and i found the dependent packages in the mingw pacman also). I have other projects running via the msys environment as well, thats why I gave it a try. I'm totally fine with a Visual Studio ...
by marcel.ritter
Fri Jul 31, 2020 1:49 pm
Forum: Development
Topic: windows build msys
Replies: 7
Views: 3883

windows build msys

Hi all, I'm trying to do a build using the msys environment on windows. I have added boost and openimage via the package manager there and use mingw and ninja for building. Is this a supported toolchain? I have an error in cmake, that maybe someone has already seen. The boost 1.72 somehow is detecte...