Test ran at 2025-08-02 01:16:41.800200+00:00
SOLUTION:
lsystem_editor=1.0.0: L-Systems editor in Ada
Origin: commit b01f05b870b2eb91e95f4868e259d9208afdbe34 from https://github.com/Heziode/lsystem-editor
Properties:
Author: Heziode
Description: L-Systems editor in Ada
Executable: lsystem-editor
License: MIT
Long_Description:
# L-System Editor
A comprehensive graphical and command-line editor for creating, manipulating, and visualizing Lindenmayer systems (L-systems).
This project was initially developed as part of a university project.
## What are L-Systems?
L-systems (Lindenmayer systems) are a type of formal grammar introduced by biologist Aristid Lindenmayer in 1968. They are particularly useful for modeling plant growth and generating fractals. An L-system consists of:
- An **alphabet** of symbols that can be used to make strings
- An **axiom** (initial string) to start with
- A set of **production rules** that expand each symbol into a larger string of symbols
Through recursive application of these rules, complex structures can be generated from simple initial conditions.
## Features
- **Interactive GUI** for creating and editing L-systems
- **Command-line interface** for batch processing and automated workflows
- **Real-time visualization** of the L-system at different development levels
- **Export capabilities** to PS (PostScript) format for now
- **Customizable rendering** with adjustable parameters (colors, margins, dimensions)
- **Save and load** L-system definitions using `.ls` files
## Installation
### Using Alire (recommended)
```
alr install lsystem_editor
```
### From Source
1. Ensure you have Ada and GtkAda installed. This project depends on GNAT Lib.
2. Clone the repository: `git clone https://github.com/Heziode/lsystem-editor.git`
3. Build with Alire: `alr build` or manually with `make`
## Usage
### GUI Mode
Launch the graphical interface:
```
./bin/lsystem_editor
# Or
alr run
```
The GUI offers:
- A text editor area for defining L-system rules
- Controls to adjust the development level
- Real-time visualization of the L-system
- Export options
- Customization of colors and rendering parameters
### Command-Line Mode
For automated processing or batch operations:
```
lsystem_editor --no-gui [OPTIONS]
```
#### Command-Line Options
| Option | Long Form | Description |
|--------|-----------|-------------|
| `-i` | `--input=FILE` | Input file containing an L-system definition |
| `-o` | `--output=FILE` | Output file to store an L-system definition |
| `-e` | `--export=FORMAT` | Export format for the L-system representation |
| `-p` | `--export-file=FILE` | Output file for the exported representation |
| `-d` | `--develop=N` | Number of development steps to apply |
| `-w` | `--width=N` | Width of the output representation |
| `-h` | `--height=N` | Height of the output representation |
| `-b` | `--background-color=COLOR` | Background color in hex format (e.g., #AABBCC) |
| `-f` | `--foreground-color=COLOR` | Foreground color in hex format (e.g., #AABBCC) |
| `-mt` | `--margin-top=N` | Top margin for rendering |
| `-mr` | `--margin-right=N` | Right margin for rendering |
| `-mb` | `--margin-bottom=N` | Bottom margin for rendering |
| `-ml` | `--margin-left=N` | Left margin for rendering |
## L-System File Format
L-system definitions are stored in `.ls` files with the following syntax:
```
[angle in degrees]
[initial string]
[symbol] [replacement string]
[symbol] [replacement string]
...
```
### Example L-System: Koch Curve
```
60.0
-F++F++F
F F-F++F-F
```
Where:
- `F` means "draw forward"
- `+` means "turn left by angle"
- `-` means "turn right by angle"
## Controls in GUI Mode
- **Text Editor**: Define and edit your L-system
- **Validate Button**: Check if your L-system definition is valid
- **Level Spinner**: Adjust the development level
- **Color Controls**: Change foreground and background colors
- **Export Options**: Save visualizations
## License
L-System Editor is distributed under the MIT License.
Copyright (c) 2018 Quentin Dauprat (Heziode)
See the [LICENSE](https://github.com/Heziode/lsystem-editor/blob/master/LICENSE) file for full details.
Maintainer: Heziode
Maintainers_Logins: heziode
Name: lsystem_editor
Project_File: LSystem_Editor.gpr
Tag: gtk
Tag: gtk3
Tag: ada
Tag: l-systems
Tag: gtkada
Tag: l-system
Tag: editor
Tag: gui
Version: 1.0.0
Website: https://github.com/Heziode/lsystem-editor
Dependencies (direct):
gtkada^25.0.1
resources~0.1.0
Dependencies (solution):
gtkada=25.0.1
libgtk3=3.24.49
make=4.4.1
pkg_config=2.4.3
resources=0.1.0
Dependencies (graph):
gtkada=25.0.1 --> libgtk3=3.24.49 (>=3.24.24)
gtkada=25.0.1 --> make=4.4.1 (*)
gtkada=25.0.1 --> pkg_config=2.4.3 (*)
lsystem_editor=1.0.0 --> gtkada=25.0.1 (^25.0.1)
lsystem_editor=1.0.0 --> resources=0.1.0 (~0.1.0)
LOG:
[alr test] Testing lsystem_editor=1.0.0
[alr test] Spawning retrieval for remote crate: alr -d -n get lsystem_editor=1.0.0
Note: Deploying lsystem_editor=1.0.0...
Note: Deploying libgtk3=3.24.49...
The system package 'gtk3' is about to be installed.
This action might require admin privileges and impact your system installation.
Do you want Alire to install this system package?
Using default: Yes
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency
Package (78) New Version Net Change Download Size
extra/adwaita-cursors 48.1-1 11.41 MiB 0.35 MiB
extra/adwaita-fonts 49.0-2 7.22 MiB 2.11 MiB
extra/adwaita-icon-theme 48.1-1 1.15 MiB 0.19 MiB
extra/adwaita-icon-theme-legacy 46.2-3 2.23 MiB 2.17 MiB
extra/at-spi2-core 2.56.3-1 3.96 MiB 0.56 MiB
extra/avahi 1:0.8+r194+g3f79789-3 1.88 MiB 0.42 MiB
extra/cairo 1.18.4-1 1.59 MiB 0.61 MiB
extra/dav1d 1.5.1-1 1.77 MiB 0.62 MiB
extra/dconf 0.40.0-3 0.45 MiB 0.10 MiB
extra/default-cursors 3-1 0.00 MiB 0.00 MiB
extra/desktop-file-utils 0.28-1 0.18 MiB 0.04 MiB
extra/duktape 2.7.0-7 0.78 MiB 0.17 MiB
extra/fontconfig 2:2.17.1-1 1.12 MiB 0.37 MiB
extra/freetype2 2.13.3-3 1.62 MiB 0.51 MiB
extra/fribidi 1.0.16-2 0.24 MiB 0.07 MiB
extra/gdk-pixbuf2 2.42.12-2 2.99 MiB 0.51 MiB
extra/glib-networking 1:2.80.1-1 0.65 MiB 0.14 MiB
extra/graphite 1:1.3.14-5 0.20 MiB 0.08 MiB
extra/gsettings-desktop-schemas 48.0-1 5.39 MiB 0.72 MiB
extra/gsettings-system-schemas 48.0-1 0.01 MiB 0.01 MiB
extra/gtk-update-icon-cache 1:4.18.6-1 0.04 MiB 0.02 MiB
extra/harfbuzz 11.3.3-1 4.27 MiB 1.11 MiB
extra/hicolor-icon-theme 0.18-1 0.05 MiB 0.01 MiB
extra/iso-codes 4.18.0-1 21.40 MiB 3.41 MiB
extra/jbigkit 2.1-8 0.16 MiB 0.05 MiB
extra/json-glib 1.10.6-1 1.01 MiB 0.17 MiB
extra/lcms2 2.17-1 0.67 MiB 0.21 MiB
extra/libcloudproviders 0.3.6-2 0.47 MiB 0.06 MiB
extra/libcolord 1.4.8-1 1.24 MiB 0.18 MiB
extra/libcups 2:2.4.12-2 0.77 MiB 0.27 MiB
extra/libdaemon 0.14-6 0.06 MiB 0.02 MiB
extra/libdatrie 0.2.13-4 0.48 MiB 0.11 MiB
extra/libdrm 2.4.125-1 1.26 MiB 0.34 MiB
core/libedit 20250104_3.1-1 0.26 MiB 0.11 MiB
extra/libepoxy 1.5.10-3 2.64 MiB 0.30 MiB
extra/libglvnd 1.7.0-3 3.34 MiB 0.32 MiB
extra/libjpeg-turbo 3.1.1-1 2.41 MiB 0.56 MiB
extra/libpciaccess 0.18.1-2 0.06 MiB 0.02 MiB
extra/libpng 1.6.50-1 0.57 MiB 0.25 MiB
extra/libproxy 0.5.10-1 0.10 MiB 0.03 MiB
extra/librsvg 2:2.60.0-2 10.65 MiB 2.30 MiB
extra/libsoup3 3.6.5-1 1.95 MiB 0.38 MiB
extra/libstemmer 3.0.1-1 0.60 MiB 0.13 MiB
extra/libthai 0.1.29-3 1.22 MiB 0.27 MiB
extra/libtiff 4.7.0-1 1.78 MiB 0.48 MiB
extra/libx11 1.8.12-1 9.78 MiB 2.00 MiB
extra/libxau 1.0.12-1 0.02 MiB 0.01 MiB
extra/libxcb 1.17.0-1 3.87 MiB 0.97 MiB
extra/libxcomposite 0.4.6-2 0.02 MiB 0.01 MiB
extra/libxcursor 1.2.3-1 0.07 MiB 0.03 MiB
extra/libxdamage 1.1.6-2 0.02 MiB 0.01 MiB
extra/libxdmcp 1.1.5-1 0.13 MiB 0.03 MiB
extra/libxext 1.3.6-1 0.30 MiB 0.10 MiB
extra/libxfixes 6.0.1-2 0.04 MiB 0.01 MiB
extra/libxft 2.3.9-1 0.13 MiB 0.06 MiB
extra/libxi 1.8.2-1 0.48 MiB 0.15 MiB
extra/libxinerama 1.1.5-2 0.02 MiB 0.01 MiB
extra/libxkbcommon 1.10.0-1 0.90 MiB 0.24 MiB
extra/libxrandr 1.5.4-1 0.07 MiB 0.03 MiB
extra/libxrender 0.9.12-1 0.09 MiB 0.03 MiB
extra/libxshmfence 1.3.3-1 0.02 MiB 0.01 MiB
extra/libxtst 1.2.5-1 0.11 MiB 0.03 MiB
extra/libxxf86vm 1.1.6-1 0.03 MiB 0.02 MiB
extra/llvm-libs 20.1.8-1 150.01 MiB 37.76 MiB
extra/lm_sensors 1:3.6.2-1 0.48 MiB 0.13 MiB
core/lzo 2.10-5 0.38 MiB 0.09 MiB
extra/mesa 1:25.1.7-1 40.79 MiB 10.18 MiB
extra/pango 1:1.56.4-1 2.32 MiB 0.41 MiB
extra/pixman 0.46.4-1 0.74 MiB 0.28 MiB
extra/shared-mime-info 2.4-2 4.57 MiB 0.60 MiB
extra/spirv-tools 1:1.4.321.0-1 7.01 MiB 1.77 MiB
extra/tinysparql 3.9.2-2 3.83 MiB 1.04 MiB
extra/wayland 1.23.1-2 0.80 MiB 0.14 MiB
extra/xcb-proto 1.17.0-3 1.02 MiB 0.13 MiB
extra/xkeyboard-config 2.45-1 10.16 MiB 0.85 MiB
extra/xorg-xprop 1.2.8-1 0.05 MiB 0.03 MiB
extra/xorgproto 2024.1-2 1.46 MiB 0.24 MiB
extra/gtk3 1:3.24.49-2 53.14 MiB 8.68 MiB
Total Download Size: 86.90 MiB
Total Installed Size: 395.18 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
llvm-libs-20.1.8-1-x86_64 downloading...
mesa-1:25.1.7-1-x86_64 downloading...
gtk3-1:3.24.49-2-x86_64 downloading...
iso-codes-4.18.0-1-any downloading...
librsvg-2:2.60.0-2-x86_64 downloading...
adwaita-icon-theme-legacy-46.2-3-any downloading...
adwaita-fonts-49.0-2-any downloading...
libx11-1.8.12-1-x86_64 downloading...
spirv-tools-1:1.4.321.0-1-x86_64 downloading...
harfbuzz-11.3.3-1-x86_64 downloading...
tinysparql-3.9.2-2-x86_64 downloading...
libxcb-1.17.0-1-x86_64 downloading...
xkeyboard-config-2.45-1-any downloading...
gsettings-desktop-schemas-48.0-1-any downloading...
dav1d-1.5.1-1-x86_64 downloading...
cairo-1.18.4-1-x86_64 downloading...
shared-mime-info-2.4-2-x86_64 downloading...
libjpeg-turbo-3.1.1-1-x86_64 downloading...
at-spi2-core-2.56.3-1-x86_64 downloading...
freetype2-2.13.3-3-x86_64 downloading...
gdk-pixbuf2-2.42.12-2-x86_64 downloading...
libtiff-4.7.0-1-x86_64 downloading...
avahi-1:0.8+r194+g3f79789-3-x86_64 downloading...
pango-1:1.56.4-1-x86_64 downloading...
libsoup3-3.6.5-1-x86_64 downloading...
fontconfig-2:2.17.1-1-x86_64 downloading...
adwaita-cursors-48.1-1-any downloading...
libdrm-2.4.125-1-x86_64 downloading...
libglvnd-1.7.0-3-x86_64 downloading...
libepoxy-1.5.10-3-x86_64 downloading...
pixman-0.46.4-1-x86_64 downloading...
libthai-0.1.29-3-x86_64 downloading...
libcups-2:2.4.12-2-x86_64 downloading...
libpng-1.6.50-1-x86_64 downloading...
libxkbcommon-1.10.0-1-x86_64 downloading...
xorgproto-2024.1-2-any downloading...
lcms2-2.17-1-x86_64 downloading...
adwaita-icon-theme-48.1-1-any downloading...
libcolord-1.4.8-1-x86_64 downloading...
duktape-2.7.0-7-x86_64 downloading...
json-glib-1.10.6-1-x86_64 downloading...
libxi-1.8.2-1-x86_64 downloading...
glib-networking-1:2.80.1-1-x86_64 downloading...
wayland-1.23.1-2-x86_64 downloading...
libstemmer-3.0.1-1-x86_64 downloading...
lm_sensors-1:3.6.2-1-x86_64 downloading...
xcb-proto-1.17.0-3-any downloading...
libdatrie-0.2.13-4-x86_64 downloading...
libedit-20250104_3.1-1-x86_64 downloading...
libxext-1.3.6-1-x86_64 downloading...
dconf-0.40.0-3-x86_64 downloading...
lzo-2.10-5-x86_64 downloading...
graphite-1:1.3.14-5-x86_64 downloading...
fribidi-1.0.16-2-x86_64 downloading...
libcloudproviders-0.3.6-2-x86_64 downloading...
libxft-2.3.9-1-x86_64 downloading...
jbigkit-2.1-8-x86_64 downloading...
desktop-file-utils-0.28-1-x86_64 downloading...
libxcursor-1.2.3-1-x86_64 downloading...
libproxy-0.5.10-1-x86_64 downloading...
libxrender-0.9.12-1-x86_64 downloading...
libxtst-1.2.5-1-x86_64 downloading...
libxrandr-1.5.4-1-x86_64 downloading...
libxdmcp-1.1.5-1-x86_64 downloading...
xorg-xprop-1.2.8-1-x86_64 downloading...
libpciaccess-0.18.1-2-x86_64 downloading...
libdaemon-0.14-6-x86_64 downloading...
gtk-update-icon-cache-1:4.18.6-1-x86_64 downloading...
libxxf86vm-1.1.6-1-x86_64 downloading...
libxfixes-6.0.1-2-x86_64 downloading...
hicolor-icon-theme-0.18-1-any downloading...
libxcomposite-0.4.6-2-x86_64 downloading...
libxau-1.0.12-1-x86_64 downloading...
libxinerama-1.1.5-2-x86_64 downloading...
libxdamage-1.1.6-2-x86_64 downloading...
libxshmfence-1.3.3-1-x86_64 downloading...
gsettings-system-schemas-48.0-1-any downloading...
default-cursors-3-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing adwaita-fonts...
installing hicolor-icon-theme...
installing adwaita-icon-theme-legacy...
installing adwaita-cursors...
installing adwaita-icon-theme...
installing dconf...
installing gsettings-system-schemas...
installing gsettings-desktop-schemas...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libxext...
installing libxfixes...
installing libxi...
installing libxtst...
installing xorg-xprop...
installing at-spi2-core...
installing libpng...
installing graphite...
Optional dependencies for graphite
graphite-docs: Documentation
installing harfbuzz...
Optional dependencies for harfbuzz
harfbuzz-utils: utilities
installing freetype2...
installing fontconfig...
Creating fontconfig configuration...
Rebuilding fontconfig cache...
installing libxrender...
installing lzo...
installing pixman...
installing cairo...
installing desktop-file-utils...
installing fribidi...
installing libjpeg-turbo...
Optional dependencies for libjpeg-turbo
java-runtime>11: for TurboJPEG Java wrapper
installing jbigkit...
installing libtiff...
Optional dependencies for libtiff
freeglut: for using tiffgt
installing shared-mime-info...
installing gdk-pixbuf2...
Optional dependencies for gdk-pixbuf2
libwmf: Load .wmf and .apm
libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
libavif: Load .avif
libheif: Load .heif, .heic, and .avif
libjxl: Load .jxl
librsvg: Load .svg, .svgz, and .svg.gz [pending]
webp-pixbuf-loader: Load .webp
installing iso-codes...
installing libcloudproviders...
installing lcms2...
installing libcolord...
installing libdaemon...
installing avahi...
Optional dependencies for avahi
gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
libevent: libevent bindings [installed]
nss-mdns: NSS support for mDNS
python-dbus: avahi-bookmarks, avahi-discover
python-gobject: avahi-bookmarks, avahi-discover
python-twisted: avahi-bookmarks
qt5-base: qt5 bindings
installing libcups...
installing libpciaccess...
installing libdrm...
Optional dependencies for libdrm
cairo: needed for modetest tool [installed]
installing libxshmfence...
installing libxxf86vm...
installing libedit...
installing llvm-libs...
installing lm_sensors...
Optional dependencies for lm_sensors
rrdtool: for logging with sensord
perl: for sensor detection and configuration convert [installed]
installing spirv-tools...
installing default-cursors...
Optional dependencies for default-cursors
adwaita-cursors: default cursor theme [installed]
installing wayland...
installing mesa...
Optional dependencies for mesa
opengl-man-pages: for the OpenGL API man pages
installing libglvnd...
installing libepoxy...
installing dav1d...
Optional dependencies for dav1d
dav1d-doc: HTML documentation
installing libdatrie...
installing libthai...
installing libxft...
installing pango...
installing librsvg...
installing libxcomposite...
installing libxcursor...
installing libxdamage...
installing libxinerama...
installing xkeyboard-config...
installing libxkbcommon...
Optional dependencies for libxkbcommon
libxkbcommon-x11: xkbcli interactive-x11
wayland: xkbcli interactive-wayland [installed]
installing libxrandr...
installing json-glib...
installing duktape...
installing libproxy...
installing glib-networking...
installing libsoup3...
Optional dependencies for libsoup3
samba: Windows Domain SSO
installing libstemmer...
installing tinysparql...
installing gtk-update-icon-cache...
installing gtk3...
Optional dependencies for gtk3
evince: Default print preview command
:: Running post-transaction hooks...
( 1/14) Creating system user accounts...
Creating group 'avahi' with GID 970.
Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 970 and GID 970.
( 2/14) Reloading system manager configuration...
Skipped: Current root is not booted.
( 3/14) Reloading user manager configuration...
Skipped: Current root is not booted.
( 4/14) Arming ConditionNeedsUpdate...
( 5/14) Updating the MIME type database...
( 6/14) Updating fontconfig configuration...
( 7/14) Reloading system bus configuration...
Skipped: Current root is not booted.
( 8/14) Updating fontconfig cache...
( 9/14) Probing GDK-Pixbuf loader modules...
(10/14) Updating GIO module cache...
(11/14) Compiling GSettings XML schema files...
(12/14) Probing GTK3 input method modules...
(13/14) Updating icon theme caches...
(14/14) Updating the desktop file MIME type cache...
Note: Deploying resources=0.1.0...
Note: Deploying gtkada=25.0.1...
#=#=#
##O#-#
##=O#- #
# #=O#- #
# #=O#- #
# #=O=# #
# #=O=# #
# -#O=-# #
lsystem_editor=1.0.0 successfully retrieved.
Dependencies were solved as follows:
+ gtkada 25.0.1 (new)
+b libgtk3 3.24.49 (new,indirect,system package)
+b make 4.4.1 (new,indirect,system package)
+b pkg_config 2.4.3 (new,indirect,system package)
+ resources 0.1.0 (new)
[alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn
Note: Running post-fetch actions for gtkada=25.0.1...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gprbuild... /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprbuild
checking for gprinstall... /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprinstall
checking that your gnat compiler works with a simple example... yes
checking whether NLS is requested... yes
checking for gettext in libc... yes
checking for GTK... yes
checking for pkg-config... (cached) /usr/sbin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GTK+ - version >= 3.24.24... yes (version 3.24.49)
checking for GMODULE... yes
checking for FONTCONFIG... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtkada_shared.gpr
config.status: creating po/Makefile
config.status: creating docs/gtkada_rm/html/static/index.html
configure: --------- Summary for Gtkada 18.0w -----------------
configure: Shared libraries: yes (default: static)
configure: --------------------------------------------
gnatprep -DGETTEXT_INTL=False -DHAVE_GETTEXT=True src/gtkada-intl.gpb src/gtkada-intl.adb
Note: Building lsystem_editor=1.0.0/LSystem_Editor.gpr...
Setup
[mkdir] object directory for project GtkAda
[mkdir] library directory for project GtkAda
[mkdir] object directory for project Resources
[mkdir] library directory for project Resources
[mkdir] object directory for project Lsystem_Editor
[mkdir] exec directory for project Lsystem_Editor
Compile
[Ada] main.adb
[C] whereami.c
[Ada] resources.adb
[Ada] glib-messages.adb
[Ada] gtkada-intl.adb
[Ada] gtkada-canvas.adb
[Ada] glib-unicode.adb
[Ada] cairo.adb
[Ada] gdk-pixbuf.adb
[Ada] gtk.ads
[Ada] gdk-rectangle.adb
[Ada] gtkada-file_selection.adb
[Ada] gtkada-stock_labels.ads
[Ada] gtkada.ads
[Ada] gtkada-style.adb
[Ada] glib-key_file.adb
[Ada] gdk-threads.ads
[Ada] gtkada-canvas_view-views.adb
[Ada] glib-xml.adb
[Ada] glib-xml_int.ads
[Ada] gtkada-bindings.adb
[Ada] gtkada-canvas_view-models.adb
[Ada] cairo-font_options.adb
[Ada] gdk-display_manager.adb
[Ada] gtkada-canvas_view-models-layers.adb
[Ada] glib-gnodes.adb
[Ada] cairo-svg.adb
[Ada] gtkada-types.adb
[Ada] cairo-font_face.ads
[Ada] gtk-text_child.adb
[Ada] glib-graphs.adb
[Ada] glib-values.adb
[Ada] fontconfig.adb
[Ada] pango.ads
[Ada] gtkada-abstract_tree_model.adb
[Ada] gtkada-application.adb
[Ada] gtk-marshallers.adb
[Ada] gtkada-abstract_list_model.adb
[Ada] gtk-tree_model-utils.adb
[Ada] gdk-input.ads
[Ada] gtkada-multi_paned.adb
[Ada] glib-gslist.adb
[Ada] gtk-rc.adb
[Ada] pango-cairo.adb
[Ada] glib-main.adb
[Ada] gdk-types.ads
[Ada] gdk-keyval.adb
[Ada] glib-types.adb
[Ada] gdk-property.adb
[Ada] gtkada-printing.adb
[Ada] glib-type_conversion_hooks.adb
[Ada] cairo-scaled_font.ads
[Ada] gtk-bindings.adb
[Ada] gtkada-multiline_entry.adb
[Ada] cairo-png.adb
[Ada] gtkada-handlers.ads
[Ada] glib-glist.adb
[Ada] cairo-region.adb
[Ada] glib-convert.adb
[Ada] cairo-image_surface.adb
[Ada] gtk-handlers.adb
[Ada] gtkada-canvas_view-rtrees.adb
[Ada] glib-generic_properties.adb
[Ada] glib-properties.adb
[Ada] gtkada-c.adb
[Ada] gdk.ads
[Ada] gtkada-canvas_view-links.adb
[Ada] gtkada-canvas_view-objects.adb
[Ada] gtk-type_conversion.adb
[Ada] gtkada-canvas_view.adb
[Ada] gdk-dnd.adb
[Ada] gtkada-canvas_view-astar.adb
[Ada] glib-graphs-layouts.adb
[Ada] glib-module.adb
[Ada] gtk-arguments.adb
[Ada] gdk-window_attr.adb
[Ada] gdk-cairo.adb
[Ada] gdk-main.adb
[Ada] glib.adb
[Ada] cairo-pattern.ads
[Ada] gdk-visual.adb
[Ada] cairo-surface.adb
[Ada] gtkada-builder.adb
[Ada] gtk-dnd.adb
[Ada] gtkada-mdi.adb
[Ada] gtkada-pixmaps.ads
[Ada] glib-object.adb
[Ada] cairo-matrix.ads
[Ada] glib-error.adb
[Ada] gdk-color.adb
[Ada] glib-properties-creation.adb
[Ada] gdk-types-keysyms.ads
[Ada] cairo-pdf.adb
[Ada] glib-enums.ads
[Ada] gtkada-stock_icons.ads
[Ada] gtkada-dialogs.adb
[Ada] gtk-tree_view.adb
[Ada] gtk-editable.adb
[Ada] gtk-im_multi_context.adb
[Ada] pango-matrix.adb
[Ada] gtk-cell_renderer_pixbuf.adb
[Ada] gtk-text_child_anchor.adb
[Ada] gtk-font_selection_dialog.adb
[Ada] gdk-glcontext.adb
[Ada] glib-list_model.adb
[Ada] gtk-cell_renderer_text.adb
[Ada] gtk-recent_manager.adb
[Ada] glib-cancellable.adb
[Ada] gtk-offscreen_window.adb
[Ada] gtk-glarea.adb
[Ada] gtk-print_operation.adb
[Ada] gtk-button.adb
[Ada] glib-menu.adb
[Ada] pango-font_face.adb
[Ada] gtk-text_view.adb
[Ada] gtk-recent_chooser_dialog.adb
[Ada] gtk-gesture_zoom.adb
[Ada] gdk-screen.adb
[Ada] gtk-radio_menu_item.adb
[Ada] gtk-list_box_row.adb
[Ada] gtk-gesture_long_press.adb
[Ada] gtk-label.adb
[Ada] gtk-action.adb
[Ada] gtk-entry_completion.adb
[Ada] gtk-scrollable.adb
[Ada] gtk-menu_bar.adb
[Ada] gdk-device_manager.adb
[Ada] gtk-accel_group.adb
[Ada] pango-attributes.adb
[Ada] gtk-style.adb
[Ada] gtk-tree_model_sort.adb
[Ada] gtk-gesture_pan.adb
[Ada] gtk-paned.adb
[Ada] gtk-recent_chooser_menu.adb
[Ada] gtk-box.adb
[Ada] gtk-overlay.adb
[Ada] gtk-frame.adb
[Ada] gtk-style_context.adb
[Ada] gtk-cell_renderer_toggle.adb
[Ada] gtk-color_chooser_dialog.adb
[Ada] gtk-level_bar.adb
[Ada] gtk-tooltip.adb
[Ada] gtk-hbutton_box.adb
[Ada] gdk-frame_timings.adb
[Ada] gtk-scrollbar.adb
[Ada] gtk-paper_size.adb
[Ada] gtk-container.adb
[Ada] gtk-hsv.adb
[Ada] gtk-widget.adb
[Ada] pango-font_family.adb
[Ada] gtk-action_group.adb
[Ada] gtk-text_iter.adb
[Ada] gtk-tool_button.adb
[Ada] gtk-menu_button.adb
[Ada] gtk-tool_palette.adb
[Ada] gdk-event.adb
[Ada] gtk-layout.adb
[Ada] gtk-revealer.adb
[Ada] gtk-stack.adb
[Ada] gtk-dialog.adb
[Ada] gtk-vbutton_box.adb
[Ada] gtk-table.adb
[Ada] gtk-arrow.adb
[Ada] gtk-accel_label.adb
[Ada] gdk-window.adb
[Ada] gtk-status_icon.adb
[Ada] gtk-tool_shell.adb
[Ada] glib-iochannel.adb
[Ada] gtk-color_button.adb
[Ada] gtk-info_bar.adb
[Ada] glib-variant.adb
[Ada] glib-application.adb
[Ada] pango-enums.adb
[Ada] gtk-activatable.adb
[Ada] gtk-popover.adb
[Ada] gtk-recent_chooser.adb
[Ada] gtk-tree_model_filter.adb
[Ada] gtk-cell_view.adb
[Ada] gtk-event_box.adb
[Ada] gtk-style_properties.adb
[Ada] gtk-font_chooser_dialog.adb
[Ada] gtk-window.adb
[Ada] gtk-settings.adb
[Ada] gtk-toolbar.adb
[Ada] gtk-spinner.adb
[Ada] gtk-style_provider.adb
[Ada] gtk-grid.adb
[Ada] gtk-css_section.adb
[Ada] gtk-radio_action.adb
[Ada] gtk-size_group.adb
[Ada] gtk-assistant.adb
[Ada] gtk-stack_switcher.adb
[Ada] pango-font.adb
[Ada] gtk-cell_renderer_spinner.adb
[Ada] gtk-color_chooser.adb
[Ada] gtk-recent_info.adb
[Ada] gtk-main.adb
[Ada] gtk-toggle_button.adb
[Ada] gtk-handle_box.adb
[Ada] gtk-icon_view.adb
[Ada] gtk-clipboard.adb
[Ada] gtk-aspect_frame.adb
[Ada] glib-option.adb
[Ada] glib-string.adb
[Ada] gtk-cell_renderer_combo.adb
[Ada] gtk-tree_row_reference.adb
[Ada] gtk-print_context.adb
[Ada] gtk-page_setup.adb
[Ada] gtk-combo_box.adb
[Ada] gtk-menu_item.adb
[Ada] gtk-tool_item.adb
[Ada] gtk-flow_box.adb
[Ada] gtk-orientable.adb
[Ada] gtk-image_menu_item.adb
[Ada] gtk-print_settings.adb
[Ada] gtk-volume_button.adb
[Ada] gtk-header_bar.adb
[Ada] gtk-tree_selection.adb
[Ada] gtk-grange.adb
[Ada] gtk-radio_tool_button.adb
[Ada] gtk-cell_layout.adb
[Ada] gtk-font_chooser_widget.adb
[Ada] gtk-text_mark.adb
[Ada] gtk-icon_theme.adb
[Ada] gtk-toggle_action.adb
[Ada] gtk-scale.adb
[Ada] glib-action_map.adb
[Ada] gtk-bin.adb
[Ada] glib-simple_action.adb
[Ada] gtk-buildable.adb
[Ada] gtk-tree_model.adb
[Ada] gtk-font_selection.adb
[Ada] gtk-calendar.adb
[Ada] gdk-seat.adb
[Ada] pango-font_metrics.adb
[Ada] gtk-tree_view_column.adb
[Ada] gtk-adjustment.adb
[Ada] gtk-file_chooser_widget.adb
[Ada] gtk-tool_item_group.adb
[Ada] gtk-gesture_rotate.adb
[Ada] gtk-toggle_tool_button.adb
[Ada] gdk-drawing_context.adb
[Ada] gtk-file_chooser_button.adb
[Ada] gtk-text_attributes.adb
[Ada] gtk-expander.adb
[Ada] gtk-switch.adb
[Ada] gtk-gesture_drag.adb
[Ada] gtk-menu_tool_button.adb
[Ada] glib-action.adb
[Ada] gtk-action_bar.adb
[Ada] gtk-stock.adb
[Ada] gtk-icon_set.adb
[Ada] gtk-list_store.adb
[Ada] gtk-cell_area_context.adb
[Ada] gdk-display.adb
[Ada] gtk-theming_engine.adb
[Ada] gtk-selection_data.adb
[Ada] gtk-file_chooser_dialog.adb
[Ada] gtk-gesture_single.adb
[Ada] gtk-gesture_swipe.adb
[Ada] glib-action_group.adb
[Ada] gtk-menu_shell.adb
[Ada] gtk-cell_renderer_progress.adb
[Ada] gtk-icon_factory.adb
[Ada] gtk-recent_action.adb
[Ada] gtk-scale_button.adb
[Ada] gtk-text_tag.adb
[Ada] gtk-drawing_area.adb
[Ada] pango-layout.adb
[Ada] gtk-target_list.adb
[Ada] gtk-builder.adb
[Ada] gtk-alignment.adb
[Ada] glib-notification.adb
[Ada] gtk-binding_set.adb
[Ada] gtk-gesture.adb
[Ada] glib-menu_model.adb
[Ada] glib-utils.adb
[Ada] gtk-viewport.adb
[Ada] gtk-recent_filter.adb
[Ada] gtk-list_box.adb
[Ada] gtk-enums.adb
[Ada] gtk-gradient.adb
[Ada] gtk-cell_renderer_spin.adb
[Ada] gtk-file_chooser.adb
[Ada] gtk-tree_store.adb
gtk-enums.adb:38:04: warning: possible aliasing problem for type "Chars_Ptr" [enabled by default]
gtk-enums.adb:38:04: warning: use -fno-strict-aliasing switch for references [enabled by default]
gtk-enums.adb:38:04: warning: or use "pragma No_Strict_Aliasing (Chars_Ptr);" [enabled by default]
[Ada] pango-fontset.adb
[Ada] gtk-ui_manager.adb
[Ada] gtk-tree_sortable.adb
[Ada] gtk-menu.adb
[Ada] gtk-combo_box_text.adb
[Ada] pango-font_map.adb
[Ada] gtk-invisible.adb
[Ada] gtk-application_window.adb
[Ada] gtk-link_button.adb
[Ada] gtk-im_context_simple.adb
[Ada] gdk-device.adb
[Ada] gtk-radio_button.adb
[Ada] gtk-status_bar.adb
[Ada] gtk-check_menu_item.adb
[Ada] gtk-cell_area_box.adb
[Ada] gtk-message_dialog.adb
[Ada] gtk-shortcuts_window.adb
[Ada] gdk-drag_contexts.adb
[Ada] gtk-im_context.adb
[Ada] gtk-font_button.adb
[Ada] gtk-fixed.adb
[Ada] glib-simple_action_group.adb
[Ada] gdk-frame_clock.adb
[Ada] pango-context.adb
[Ada] gtk-file_filter.adb
[Ada] pango-coverage.adb
[Ada] gtk-separator_tool_item.adb
[Ada] gtk-notebook.adb
[Ada] gtk-tree_drag_dest.adb
[Ada] gtk-print_operation_preview.adb
[Ada] gtk-target_entry.adb
[Ada] gtk-cell_area.adb
[Ada] gtk-cell_editable.adb
[Ada] gtk-check_button.adb
[Ada] gtk-search_entry.adb
[Ada] glib-spawn.adb
[Ada] gtk-symbolic_color.adb
[Ada] gtk-css_provider.adb
[Ada] glib-poll.adb
[Ada] gtk-text_buffer.adb
[Ada] gtk-cell_renderer_accel.adb
[Ada] gtk-about_dialog.adb
[Ada] gdk-device_tool.adb
[Ada] pango-language.adb
[Ada] gtk-image.adb
[Ada] gtk-color_selection_dialog.adb
[Ada] gtk-separator.adb
[Ada] gtk-scrolled_window.adb
[Ada] gtk-spin_button.adb
[Ada] gtk-misc.adb
[Ada] gtk-flow_box_child.adb
[Ada] gtk-separator_menu_item.adb
[Ada] gtk-tearoff_menu_item.adb
[Ada] glib-g_icon.adb
[Ada] gtk-tree_drag_source.adb
[Ada] pango-tabs.adb
[Ada] gtk-search_bar.adb
[Ada] gtk-button_box.adb
[Ada] gtk-entry_buffer.adb
[Ada] gdk-cursor.adb
[Ada] gtk-application.adb
[Ada] gtk-event_controller.adb
[Ada] gtk-font_chooser.adb
[Ada] gtk-gesture_multi_press.adb
[Ada] gtk-progress_bar.adb
[Ada] gtk-gentry.adb
[Ada] gtk-color_chooser_widget.adb
[Ada] gtk-icon_source.adb
[Ada] gdk-monitor.adb
[Ada] gtk-cell_renderer.adb
[Ada] gtk-recent_chooser_widget.adb
[Ada] gtk-color_selection.adb
[Ada] gtk-actionable.adb
[Ada] gtk-text_tag_table.adb
[Ada] gdk-rgba.adb
[Ada] gtk-accel_map.adb
[C] misc_generated.c
[C] misc.c
[Ada] lse.ads
[Ada] lse-model.ads
[Ada] lse-model-io.ads
[Ada] lse-model-io-drawing_area.ads
/root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c: In function 'ada_g_module_build_path':
/root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c:161:3: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations]
161 | return g_module_build_path (directory, module_name);
| ^~~~~~
In file included from /usr/include/glib-2.0/gio/giomodule.h:31,
from /usr/include/glib-2.0/gio/gio.h:102,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c:38:
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
142 | gchar* g_module_build_path (const gchar *directory,
| ^~~~~~~~~~~~~~~~~~~
[Ada] lse-model-io-drawing_area-drawing_area_ptr.ads
[Ada] lse-model-io-drawing_area_factory.adb
[Ada] lse-model-io-text_file.adb
[Ada] lse-model-io-turtle.adb
[Ada] lse-model-io-turtle_utils.ads
[Ada] lse-model-l_system.ads
[Ada] lse-model-l_system-concrete_builder.adb
[Ada] lse-model-l_system-l_system.adb
[Ada] lse-presenter.ads
[Ada] lse-presenter-presenter.adb
[Ada] lse-view.ads
[Ada] lse-view-view.adb
[Ada] lse_resources.ads
[Ada] lse-utils.ads
[Ada] lse-utils-coordinate_2d.adb
[Ada] lse-utils-utils.ads
[Ada] lse-model-io-drawing_area-postscript.adb
[Ada] lse-utils-coordinate_2d_ptr.ads
[Ada] lse-utils-angle.adb
[Ada] lse-utils-coordinate_2d_list.ads
[Ada] lse-model-grammar.ads
[Ada] lse-model-grammar-symbol.adb
[Ada] lse-model-grammar-symbol_utils.ads
[Ada] lse-model-interpreter.ads
[Ada] lse-model-l_system-growth_rule_utils.ads
[Ada] lsystem_editor_config.ads
[Ada] lse-io.ads
[Ada] lse-io-export_factory.adb
[Ada] lse-utils-colors.adb
[Ada] lse-model-l_system-l_system_ptr.ads
[Ada] lse-model-l_system-error.adb
[Ada] lse-model-l_system-error-invalid_rule.adb
[Ada] lse-model-l_system-error-missing_angle.adb
[Ada] lse-model-l_system-error-missing_axiom.adb
[Ada] lse-model-l_system-error-missing_restore.adb
[Ada] lse-model-l_system-error-missing_rule.adb
[Ada] lse-model-l_system-error-missing_save.adb
[Ada] lse-model-l_system-error-not_a_angle.adb
[Ada] lse-model-l_system-error-unexpected_character.adb
[Ada] lse-model-l_system-factory.adb
[Ada] lse-io-drawing_area.adb
[Ada] lse-view-callbacks.adb
[Ada] lse-model-l_system-growth_rule.adb
[Ada] lse-model-grammar-symbol-logoangleminus.adb
[Ada] lse-model-grammar-symbol-logoangleplus.adb
[Ada] lse-model-grammar-symbol-logoforward.adb
[Ada] lse-model-grammar-symbol-logoforwardtrace.adb
[Ada] lse-model-grammar-symbol-logopositionrestore.adb
[Ada] lse-model-grammar-symbol-logopositionsave.adb
[Ada] lse-model-grammar-symbol-logouturn.adb
[Ada] lse-model-grammar-symbol-othersymbol.adb
Build Libraries
[gprlib] gtkada.lexch
[gprlib] Resources.lexch
[archive] libResources.a
[index] libResources.a
[archive] libgtkada.a
[index] libgtkada.a
Bind
[gprbind] main.bexch
[Ada] main.ali
Link
[link] main.adb
Success: Build finished successfully in 132.62 seconds.
Found declared GPR file: LSystem_Editor.gpr
[alr test] Test completed SUCCESSFULLY