!VRULIdgoKmKPzJZzjj:nixos.org

Nix Hackers

938 Members
For people hacking on the Nix package manager itself194 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
20 Feb 2025
@Ericson2314:matrix.orgJohn Ericsonyes Lix and us are both doing that haha18:59:25
@Ericson2314:matrix.orgJohn Ericson they put their source code in lix/libutil/ 18:59:35
@Ericson2314:matrix.orgJohn Ericson and then they make the repo root the include path 18:59:45
@Ericson2314:matrix.orgJohn Ericson so everything, upstream and downstream libraries is in principle able to incldue 18:59:59
@Ericson2314:matrix.orgJohn Ericson meson has "targets", e.g. those produced by executable(..) and library(..) 19:00:28
@Ericson2314:matrix.orgJohn Ericsonbut they don't have any analogous notion for headers19:00:35
@emilazy:matrix.orgemily I still think just libfoo/include/nix is the thing that makes sense. but if that's not an option, how about simply generating a nix/ with header files in it in Meson and having that be the downstream include directory used? 19:00:52
@emilazy:matrix.orgemilyyou can also use it for installing headers: simply install that generated thing19:00:59
@emilazy:matrix.orgemily no symlinks in the source tree, should be pretty simple on the Meson end, and no .cc files in include paths 19:01:10
@emilazy:matrix.orgemilyright now it seems like libraries can see headers from "downstream" libraries that they don't depend on too, which this would avoid19:01:25
@Ericson2314:matrix.orgJohn Ericson it is just done with side effects instead like install_headers, making PC files, and include_directories , the logic is very balkanized between those 3 things which must stay in sync 19:01:30
@emilazy:matrix.orgemily(but I might be misreading that)19:01:33
@emilazy:matrix.orgemilyI guess https://mesonbuild.com/Generating-sources.html#generating-headers might not actually be fancy enough for this. not sure.19:02:04
@Ericson2314:matrix.orgJohn Ericson I think this happens with Lix, but not us. since we do the include dirs once per dep 19:02:37
@Ericson2314:matrix.orgJohn Ericson you can do a fucked up #include "libutil-file.cc" 19:02:46
@Ericson2314:matrix.orgJohn Ericsonbut you cannot do a libexpr include from libstore19:02:57

Show newer messages


Back to Room ListRoom Version: 6