On 9 April 2017 at 21:42, Marty Moore <pl8sw...@gmail.com> wrote:

>
> resource.c: gresource.xml example_builder.ui
> $(COM P_RES) --target=$@   --sourcedir=$(DIR) --generate-source  $<
>

Is this another typo? There should not be a space in the variable name.
That would explain this...

make -k
> target=resource.c   --sourcedir=`pwd` --generate-source  gresource.xml
> /bin/sh: 1: --sourcedir=/home/marty/gtkmm3/builder: not found
>

Note that it appears to be sh itself giving the error - not
glib-compile-resources

because the variable specifying the glib-compile-resources binary appears
to be empty, probably because of that typo, so it expands to nothing, so
the literal command executed is just that 2nd line quoted above. And, of
course, there is no binary called --sourcedir=/home/marty/gtkmm3/builder
for sh to execute
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to