Re: [HACKERS] pg_xlogdump compile error

2013-02-26 Thread Fujii Masao
On Wed, Feb 27, 2013 at 1:25 AM, Andres Freund wrote: > Hi, > > On 2013-02-27 00:34:54 +0900, Fujii Masao wrote: >> Hi, >> >> When I compiled pg_xlogdump in HEAD, I got the following error. >> >> make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. >> Stop. >> >> $ uname -a >>

Re: [HACKERS] pg_xlogdump compile error

2013-02-26 Thread Andres Freund
Hi, On 2013-02-27 00:34:54 +0900, Fujii Masao wrote: > Hi, > > When I compiled pg_xlogdump in HEAD, I got the following error. > > make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. Stop. > > $ uname -a > Darwin hrk.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 > 1

[HACKERS] pg_xlogdump compile error

2013-02-26 Thread Fujii Masao
Hi, When I compiled pg_xlogdump in HEAD, I got the following error. make: *** No rule to make target `rmgrdesc.o', needed by `pg_xlogdump'. Stop. $ uname -a Darwin hrk.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 Regards,