Commit graph

11 commits

Author SHA1 Message Date
42223c94bb Basic work toward compiling on Darwin.
Some checks failed
Compile Telodendria / Compile Telodendria (aarch64, alpine) (push) Failing after 2s
2024-09-21 15:47:25 -04:00
6dd4440125 remove use of install in Makefile (#56)
Some checks failed
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Has been cancelled
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Has been cancelled
The current make `install` target uses `install -D` to create leading components when install into a directory.
This doesn't work on some variants of `install(1)`.

Also see Telodendria/Cytoplasm#45 and Telodendria/Cytoplasm#13 and 08166dd3a7.

---

Please review the developer certificate of origin:

1. The contribution was created in whole or in part by me, and I have
the right to submit it under the open source licenses of the
Telodendria project; or
1. The contribution is based upon a previous work that, to the best of
my knowledge, is covered under an appropriate open source license and
I have the right under that license to submit that work with
modifications, whether created in whole or in part by me, under the
Telodendria project license; or
1. The contribution was provided directly to me by some other person
who certified (1), (2), or (3), and I have not modified it.
1. I understand and agree that this project and the contribution are
made public and that a record of the contribution—including all
personal information I submit with it—is maintained indefinitely
and may be redistributed consistent with this project or the open
source licenses involved.

- [x] I have read the Telodendria Project development certificate of
origin, and I certify that I have permission to submit this patch
under the conditions specified in it.

Reviewed-on: #56
Co-authored-by: LevitatingBusinessMan (Rein Fernhout) <me@levitati.ng>
Co-committed-by: LevitatingBusinessMan (Rein Fernhout) <me@levitati.ng>
2024-08-23 16:16:33 -04:00
129802fe94 Fix ordering of LDFLAGS.
Some checks failed
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Failing after 13s
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Failing after 18s
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Successful in 20s
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Failing after 25s
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Failing after 26s
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Successful in 27s
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Failing after 27s
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Successful in 30s
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Successful in 39s
2024-01-13 20:31:49 -05:00
c7d44866c3 Put -L before -l in LDFLAGS.
Some checks failed
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Failing after 12s
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Failing after 17s
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Failing after 19s
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Failing after 23s
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Failing after 22s
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Failing after 23s
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Failing after 26s
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Failing after 28s
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Failing after 35s
2024-01-13 20:26:46 -05:00
19443a1c24 Fix unused argument error on Clang. 2024-01-13 20:25:03 -05:00
cd22aea772 Require Cytoplasm to be compiled separately.
Some checks failed
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Failing after 5s
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Failing after 6s
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Failing after 5s
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Failing after 8s
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Failing after 10s
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Failing after 10s
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Failing after 8s
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Failing after 12s
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Failing after 14s
Also add the Gitea CI runner jobs.
2024-01-13 20:11:58 -05:00
ae0724f01c Support building a local copy of Cytoplasm.
Previously, one would have to install Cytoplasm globally to compile
Telodendria. Now, Telodendria builds and links against its own copy
unless --cytoplasm is set to nothing.
2024-01-13 20:02:57 -05:00
77800e4117 Housekeeping tasks with documentation and versioning. 2023-11-08 14:30:45 -05:00
1f02f3c2a2 Allow customization of compiler in configure. 2023-11-04 15:56:57 -04:00
582c79b608 Schema are now generated out-of-tree.
Closes #40.
2023-11-04 15:28:20 -04:00
1fee47a628 Use Makefiles instead of a custom script (#38)
This pull request also requires the use of the external [Cytoplasm](/Telodendria/Cytoplasm) repository by removing the in-tree copy of Cytoplasm. The increased modularity requires a little more complex build process, but is overall better. Closes #19

The appropriate documentation has been updated. Closes #18

---

Please review the developer certificate of origin:

1. The contribution was created in whole or in part by me, and I have
the right to submit it under the open source licenses of the
Telodendria project; or
1. The contribution is based upon a previous work that, to the best of
my knowledge, is covered under an appropriate open source license and
I have the right under that license to submit that work with
modifications, whether created in whole or in part by me, under the
Telodendria project license; or
1. The contribution was provided directly to me by some other person
who certified (1), (2), or (3), and I have not modified it.
1. I understand and agree that this project and the contribution are
made public and that a record of the contribution&mdash;including all
personal information I submit with it&mdash;is maintained indefinitely
and may be redistributed consistent with this project or the open
source licenses involved.

- [x] I have read the Telodendria Project development certificate of
origin, and I certify that I have permission to submit this patch
under the conditions specified in it.

Reviewed-on: #38
2023-11-01 12:27:45 -04:00