Sander Boer

Results 9 comments of Sander Boer

I ran into this same scenario running fips from a MINGW64 prompt from the MSYS2 distribution. Cmake finds gcc, but is fed cl.exe compile switches. I'd like to try my...

Hi, When compiling on Msys2, cmake needs to generate MSYS Makefiles. I forked fips and quickly implemented mingw64-make-[release,debug,profiling], edited fips.cmake, added a toolchain file (copied linux toolchain file and made...

off topic, I edited/hacked fips-include.cmake in oryol to set ORYOL_LINUX=1 when building on mingw64 Now it halts on the various static asserts on sizeof(SamplerState etc), it apparently does not return...

I have no problem compiling bare glfw gl programs on msys2, it is how I started learning gl . But you're right, it is a matter of taste. I just...

I can second this issue, but with aarch64 glibc version on an rpi 4 8gb board.

I just succesfully compiled 0.17.2 from the packaged source zip with this msys2/mingw64 setup. Trying to compile 0.18 from the packaged zip results in the same error, however.

I have the same issue: Check connection for http://caldav.foobar.nl/caldav.php/foo/calendar/. This is an empty calendar. Setting flag. Generating ICS file /tmp/org-caldav-12432vH0. === Updating EventDB from Org === Updating EventDB from Cal...

NB: Right now I copy the multiselectfield into a _str duplicate using the "save" method and I ignore the ages_allowed field in Graphql and read ages_allowed_str instead. ` class Question(models.Model):...

I can confirm, I came here bc vscode vim hangs for me when opening large json files. Not immediately, but after 5 mins or so. I am on a macbook...