Re: [HACKERS] "port/atomics/arch-*.h" are missing from installation

2014-10-02 Thread Andres Freund
Hi, On 2014-10-02 23:33:36 +0900, Kohei KaiGai wrote: > I got the following error when I try to build my extension > towards the latest master branch. > > Is the "port/atomics/*.h" files forgotten on make install? You're right. > The attached patch is probably right remedy. I've changed the or

[HACKERS] "port/atomics/arch-*.h" are missing from installation

2014-10-02 Thread Kohei KaiGai
I got the following error when I try to build my extension towards the latest master branch. Is the "port/atomics/*.h" files forgotten on make install? [kaigai@magro pg_strom]$ make gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-at