vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| -----Original Message----- From: "Ludek Finstrle"<luf@pzkagis.cz> Sent: 24/01/06 19:25:45 To: "Dave Page"<dpage@vale-housing.co.uk> Cc: "pgsql-odbc@postgresql.org"<pgsql-odbc@postgresql.org> Subject: Re: [ODBC] Odbcapi30.c - 64 bit compiler warning cleanup > Do I need whole postgresql source code? Yes - see the unix compilation doc for the full steps. Regards, Dave -----Unmodified Original Message----- > I'm a little bit late. I had problems with my 64-bit box during weekend. > I have installed pgsql and unixODBC now. I hope I finish this work today. I have problem with auto* tools to create configure :-( I have x86_64 CentOS 4.2 with all updates. auto* versions: aclocal (GNU automake) 1.9.2 libtoolize (GNU libtool) 1.5.6 autoconf (GNU Autoconf) 2.59 autoheader (GNU Autoconf) 2.59 automake (GNU automake) 1.9.2 I have installed rpms: postgresql-8.1.2 postgresql-server postgresql-libs postgresql-devel postgresql-pl configure.ac:10: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:18: error: possibly undefined macro: AC_CHECK_LIB configure.ac:19: error: possibly undefined macro: AC_MSG_ERROR configure.ac:66: error: possibly undefined macro: AC_CHECK_FUNCS configure.ac:85: error: possibly undefined macro: AC_TRY_COMPILE Do I need whole postgresql source code? I try give to aclocal rpm build dir witoccess. Any ideas? Luf ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| > > Do I need whole postgresql source code? > > Yes - see the unix compilation doc for the full steps. I was working with this manual but I maked two mistakes: 1) I didn't copy libtool.m4 2) I used only base pgsql source dir (not config subdir) I have to better read next time. Now I'm able to build it. Thanks, Luf ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| On 24/1/06 20:39, "Ludek Finstrle" <luf@pzkagis.cz> wrote: >>> Do I need whole postgresql source code? >> >> Yes - see the unix compilation doc for the full steps. > > I was working with this manual but I maked two mistakes: > 1) I didn't copy libtool.m4 > 2) I used only base pgsql source dir (not config subdir) > > I have to better read next time. Now I'm able to build it. I think we've all been there! :-) Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |