braus icon indicating copy to clipboard operation
braus copied to clipboard

Missing gettext dependency

Open bhm opened this issue 3 years ago • 1 comments

Build started at 2020-11-16T16:06:23.812887
Main binary: /usr/bin/python3
Build Options: -Dprefix=/usr
Python system: Linux
The Meson build system
Version: 0.53.2
Source dir: [redacted]
Build dir: [redacted]
Build type: native build
Project name: braus
Project version: 0.1.0
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
WARNING: Gettext not found, all translation targets will be ignored.

data/meson.build:1:0: ERROR: Tried to assign an invalid value to variable.

Given first line of meson.build is a call to i18, I guess I am missing this

Website says

Note: You need gtk, python3, and gobject installed. In most cases, you shouldn’t need to install anything if you’re on a gtk environment.

Not exactly true or informative to non python people. Would you mind updating readme and the website to reflect proper dependencies?

bhm avatar Nov 16 '20 15:11 bhm

Thank you! This will be fixed once #7 is solved.

properlypurple avatar Nov 19 '20 04:11 properlypurple