View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007376 | GNUnet | messenger service | public | 2022-10-02 09:59 | 2024-03-08 17:24 |
Reporter | schanzen | Assigned To | thejackimonster | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.21.0 | ||||
Summary | 0007376: Gtk App FTBFS | ||||
Description | src/ui/picker.c:29:10: fatal error: emoji.h: No such file or directory 29 | #include <emoji.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:119: src/ui/picker.o] Error 1 No idea where I can get this from. Build also needs a buildsystem badly. | ||||
Tags | No tags attached. | ||||
|
It seems to compile with (at least?) "emoji.h" from the Gnome Characters repository. The Readme file mentions the use of the repo with a git submodule. |
|
Thanks for the pointer! I am obviously too stupid to read a README ;) Anyway, managed to compile it now (with some CFLAGS LDFLAGS pain). It would still be nice to have a build system for the compiler/linker dependencies. |
|
Is this still a problem? |
|
I'll definitely test that before release. But I think I can put the header into the tarball for a release without issues. For development I think using submodules should be fine. I could add a "bootstrap" script though or look into it whether meson allows to enforce pulling submodules before building. |
|
I've added automatic checkout of the submodules to the meson build if using git. The tarball will include the necessary files to compile. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-02 09:59 | schanzen | New Issue | |
2022-10-02 09:59 | schanzen | Assigned To | => thejackimonster |
2022-10-02 09:59 | schanzen | Status | new => assigned |
2022-10-06 20:34 | Sven Grewe | Note Added: 0019207 | |
2022-10-07 10:44 | schanzen | Note Added: 0019208 | |
2024-03-07 20:30 | schanzen | Note Added: 0021805 | |
2024-03-07 23:07 | thejackimonster | Note Added: 0021810 | |
2024-03-07 23:08 | thejackimonster | Note Edited: 0021810 | |
2024-03-08 03:15 | thejackimonster | Status | assigned => resolved |
2024-03-08 03:15 | thejackimonster | Resolution | open => fixed |
2024-03-08 03:15 | thejackimonster | Note Added: 0021812 | |
2024-03-08 17:24 | schanzen | Status | resolved => closed |
2024-03-08 17:24 | schanzen | Fixed in Version | => 0.21.0 |