Re: Compile error from today's CVS



With Pawel's help I'm a lot further, but now I get:

Making all in libinit_balsa
make[2]: Entering directory `/usr/src/redhat/BUILD/balsa-1.3.0/libinit_balsa'
no-private-header balsa-initdruid.gob
make[2]: no-private-header: Command not found
make[2]: [balsa-initdruid.c] Error 127 (ignored)
no-private-header balsa-druid-page.gob
make[2]: no-private-header: Command not found
make[2]: [balsa-druid-page.c] Error 127 (ignored)

and more of the same, but I don't want to bore you :-)

which I believe comes from the following rule in Makefile:

%.c %.h %-private.h: %.gob
         --no-private-header $<

which in turn comes from this snippet in Makefile.in


%.c %.h %-private.h: %.gob
        @GOB@ --no-private-header $<

So @GOB@ doesn't get expanded correctly. What should it have been
substituted with, and what could I be missing that causes this?

Thanks, Willem Riede.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]