Skip to content

Instantly share code, notes, and snippets.

xmlada must be installed with gprbuild
install libgpr with make libgpr.build / make libgpr.install (important)
missing ocaml deps. nums & (one other)
cp gcc to gnatgcc or gprconfig gets confused
BUILD=DEBUG simplifies building gnatcoll
GPR_PROJECT_PATH (but shouldn't be needed if xmlada is installed right?)
--with-libada
--enable-languages=c,ada --enable-multilib
x86_64-linux-gnu (not needed? the real issue was system gnatgcc confusing gprconfig)
@cbvi
cbvi / return.patch
Last active February 5, 2024 01:04
diff --git a/src/alire/alire-properties-from_toml.adb b/src/alire/alire-properties-from_toml.adb
index 44e020ea..dabd940c 100644
--- a/src/alire/alire-properties-from_toml.adb
+++ b/src/alire/alire-properties-from_toml.adb
@@ -17,8 +17,9 @@ package body Alire.Properties.From_TOML is
Strict : Boolean)
return Conditional.Properties
is
+ Props : Conditional.Properties;
begin