Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Philipp Appelhoff" To: Subject: I need an older Version of PostgreSQL, 7.2x or 7.1x Date: Tue, 12 Aug 2003 19:28:04 +0200 Message-ID: <000301c360f7$18363460$c1d3c189@rastplatz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h7CHTqJ28769 Hello, Working around with a Java Framework, trying to connect to a Postgres DB, but PostgreSQL is changed since version 7.3 That version was running, but I uninstalled with CygWin setup. I tried to install an older one by hand, but that doesn´t work. Are there any older versions available for CygWin over mirrors or however? Second possibility should be: Tried to install 7.1.3 from source with ./configure # seems to run fine Make # had a lot of strange output like ... heaptuple.c: In function `heap_freetuple': heaptuple.c:734: `MAXIMUM_ALIGNOF' undeclared (first use in this function) heaptuple.c: In function `heap_addheader': heaptuple.c:760: `MAXIMUM_ALIGNOF' undeclared (first use in this function) make[4]: *** [heaptuple.o] Error 1 make[4]: Leaving directory `/postgresql-7.1.3/src/backend/access/common' make[3]: *** [common-recursive] Error 2 make[3]: Leaving directory `/postgresql-7.1.3/src/backend/access' make[2]: *** [access-recursive] Error 2 make[2]: Leaving directory `/postgresql-7.1.3/src/backend' make[1]: *** [all] Error 2 make[1]: Leaving directory `/postgresql-7.1.3/src' make: *** [all] Error 2 Same as "make install" afterwards. Finally it did not work. Can I install it under Cygwin that way? How? Thanks, Philipp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/