Federico Barlotti
Federico Barlotti
> The error does not come from ccache. It comes from the fact that you are using a wrapper shell script to invoke ccache on a windows platform. Here is...
I'm using 2.80.75 but I still get that error... From the "cannot locate Godot project" warning I thought of exporting to a project folder, but if I do I get...
Found the culprit. When multiple target configurations are present in CLion (e.g. Debug, Release, etc.) the IDE runs CMake configurations in *parallel* for each build type -- this effectively causes...
Hey there! Thanks much for the inputs! Out of curiosity, how do libraries normally work with CPM? I thought CPM already fetched the library's source code and built it regardless...
I see, that makes much sense. Thanks! For the C++ route I found GCC has the `__has_include` directive which is incredibly useful, and it does exactly what I need but...
So, I've read through the SDL cmakelists.txt and this seems to be the code that enumerates the headers: ```cmake # This list holds all generated headers. # To avoid generating...
I've tried the above, but unfortunately it doesn't work... it still only copies the files over when building, not when configuring. Also, doesn't `copy_directory` lack the benefit of `copy_if_different`, too?...
I'm getting the same error in response for other requests. E.g.: ``` $.post("http://crossorigin.me/http://google.com"); ... POST http://crossorigin.me/http://google.com 405 (Method Not Allowed) XMLHttpRequest cannot load http://crossorigin.me/http://google.com. No 'Access-Control-Allow-Origin' header is present on...
You mean $.post isn't, or the POST method altogether isn't? In any case, without 50% of the ajax working I find this service quite lacking.. don't get me wrong, I...
This issue also occurs in other modpacks, namely SF4; do we know what specifically caused the bug in RandomPatches that could help others debug this, without trial & error?