Time Nick Message 16:17 [MatrxMT] how do i get media drivers for windows 10 16:33 MTDiscord media drivers? like the HEVC codec? gotta pay up: https://apps.microsoft.com/detail/9nmzlz57r3t7?hl=en-us&gl=EN 16:48 [MatrxMT] no like 16:48 [MatrxMT] disk usb dvd 16:49 [MatrxMT] https://matrix.org/_matrix/media/v1/download/toppoint.de/bFueuTBqrFGoylKRlKzeFUsz 16:50 [MatrxMT] that's called storage, and I would expect them to not be needed... 16:50 [MatrxMT] do you have something out of the ordinary in there? I thought 10 and up all supported NVMe & M.2 unlike 7 16:50 [MatrxMT] No idea 16:50 [MatrxMT] just a regular laptop from hp 16:59 MTDiscord If you're having problems with FOSS, you can ask the FOSS community for help. If you're having problems with Windows, you can ask the Windows commu-- oh wait... 17:02 [MatrxMT] 😭 17:02 [MatrxMT] im having problems with my bios 17:02 [MatrxMT] where is the bios community?? 17:33 MTDiscord Wow this is still going 17:34 MTDiscord He's gonna have to go into the typescript discord!! 17:37 [MatrxMT] what why 17:39 [MatrxMT] what shall i do 2 hours long 17:39 MTDiscord Windows update is that slow? 17:41 [MatrxMT] no my iso download is that slow 17:41 [MatrxMT] NOOO 25KBS 1D LEFT 17:46 [MatrxMT] this internet is shit 18:09 MTDiscord tries to make fake dial-up noises 18:56 Krock hmm. I still remember the sound of mine 20:51 [MatrxMT] still inprogress 23:07 cheapie [13:09:41] tries to make fake dial-up noises 23:07 cheapie https://cheapiesystems.com/media/2025-06-18%2018-05-30.webm 23:41 MTDiscord -- BUILD_CLIENT: TRUE -- BUILD_SERVER: FALSE -- BUILD_UNITTESTS: FALSE -- BUILD_BENCHMARKS: FALSE -- BUILD_DOCUMENTATION: TRUE -- RUN_IN_PLACE: FALSE -- Using imported IrrlichtMt at subdirectory 'irr' -- *** Building IrrlichtMt *** -- Device: SDL -- OpenGL: ON -- OpenGL 3: ON -- OpenGL ES 2: OFF -- Found SDL2: SDL2::SDL2main;SDL2::SDL2 -- Performing Test CHECK_SDL_VERSION -- Performing Test CHECK_SDL_VERSION - Success -- Performing Test 23:41 MTDiscord CHECK_GL_VERSION_4_5 -- Performing Test CHECK_GL_VERSION_4_5 - Success -- LTO/IPO is not enabled -- Detecting GMP from system failed. -- Using bundled mini-gmp library. -- Using JsonCpp provided by system. -- Could NOT find LuaJIT (missing: LUA_LIBRARY LUA_INCLUDE_DIR) -- LuaJIT not found, using bundled Lua. -- cURL support enabled. -- Failed to find Gettext libintl (missing: Intl_LIBRARY Intl_INCLUDE_DIR) -- Could NOT find GettextLib (missing: 23:41 MTDiscord _LIBINTL_WAS_NOT_FOUND) -- Sound enabled. -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) -- ncurses not found! -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR) -- PostgreSQL not found! -- Prometheus client disabled. -- OpenSSL's libcrypto SHA enabled. -- Looking for ZSTD_initCStream -- Looking for ZSTD_initCStream - found CMake Error at src/CMakeLists.txt:379 (message): You are doing an 23:41 MTDiscord out-of-tree build, but build artifacts are left in-tree. This will break the build! -- Configuring incomplete, errors occurred! why is this error, and how can I fix the issue? 23:45 MTDiscord Remove the in-tree build artifacts, e.g. via git clean or some careful manual rm, e.g. rm **/*.o to remove object files? 23:47 MTDiscord Okay... Executing git clean 23:47 MTDiscord 😆 23:47 MTDiscord https://cdn.discordapp.com/attachments/749727888659447960/1385043249877614744/2025-06-18_19_47_43-Window.png?ex=6854a18b&is=6853500b&hm=eead220bbdfc669bfc45f160edb32f8a276a242c074f9cede1f0a0fb4c829d75& 23:47 MTDiscord let me download git rq 23:49 MTDiscord Uh, fatal: clean.requireForce is true and -f not given: refusing to clean 23:54 MTDiscord did find . -name "*.o" -type f -delete still the same error. 23:55 MTDiscord is it only .o files or do i need to del somthing else too? 23:56 MTDiscord also git clean -f prints nothing? 23:58 MTDiscord maybe if I if((NOT PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR) AND EXISTS "${PROJECT_SOURCE_DIR}/cmake_config.h") message(FATAL_ERROR "You are doing an out-of-tree build, but build artifacts are left in-tree. This will break the build!") endif()