Re: glib compile problem



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]