greenkalx

Results 17 comments of greenkalx

The extra relative path is being appended before the check for intDirAbsolute. What I've done for now is change builduniquedirs in bake.lua: `cfg.objectsdir = path.getrelative(cfg.location, dir)` to `cfg.objectsdir = cfg.objdir`

premake has an optional '!' prefix to override the appending of any paths, leaving the passed objdir as-is: https://github.com/premake/premake-core/wiki/objdir

I could likely manage putting that in GENie. What is the driving motivation for GENie over premake? It sounds like premake wasn't being maintained for a while. Just this on...

I will go with BOOST_ALL_NO_LIB for manual linking for now.

Great, thank you! I've since compiled for toolset=msvc-14.1 toolset=msvc-14.2 And they create the '-gd' libs as expected. So it seems that just clang-win didn't match. I've been working with the...

You need the Vulkan SDK installed, as listed in Requirements on Walnut page. Then add the path to the project properties in Visual Studio: project > properties > c/c++ >...

Which part do you not understand? Where did you install the Vulkan SDK? Where did you provide the include path in Visual Studio? Is there an error when compiling?

These other installers are working in the same Docker container: vs_buildtools.exe, winsdksetup.exe, 7z2107-x64.exe, PortableGit-2.27.0-64-bit.7z.exe, python-3.7.8-embed-amd64.zip, cmake-3.18.0-win64-x64.zip, nasm-2.15.03-win64.zip, v1.10.0/ninja-win.zip, strawberry-perl-5.28.2.1-64bit-portable.zip I will post to MSYS2-packages as well, as I see more...

I tried with the flags from that Dockerfile, ``` $ErrorActionPreference = 'Stop' $ProgressPreference = 'SilentlyContinue' ``` But it still only partially installs, it's missing C:\msys64\usr\bin\bash.exe and pacman.exe etc. ``` PS...

I ran the setup without 'Start-Process' and got an exit code: ``` PS C:\> ./msys2.exe -y -oC:\ 7-Zip SFX 21.03 ZS v1.5.0 R2 (x64) : Copyright (c) 1999-2021 Igor Pavlov,...