Am Freitag, 16. Juni 2006 16:08 schrieb Dave Page:
> I imagine this could also be caused by a need to rerun bootstrap.sh...
Yes, I didn't realize there was another level of indirection.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---(end of broadcast)---
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Peter Eisentraut
> Sent: 16 June 2006 14:54
> To: [email protected]
> Subject: [pgadmin-hackers] libxslt missing
>
> In current svn, linking pgadmin3 fails with the following
> erro
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Peter Eisentraut
> Sent: 16 June 2006 14:53
> To: [email protected]
> Subject: [pgadmin-hackers] Automake error
>
> In the current svn, I had to make the following change,
> otherwi
When setting the refresh interval in the server tools to 0 (clicking on the
arrows or pressing the 0 key), pgadmin3 segfaults immediately. This happens
both in 1.4 and 1.5 devel.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---(end of broadcast)
In current svn, linking pgadmin3 fails with the following error message:
frmReport.o: In function `frmReport::XslProcessReport(wxString const&,
wxString const&)':
frmReport.cpp:(.text+0x85d6): undefined reference to `xsltParseStylesheetDoc'
frmReport.cpp:(.text+0x8630): undefined reference to `xs
In the current svn, I had to make the following change, otherwise automake
would refuse to complete:
Index: Makefile.am
===
--- Makefile.am (Revision 5229)
+++ Makefile.am (Arbeitskopie)
@@ -51,13 +51,9 @@
$(top_srcdir)/docs/
Author: dpage
Date: 2006-06-16 11:27:00 +0100 (Fri, 16 Jun 2006)
New Revision: 5229
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5229&view=rev
Log:
Update redhat init script to use pgagents new logfile option [Jeremy Palmer]
Modified:
trunk/pgadmin3/pkg/redhat/pgagent