Jason Stover <[EMAIL PROTECTED]> 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 _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
