Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Building errors on Linux Mint/Ubuntu 22.04 #29

@KSI65

Description

@KSI65

Hi,
Running build_redist on the above OS, produced these errors:

../src/conf.c:28:10: fatal error: curl/curl.h: No such file or directory
28 | #include <curl/curl.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile.Debug:515: debug/conf.o] Error 1
make[1]: *** Waiting for unfinished jobs....
../src/airportdb.c: In function ‘normalize_name’:
../src/airportdb.c:792:15: error: passing argument 2 of ‘libiconv’ from incompatible pointer type [-Werror=incompatible-pointer-types]
792 | iconv(*cd_p, &conv_in, &conv_in_sz, &conv_out, &conv_out_sz);
| ^~~~~~~~
| |
| char **
In file included from ../src/airportdb.c:19:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions