On Fri, Mar 3, 2017 at 9:59 AM, Tory M Blue <tmb...@gmail.com> wrote:

>
>
> On Fri, Mar 3, 2017 at 9:46 AM, Tory M Blue <tmb...@gmail.com> wrote:
>
>> I guess the first question is can I even build 2.2.3 against 9.5? Before
>> I continue to beet my head against the desk.
>>
>> If the answer is yes, anyone want to take a stab at what is happening
>> with this error in the make process
>>
>> gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
>> -I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o runtime_config.o
>> runtime_config.c
>>
>> *runtime_config.c:* In function ‘*rtcfg_setNodeLastEvent*’:
>>
>> *runtime_config.c:193:45:* *error: *expected ‘*)*’ before ‘*INT64_FORMAT*
>> ’
>>
>>      "setNodeLastEvent: no_id=%d event_seq=" INT64_FORMAT "\n",
>>
>>
>> CentOS7.2
>>
>>
>> Thanks
>>
>
>
> That was very odd, I brought down the git source and configured from that
> and it was able to make without an issue, so not sure what was missing or
> wrong with my 2.2.3 src file. Very weird.
>
> But I'm good!! GIT was clean and worked.
>
> Thanks
> tory
>

Just closing this out, since I made an error. I downloaded 2.3.0 which
works with 9.5, 2.2.3 does not seem to be compatable with postgres9.5 or at
least that is what is causing the error. Grabbed 2.2.3 source from git and
receive the same error. 2.3.0 with Postgresl95 works fine, but 2.2.3
encounters this error during the MAKE

gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
-I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o slon.o slon.c

gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
-I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o runtime_config.o
runtime_config.c

*runtime_config.c:* In function ‘*rtcfg_setNodeLastEvent*’:

*runtime_config.c:193:45:* *error: *expected ‘*)*’ before ‘*INT64_FORMAT*’

     "setNodeLastEvent: no_id=%d event_seq=" INT64_FORMAT "\n",

*                                             ^*

make[2]: *** [runtime_config.o] Error 1

make[2]: Leaving directory `/home/tblue/GIT/slony1-engine-3204f06/src/slon'

make[1]: *** [all] Error 2

make[1]: Leaving directory `/home/tblue/GIT/slony1-engine-3204f06/src'

make: *** [all] Error 2


So bah!
_______________________________________________
Slony1-general mailing list
Slony1-general@lists.slony.info
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to