bobkocisko

Results 9 comments of bobkocisko

Thanks! For now I've just pinned mingw at 8.1.0 in chocolatey and all seems to be well.

How would one re-spawn the same actor when it dies using during/spawn with #:on-crash? I see the optional argument but I'm not sure how to use that to cause the...

Ok nice, thanks! I wasn't sure if the lexical context was important with these clauses. Good to know that the actions can be pulled out into their own function. I...

I had something similar happen when I didn't create a VAO before using this library. All I had to do was generate one VAO and bind it and then things...

I guess OpenGL core profile with nvidia cards requires this: https://github.com/rougier/freetype-gl/issues/7 Sent from my iPhone > On Feb 13, 2016, at 12:56 AM, Nicolas P. Rougier [email protected] wrote: > >...

In case anyone else is interested in a workaround which is resolving all the build issues for me in Visual Studio: install "C++ Clang tools for Windows" in the vs...

Or, if you are staying in the msvc compiler realm, be sure that the `/permissive-` compiler option is turned on which enables proper standards conformance. Apparently it is normally turned...

Same here. If you're like me, I didn't install pkg-config until I got the error you reported. But then after I installed it and re-ran ./configure the error was still...

> I'm receiving a compilation error regarding `effect`, seems that the parent class type of `effect` is not being computed correctly? > > ``` > 2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\functional(1010,19): error...