Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2015-01-02 Thread Craig Ringer
On 12/23/2014 05:47 PM, stefano bonnin wrote: > Hi Giuseppe, adding: > > git checkout bdr-pg/REL9_4_STABLE FYI, we've tagged bdr 0.8.0beta1 now, and the wiki instructions have been updated accordingly. There have been a lot of fixes since 0.7.1, so I suggest starting with that if possible. --

Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-23 Thread stefano bonnin
Hi Giuseppe, adding: git checkout bdr-pg/REL9_4_STABLE it works! Thanks! Best regards 2014-12-23 9:59 GMT+01:00 Giuseppe Broccolo < giuseppe.brocc...@2ndquadrant.it>: > > Hi Stefano, > > I used the same version of gcc (Ubuntu/Linaro 4.6.3-1ubuntu5), and I > followed your steps compiling withou

Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-23 Thread Giuseppe Broccolo
Hi Stefano, I used the same version of gcc (Ubuntu/Linaro 4.6.3-1ubuntu5), and I followed your steps compiling without problems. I also considered the same git branch (bdr/0.7.1) as in your case. Taking a look to the error you obtained it sounds like an error due to the code, regardless of the use

Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-22 Thread stefano bonnin
I have upgraded GCC to: gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1 Now the error is: make -C ../../src/interfaces/libpq all make[1]: Entering directory `/usr/src/meteosmit/postgresql-BDR/2ndquadrant_bdr/src/interfaces/libpq' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/sr

Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-22 Thread stefano bonnin
Hi Giuseppe, gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 a newer version needed? 2014-12-22 14:00 GMT+01:00 Giuseppe Broccolo < giuseppe.brocc...@2ndquadrant.it>: > > Hi Stefano, > > Which version of gcc are you using? > > Giuseppe. > > 2014-12-22 9:52 GMT+01:00 stefano bonnin : > >> >> Hi all, I h

Re: [GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-22 Thread Giuseppe Broccolo
Hi Stefano, Which version of gcc are you using? Giuseppe. 2014-12-22 9:52 GMT+01:00 stefano bonnin : > > Hi all, I have followed the wiki about postgresql BDR: > > OS: Ubuntu 12.04.5 LTS > > >- git clone git://git.postgresql.org/git/2ndquadrant_bdr.git >- cd 2ndquadrant_bdr >- git c

[GENERAL] BDR conpilation error un Ubuntu 12.4 LTS

2014-12-22 Thread stefano bonnin
Hi all, I have followed the wiki about postgresql BDR: OS: Ubuntu 12.04.5 LTS - git clone git://git.postgresql.org/git/2ndquadrant_bdr.git - cd 2ndquadrant_bdr - git checkout bdr/0.7.1 - ./configure --prefix=$HOME/bdr --with-openssl - make - make install To install the BDR ext