Re: [GENERAL] Compile docs on ArchLinux

2012-04-19 Thread Michael Paquier
On Wed, Apr 18, 2012 at 6:51 PM, hubert depesz lubaczewski < dep...@depesz.com> wrote: > On Wed, Apr 18, 2012 at 01:25:14PM +0900, Michael Paquier wrote: > > Hi all, > > > > Under Arch, I am not able to compile Postgres docs. > > > > By having a look at config.log, it cannot find the docbook folde

Re: [GENERAL] Compile docs on ArchLinux

2012-04-19 Thread Peter Eisentraut
On ons, 2012-04-18 at 10:08 -0400, Tom Lane wrote: > Now having said that, you could certainly try adjusting the > DOCTYPE declaration in the docs and seeing if they'd build with 4.5. It should work. The problem, as I recall it, with DocBook 4.5 was that the are some problems in the source packag

Re: [GENERAL] Compile docs on ArchLinux

2012-04-18 Thread Michael Paquier
On Wed, Apr 18, 2012 at 11:08 PM, Tom Lane wrote: > Michael Paquier writes: > > is it possible to compile postgres docs with docbook 4.5? At config step, > > it looks that only docbook 4.2 is supported. > > If ArchLinux doesn't provide the 4.2 DTD, you ought to complain to > whoever packages th

Re: [GENERAL] Compile docs on ArchLinux

2012-04-18 Thread Tom Lane
Michael Paquier writes: > is it possible to compile postgres docs with docbook 4.5? At config step, > it looks that only docbook 4.2 is supported. If ArchLinux doesn't provide the 4.2 DTD, you ought to complain to whoever packages that. On my Fedora 16 box, for example, a wide range of docbook v

Re: [GENERAL] Compile docs on ArchLinux

2012-04-18 Thread Michael Paquier
> > I don't think it will be solved - I reported it in november 2009 > : http://archives.postgresql.org/pgsql-general/2009-11/msg00325.php > then asked on serverfault > : > http://serverfault.com/questions/83206/how-to-build-docbook-4-2-docs-on-arch-linux Thanks, I saw those posts while looking fo

Re: [GENERAL] Compile docs on ArchLinux

2012-04-18 Thread hubert depesz lubaczewski
On Wed, Apr 18, 2012 at 01:25:14PM +0900, Michael Paquier wrote: > Hi all, > > Under Arch, I am not able to compile Postgres docs. > > By having a look at config.log, it cannot find the docbook folder: > configure:29356: checking for DocBook V4.2 > onsgmls:/etc/xml/catalog:2:78:E: name expected >

[GENERAL] Compile docs on ArchLinux

2012-04-17 Thread Michael Paquier
Hi all, Under Arch, I am not able to compile Postgres docs. By having a look at config.log, it cannot find the docbook folder: configure:29356: checking for DocBook V4.2 onsgmls:/etc/xml/catalog:2:78:E: name expected onsgmls:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBLIC",

Re: [GENERAL] Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar

2011-08-16 Thread Guillaume Lelarge
On Sun, 2011-08-14 at 18:26 +0200, Guillaume Lelarge wrote: > On Sun, 2011-08-14 at 12:23 -0400, Colin Beckingham wrote: > > On 08/14/2011 12:16 PM, Guillaume Lelarge wrote: > > > On Sun, 2011-08-14 at 10:45 -0400, Colin Beckingham wrote: > > >> Using OpenSUSE 11.4, kernel 3.0. > > >> wxWidgets ver

Re: [GENERAL] Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar

2011-08-14 Thread Guillaume Lelarge
On Sun, 2011-08-14 at 12:23 -0400, Colin Beckingham wrote: > On 08/14/2011 12:16 PM, Guillaume Lelarge wrote: > > On Sun, 2011-08-14 at 10:45 -0400, Colin Beckingham wrote: > >> Using OpenSUSE 11.4, kernel 3.0. > >> wxWidgets version 2.8.11. > >> While compiling pgadmin1-1.14.0-beta3, configure com

Re: [GENERAL] Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar

2011-08-14 Thread Colin Beckingham
On 08/14/2011 12:16 PM, Guillaume Lelarge wrote: On Sun, 2011-08-14 at 10:45 -0400, Colin Beckingham wrote: Using OpenSUSE 11.4, kernel 3.0. wxWidgets version 2.8.11. While compiling pgadmin1-1.14.0-beta3, configure completes correctly but make fails on: ./ctl/ctlMenuToolbar.cpp: In member func

Re: [GENERAL] Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar

2011-08-14 Thread Guillaume Lelarge
On Sun, 2011-08-14 at 10:45 -0400, Colin Beckingham wrote: > Using OpenSUSE 11.4, kernel 3.0. > wxWidgets version 2.8.11. > While compiling pgadmin1-1.14.0-beta3, configure completes correctly but > make fails on: > > ./ctl/ctlMenuToolbar.cpp: In member function ‘void > ctlMenuToolbar::DoProcess

[GENERAL] Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar

2011-08-14 Thread Colin Beckingham
Using OpenSUSE 11.4, kernel 3.0. wxWidgets version 2.8.11. While compiling pgadmin1-1.14.0-beta3, configure completes correctly but make fails on: ./ctl/ctlMenuToolbar.cpp: In member function ‘void ctlMenuToolbar::DoProcessLeftClick(wxMouseEvent&)’: ./ctl/ctlMenuToolbar.cpp:161:2: error: ‘Node

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Craig Ringer
On 21/07/2011 2:56 PM, Sofer, Yuval wrote: Hi Ok - but how do I install the patch in the link? I pressed the latest "patch" link Tom Lane gave me (Patch by brar on 2011-07-07 12:37:47 AM: Added documentation, removed pgflex.pl and pgbison.pl. No changes to the existing code. ), where I saw so

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Brar Piening
Original Message Subject: Re: [GENERAL] compile postgres with visual studio 2010 From: Sofer, Yuval To: Craig Ringer Date: 21.07.2011 08:56 Hi Ok - but how do I install the patch in the link? I pressed the latest "patch" link Tom Lane gave me (Patch by brar on

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Sofer, Yuval
gresql.org Subject: Re: [GENERAL] compile postgres with visual studio 2010 On 20/07/11 18:56, Sofer, Yuval wrote: > I would like to build Postgres from source with the visual studio 2010 > compiler Unless you're willing to use the patch Tom linked to, you should compile with Visual St

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Craig Ringer
On 20/07/11 18:56, Sofer, Yuval wrote: > I would like to build Postgres from source with the visual studio 2010 > compiler Unless you're willing to use the patch Tom linked to, you should compile with Visual Studio 2008 or with the Microsoft Platform SDK 7.0 (Windows Vista and .NET 3.5). More te

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Tom Lane
"Sofer, Yuval" writes: > I would like to build Postgres from source with the visual studio 2010 > compiler > Is it supported? Not yet. You could test the pending patch for that: https://commitfest.postgresql.org/action/patch_view?id=523 regards, tom lane -- Sent via

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Raymond O'Donnell
On 20/07/2011 11:56, Sofer, Yuval wrote: > Hi > > > > I would like to build Postgres from source with the visual studio 2010 > compiler > > Is it supported? Is there any document which describes the process of > the implementation? Yes, it's in the Fine Manual: http://www.postgresql.org/do

[GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Sofer, Yuval
Hi I would like to build Postgres from source with the visual studio 2010 compiler Is it supported? Is there any document which describes the process of the implementation? Thanks, Yuval Sofer BMC Software CTM&D Business Unit DBA Team 972-52-4286-282 yuval_so...@bmc.com

Re: [GENERAL] compile error in libpq program

2010-10-22 Thread John R Pierce
On 10/21/10 9:14 PM, zab08 wrote: more detail? I don't understand. please send responses to the mail list so others can contribute. libpq is only one piece of postgres, and building it has to be done in the context of the rest of the postgres build environment, you can't just manually compi

Re: [GENERAL] compile error in libpq program

2010-10-21 Thread John R Pierce
On 10/21/10 5:24 PM, zab08 wrote: I use this command to compile the libpq.c. *cc -I /opt/PostgreSQL/8.4/include -o libpq libpq.c -L /opt/PostgreSQL/8.4/lib -lpq* * * but I get these error: /usr/bin/ld: warning: libssl.so.4, needed by /opt/PostgreSQL/8.4/lib/libpq.so, not found (try using -rpat

[GENERAL] compile error in libpq program

2010-10-21 Thread zab08
I use this command to compile the libpq.c. cc -I /opt/PostgreSQL/8.4/include -o libpq libpq.c -L /opt/PostgreSQL/8.4/lib -lpq but I get these error: /usr/bin/ld: warning: libssl.so.4, needed by /opt/PostgreSQL/8.4/lib/libpq.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning:

Re: [GENERAL] compile a program witn libpq64 (error LIBCMT.Lib...)

2010-03-19 Thread elekis
it's seems works thansk a++ On Thu, Mar 18, 2010 at 3:16 PM, Ashesh Vashi wrote: > Try to use libpqdll.lib instead of libpq.lib. > -- > Ashesh Vashi > EnterpriseDB INDIA: Enterprise Postgres Company > > > > On Thu, Mar 18, 2010 at 7:30 PM, elekis wrote: >> >> hi all, >> >> >> I try to create a

Re: [GENERAL] compile a program witn libpq64 (error LIBCMT.Lib...)

2010-03-18 Thread Ashesh Vashi
Try to use libpqdll.lib instead of libpq.lib. -- Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company On Thu, Mar 18, 2010 at 7:30 PM, elekis wrote: > hi all, > > > I try to create a dll that use postgres > > in 32 bit, there is no problem, but in 64 , I h

[GENERAL] compile a program witn libpq64 (error LIBCMT.Lib...)

2010-03-18 Thread elekis
hi all, I try to create a dll that use postgres in 32 bit, there is no problem, but in 64 , I have errors cl /W3 /LDd runtime\rcqpgsql.obj runtime\pgsql_function_utility.obj runtime\rc qsql.obj C:\yafl\CT\bignum.obj C:\yafl\CT\CT_convert.obj runtime\error.obj runti me\profiler.obj runtime\rc

Re: [GENERAL] compile of 8.1.15

2009-01-11 Thread Joshua D. Drake
On Sat, 2009-01-10 at 17:37 -0700, Chuck Davis wrote: > I have been trying to install 8.1.14 and 15 and it seems like there is > an infinite loop in the make file. I do not have the skills to find > it. Has anyone else had success compiling for Linux with gmake? Which linux? WHich gcc? Which mak

Re: [GENERAL] compile of 8.1.15

2009-01-10 Thread Tom Lane
"Chuck Davis" writes: > I have been trying to install 8.1.14 and 15 and it seems like there is > an infinite loop in the make file. I do not have the skills to find > it. Has anyone else had success compiling for Linux with gmake? I'll bet lunch your system clock is far in the past (ie, before

Re: [GENERAL] compile of 8.1.15

2009-01-10 Thread Bruce Momjian
Chuck Davis wrote: > I have been trying to install 8.1.14 and 15 and it seems like there is > an infinite loop in the make file. I do not have the skills to find > it. Has anyone else had success compiling for Linux with gmake? We certainly used to be able to compile it on every Linux available

Re: [GENERAL] compile of 8.1.15

2009-01-10 Thread Chuck Davis
I have been trying to install 8.1.14 and 15 and it seems like there is an infinite loop in the make file. I do not have the skills to find it. Has anyone else had success compiling for Linux with gmake? Thanks. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make chang

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Alvaro Herrera
Jeff MacDonald escribió: > On 5/15/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > >Jeff MacDonald escribió: > >> On 5/15/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > >> >Jeff MacDonald wrote: > >> >> Hi, > >> >> > >> >> I think the subject says it all. I need to install contrib/xml from > >> >

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Nikolay Samokhvalov
On 5/15/07, Jeff MacDonald <[EMAIL PROTECTED]> wrote: I even tried gmake -I/usr/include/libxml2/libxml no go. try -I/usr/include/libxml2 -- Best regards, Nikolay ---(end of broadcast)--- TIP 4: Have you searched our list archives?

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Jeff MacDonald
On 5/15/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote: Jeff MacDonald escribió: > On 5/15/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > >Jeff MacDonald wrote: > >> Hi, > >> > >> I think the subject says it all. I need to install contrib/xml from > >> the 7 series, not contrib/xml2 from the 8 se

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Alvaro Herrera
Jeff MacDonald escribió: > On 5/15/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > >Jeff MacDonald wrote: > >> Hi, > >> > >> I think the subject says it all. I need to install contrib/xml from > >> the 7 series, not contrib/xml2 from the 8 series. > >> > >> See below for my attempted build > >> >

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Jeff MacDonald
On 5/15/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: Jeff MacDonald wrote: > Hi, > > I think the subject says it all. I need to install contrib/xml from > the 7 series, not contrib/xml2 from the 8 series. > > See below for my attempted build > > http://www.suite2101.com/help/pgsql > > Please le

Re: [GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Joshua D. Drake
Jeff MacDonald wrote: Hi, I think the subject says it all. I need to install contrib/xml from the 7 series, not contrib/xml2 from the 8 series. See below for my attempted build http://www.suite2101.com/help/pgsql Please let me know if you have any ideas. looks like you are missing your -dev

[GENERAL] Compile problems with contrib/xml in 7 series

2007-05-15 Thread Jeff MacDonald
Hi, I think the subject says it all. I need to install contrib/xml from the 7 series, not contrib/xml2 from the 8 series. See below for my attempted build http://www.suite2101.com/help/pgsql Please let me know if you have any ideas. -- Unless otherwise indicated, anything I write is either

Re: [GENERAL] Compile of Pgmail function fails

2006-02-12 Thread Tom Lane
indu ss <[EMAIL PROTECTED]> writes: > Still i get this error > ERROR: syntax error at or near "set" > CONTEXT: compile of PL/pgSQL function "pgmail" near > line 1 Somehow, I don't think you are passing this function to the pltcl PL... either you mistyped the language attribute, or you've manage

Re: [GENERAL] Compile of Pgmail function fails

2006-02-12 Thread indu ss
I'm using the pgmail function bundled in pgMail-1.1.tar. Tried select pgmail('<[EMAIL PROTECTED]>','<[EMAIL PROTECTED]>','Test pgmail','Test message '); Still i get this error ERROR: syntax error at or near "set" CONTEXT: compile of PL/pgSQL function "pgmail" near line 1 I have specifie

Re: [GENERAL] Compile of Pgmail function fails

2006-02-07 Thread Robert Treat
On Monday 06 February 2006 01:12, indu ss wrote: > Hello, > > I want to send mail on update of a field in a table. > I'm using pgmail() function (from sourceforge) . I'm > calling this function from another function which is > called by trigger on update of the field. > On executing the update sta

[GENERAL] Compile of Pgmail function fails

2006-02-06 Thread indu ss
Hello, I want to send mail on update of a field in a table. I'm using pgmail() function (from sourceforge) . I'm calling this function from another function which is called by trigger on update of the field. On executing the update statement i get error CONTEXT: compile of PL/pgSQL function "pg

[GENERAL] Compile postgre 7.1 on Redhat 9?

2004-01-18 Thread fr1632
Hi. I just upgraded an older machine I have that I don't use often to redhat 9. I however, in my infinite wisdom, forgot to dumpall the postgres db. I now find myself wanting to get some data out of the old 7.1 database. The original data directory is still intact, so I tried downloading the 7.

Re: [GENERAL] Compile problem on old Debian Linux with glibc 2.0.7

2004-01-08 Thread Holger Marzen
On Thu, 8 Jan 2004, Tom Lane wrote: > Holger Marzen <[EMAIL PROTECTED]> writes: > > When I try to compile PostgreSQL 7.2.4 or 7.4.1 then I get > > > |gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations > > |-I../../../src/include -D_GNU_SOURCE -c hba.c -o hba.o > > |hba.c: In function `pa

Re: [GENERAL] Compile problem on old Debian Linux with glibc 2.0.7

2004-01-08 Thread Tom Lane
Holger Marzen <[EMAIL PROTECTED]> writes: > When I try to compile PostgreSQL 7.2.4 or 7.4.1 then I get > |gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations > |-I../../../src/include -D_GNU_SOURCE -c hba.c -o hba.o > |hba.c: In function `parse_hba': > |hba.c:675: warning: implicit declar

[GENERAL] compile error on slackware 9.0 while --enable-thread-safety

2003-08-09 Thread Weiping He
while remove --enable-thread-safety everything ok. what's the matter? the error output: ---8<- make[2]: Entering directory `/usr/laser/postgresql-7.4beta1/src/port' gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-de

Re: [GENERAL] compile error

2001-04-02 Thread Tom Lane
Soma Interesting <[EMAIL PROTECTED]> writes: > ERROR: Load of file /usr/lib/pgsql/lib/plperl.so failed: libperl.so: > cannot open shared object file: No such file or directory. Is libperl.so known to your dynamic linker? It has to be found via LD_LIBRARY_PATH, /etc/ld.so.conf, or local equival

Re: [GENERAL] compile error

2001-04-02 Thread Soma Interesting
At 06:38 PM 4/2/2001 -0400, you wrote: >Soma Interesting <[EMAIL PROTECTED]> writes: > > Judging by the mailing list archives, lots of people have ran into this, > > but none received answers. > >You must not have looked in the right threads. > >If you're building interfaces/perl5 by hand (ie, not

Re: [GENERAL] compile error

2001-04-02 Thread Tom Lane
Soma Interesting <[EMAIL PROTECTED]> writes: > Judging by the mailing list archives, lots of people have ran into this, > but none received answers. You must not have looked in the right threads. If you're building interfaces/perl5 by hand (ie, not letting src/interfaces/Makefile do it for you)

Re: [GENERAL] compile error

2001-04-02 Thread Soma Interesting
At 11:03 AM 4/2/2001 -0700, you wrote: >linking ./include/port to interfaces/odbc/port >mkdir: cannot create directory `interfaces/odbc': No such file or directory >ln: ./include/port: hard link not allowed for directory >configure: error: can not link interfaces/odbc/port to ./include/port Ok, t

[GENERAL] compile error

2001-04-02 Thread Soma Interesting
I'm attempting to recompile postgres with perl support. Perl compiled fine, however postgres insists on compiling with odbc... I'm getting the following error when I attempt to ./configure linking ./include/port to interfaces/odbc/port mkdir: cannot create directory `interfaces/odbc': No such f

[GENERAL] Compile PL/Perl

2001-03-21 Thread Hans-Jürgen Schönig
Does anyone know why perl Makefile.pl doesn't produce a useful Makefile with RedHat 7.0 (Perl 5.6) and PostgreSQL 7.0.3? Hans ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl

Re: [GENERAL] compile problem

1999-12-27 Thread Mike Mascari
Toomas Tamme wrote: > > hi > > source version postgresql-6.5.3 > gcc --version > 2.95.2 > sparc-sun-solaris2.6 > > gives error like this: > > gcc -I../../include -I../../backend-Wall -Wmissing-prototypes -DFRONTEND > -fPIC -c pqsignal.c -o pqsignal.o > ar crs libpq.a fe-auth.o fe-connect

[GENERAL] compile problem

1999-12-27 Thread Toomas Tamme
hi source version postgresql-6.5.3 gcc --version 2.95.2 sparc-sun-solaris2.6 gives error like this: gcc -I../../include -I../../backend-Wall -Wmissing-prototypes -DFRONTEND -fPIC -c pqsignal.c -o pqsignal.o ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o

[GENERAL] compile error

1999-08-16 Thread Sun JunXu
hi, when i run ./configure on winnt, can't continue to compile, error messages in error.txt attached, can help me to resolve this problem? I used cygwin b2.0. winnt workstation 4.0. c:\postgresql-6.5.1 <> thanks a lot. sincerely sun loading cache ./config.cache checking host system type...

[GENERAL] compile

1998-11-04 Thread rex
How can I compile Postgres for 64 bit ? Can I compile Postgres for NT ? rex