pspp-dev
[Top][All Lists]
Advanced

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

Re: compile trouble


From: Ben Pfaff
Subject: Re: compile trouble
Date: Wed, 15 Mar 2006 13:30:32 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> writes:

> I just updated gnulib and tried to build pspp. Saw this:
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I. -I./src -I./lib -I./intl
> -I./gl -I./gl -I./src/language -I./src/language/lexer
> -I./src/ui/terminal -I./src/data -I./src/libpspp -Wall -W
> -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
> -Wmissing-prototypes -Dunix -g -O2 -MT src/message.o -MD -MP -MF
> ".deps/src/message.Tpo" -c -o src/message.o src/message.c; \
> then mv -f ".deps/src/message.Tpo" ".deps/src/message.Po"; else rm -f 
> ".deps/src/message.Tpo"; exit 1; fi
> cc1: No such file or directory: opening dependency file .deps/src/message.Tpo
> make[2]: *** [src/message.o] Error 1
>
> Does this have anything to do with gnulib?

I doubt it.  Usually that kind of message means that, for
whatever reason, the directory .deps/src didn't get created
properly.  At that point I usually throw up my hands and re-run
`make -f Smake; ./configure; make'.  Actually I use a
subdirectory for builds so it's more like `rm -rf _build; make -f
Smake _build; make -C _build'.
-- 
"Now I have to go wash my mind out with soap."
--Derick Siddoway




reply via email to

[Prev in Thread] Current Thread [Next in Thread]