parallel make failure - Mailing list pgsql-hackers

From Andrew Dunstan
Subject parallel make failure
Date
Msg-id 4EBAA822.1040705@dunslane.net
Whole thread Raw
Responses Re: parallel make failure
List pgsql-hackers
We still seem to have some dependency issues with parallel builds. I 
just got this on a fresh F16 box against git tip, when running "make -j 3":
   ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith   -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing   -fwrapv -g -pthread  -D_REENTRANT -D_THREAD_SAFE
-D_POSIX_PTHREAD_SEMANTICS-DECPG_COMPILE -I../include   -I../../../../src/interfaces/ecpg/include -I. -I.
-DMAJOR_VERSION=4  -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include   -D_GNU_SOURCE -I/usr/include/libxml2
-c-o parser.o parser.c -MMD   -MP -MF .deps/parser.Po   parser.c:25:21: fatal error: preproc.h: No such file or
directory  compilation terminated.
 


cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: new warning
Next
From: Alexander Korotkov
Date:
Subject: Re: GiST for range types (was Re: Range Types - typo + NULL string constructor)