oh wait nvm...
it's not the master branch's fault...
sigh...
:boosts_ok_gay:
can someone help me compile nix? i got to the point of running meson compile -C build -j 8 but it eventually gives this error:
../src/libutil/file-descriptor.cc:116:11: error: no member named 'sync_file_range' in the global namespace
116 | ::sync_file_range(fd, 0, 0, SYNC_FILE_RANGE_WRITE);
| ^~~~~~~~~~~~~~~
../src/libutil/file-descriptor.cc:116:37: error: use of undeclared identifier 'SYNC_FILE_RANGE_WRITE'
116 | ::sync_file_range(fd, 0, 0, SYNC_FILE_RANGE_WRITE);
| ^~~~~~~~~~~~~~~~~~~~~
2 errors generated.#nix #clang #gcc #meson #ninjaRE: https://plasmatrap.com/notes/aisw7vwsyb











