Re: glib compile problem
- From: Patrick Welche <prlw1 cam ac uk>
- To: Sergei Steshenko <sergstesh yahoo com>
- Cc: "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: glib compile problem
- Date: Fri, 1 Mar 2013 11:19:13 +0000
On Thu, Feb 28, 2013 at 10:45:22PM -0800, Sergei Steshenko wrote:
GEN test.gresource
test.gresource.xml: Error on line 6 char 1: Failed to execute child process
"" (No such file or directory).
Any ideas where to look for the problem?
I don't know where the missing file in test.gresource.xml comes from.
There is quite an arcane make rule in gio/tests/Makefile.am:
test.gresource: test.gresource.xml Makefile $(shell $(glib_compile_resources) --sourcedir=$(srcdir)
--generate-dependencies $(srcdir)/test.g
resource.xml)
$(AM_V_GEN) $(glib_compile_resources) --target=$@ --sourcedir=$(srcdir) $<
$(shell ...) should spawn a new shell which tallies with your "child process".
As to why it is failing, I don't know...
You reached your shells maximum limit of processes (maxproc)?
Why would something like fork() fail?
Cheers,
Patrick
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]