Jon Turney

Results 4 issues of Jon Turney

The following meson is of questionable validity: https://github.com/systemd/casync/blob/5f4540fe4f42822a8a3beab982d040e69c294d9d/meson.build#L152 It's unclear that this is currently giving you what you want (an empty string), when udev.pc is not present. In future, it...

bug
build-system

Add links to package recipies, to make a start at getting rid of the scary warning at https://repology.org/repository/cygwin

Fix typo in d4cc201e, which places $(AVOID_VERSION) between '-version-info' and '@VERSION_INFO@', leading to: libtool: error: CURRENT '-avoid-version' must be a nonnegative integer libtool: error: '-avoid-version' is not valid version information...

Some PDBs e.g. kernel32.pdb/17D8B8C647E14C1DAF9C6FC206AAAC512 only seem to have global symbol information, and no module symbol information. Presumably this can be fixed by creating FunctionRecords in getGlobalFunctions, as it did prior...