[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47006] [WIP PATCH v2 2/2] gnu: Add zig.
From: |
Liliana Marie Prikler |
Subject: |
[bug#47006] [WIP PATCH v2 2/2] gnu: Add zig. |
Date: |
Sun, 12 Sep 2021 09:39:11 +0200 |
User-agent: |
Evolution 3.34.2 |
Hi,
Am Sonntag, den 12.09.2021, 09:32 +0200 schrieb Liliana Marie Prikler:
> > + (native-search-paths
> > + (list
> > + (search-path-specification
> > + (variable "ZIG_INCLUDE_DIRS")
> > + ;; XXX: It doesn't seem as though Zig can distinguish
> > between
> > C and C++
> > + ;; include paths, so provide both.
> > + (files '("include/c++" "include")))
> > + (search-path-specification
> > + ;; TODO: Might be confused with "ZIG_LIB_DIR"... Maybe use
> > + ;; "ZIG_INCLUDE_PATH" and "ZIG_LIBRARY_PATH"?
> > + (variable "ZIG_LIB_DIRS")
> > + (files '("lib" "lib64")))))
> You can rewrite "zig-use-explicit-paths.patch" in-place with Emacs'
> query-replace and/or sed (or even just manually, there are no lines
> to add or remove) if you disagree with my environment variable naming
> choice. Just make sure you don't accidentally break diff by deleting
> trailing space.
Another potential naming choice would be to prefix everything with
ZIG_LIBC_ rather than simply ZIG_. Of course I thought about that only
after sending my previous mail ^^"
- [bug#47006] [PATCH 2/2] gnu: Add zig., Liliana Prikler, 2021/09/09
- [bug#47006] [PATCH 2/2] gnu: Add zig., Sarah Morgensen, 2021/09/09
- [bug#47006] [PATCH 2/2] gnu: Add zig., Liliana Marie Prikler, 2021/09/09
- [bug#39480] [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Sarah Morgensen, 2021/09/11
- [bug#39480] [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Liliana Marie Prikler, 2021/09/11
- [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Sarah Morgensen, 2021/09/12
- [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Liliana Marie Prikler, 2021/09/12
- [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig.,
Liliana Marie Prikler <=
- [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Sarah Morgensen, 2021/09/12
- [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Liliana Marie Prikler, 2021/09/14
- [bug#50449] [bug#47006] [WIP PATCH v2 2/2] gnu: Add zig., Sarah Morgensen, 2021/09/23
- [bug#47006] [PATCH v5] gnu: Add zig., Liliana Prikler, 2021/09/24