LINUX.ORG.RU

История изменений

Исправление Xintrea, (текущая версия) :

В любом случае, в Debian нужны еще пакеты:

qman — man page viewer здорового человека (комментарий)

Но и с ними компиляция не работает:

> meson setup build/

> cd build/

> meson compile
Found runner: ['/usr/bin/ninja']
ninja: Entering directory `.'
[1/10] Generating config.c with a custom command
FAILED: src/config.c
/usr/bin/cog -d -o src/config.c ../src/config.c.cog
cog: Cannot load more than one URL.
[2/10] Generating config.h with a custom command
FAILED: src/config.h
/usr/bin/cog -d -o src/config.h ../src/config.h.cog
cog: Cannot load more than one URL.
ninja: build stopped: subcommand failed.

Видимо, проблема в «cog: Cannot load more than one URL.» То ли cog не той версии, то ли еще что. В общем, ПО невозможно не то что запустить, но даже установить.

Исходная версия Xintrea, :

В любом случае, в Debian нужны еще пакеты:

qman — man page viewer здорового человека (комментарий)

Но и с ними компиляция не работает:

> meson setup build/

> cd build/

> meson compile
Found runner: ['/usr/bin/ninja']
ninja: Entering directory `.'
[1/10] Generating config.c with a custom command
FAILED: src/config.c
/usr/bin/cog -d -o src/config.c ../src/config.c.cog
cog: Cannot load more than one URL.
[2/10] Generating config.h with a custom command
FAILED: src/config.h
/usr/bin/cog -d -o src/config.h ../src/config.h.cog
cog: Cannot load more than one URL.
ninja: build stopped: subcommand failed.