You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Meson Build System
Hi all... Getting my feet wet with the Meson build system. I successfully created the simple and Gtk examples.
I am now trying to get an old project over from maketools to Meson, and received a message about missing 'GETTEXT_PACKAGE'. I'm following the indications from the localisation page, but surely I'm doing something wrong.
When I invoke `meson compile linsmith-pot` from the build directory, I get the error `Can't invoke target `linsmith-pot`: target not found`.
I did include `subdir('po')` in the root's meson.build file (is the place important?) and I have created the `'po/meson.build'` and `linsmith.pot` files. (BTW, is that correct - linsmith.po as filename and linsmith-pot in the command?)