Joris Dauphin

Results 203 comments of Joris Dauphin

`-DBUILD_VENDORED_MEDIA_LIBS=ON` relies on "our" codebase, and so can be fixed if needed. `-DBUILD_VENDORED_MEDIA_LIBS=OFF` relies on system libraries; those might have "incorrect" options though. I don't have Mac. I cannot test...

I don't have Mac, so cannot help a lot. Dependencies are a hell in C++ :-/ ``` -DBUILD_VENDORED_SDL=OFF \ -DBUILD_VENDORED_MEDIA_LIBS=OFF ``` should use the lib from system directly (whereas LUA...

Additional info from Discord > I get this when exiting after I enter the preferences (doesn't seem to happen when I don't go into preferences)

I cannot reproduce on Windows. But I spot that `SDL_Quit` was called before that `SDL_DestroyTexture` (conterpart of SIOF, Static Destruction Order Fiasco). A fix has been done on develop branch...

> I thought of creating a project to store files (like header files) but its not really that great. What is not good with that solution? `Kind "None"` or `Kind...

intellisense prefer `Kind "Utility"` indeed IIRC.

Error is unrelated to the change, but connection issue: ``` [ FAILED ] 1 tests, listed below: [ FAILED ] vs2010_ensure_nuget_imports.structureIsCorrect ** Error: NuGet API error (0) Could not connect...

> Could it be that tests are blocked from creating files? what would explain why the file is not found! There is indeed test_runner.lua which installs custom hooks to avoid...

Tests failed: > [ FAILED ] vstudio_cs2005_dotnetsdk.testBlazorVersion /home/runner/work/premake-core/premake-core/src/base/api.lua:646: attempt to index a nil value (local 'value')

https://github.com/premake/premake-core/pull/2405 did that in first version (prepending short sha1)...