From: | Lothar Behrens <lothar(dot)behrens(at)lollisoft(dot)de> |
---|---|
To: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Compiling psqlodbc REL-07_03_ENHANCED and 07.03.260 |
Date: | 2006-03-22 13:57:38 |
Message-ID: | 480c2c50162084990b48f0f1ed62356f@lollisoft.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi,
trying to get rid of my problems - earlier posting here - I get
compilation errors in the following file:
mac:~/psql-odbc-cvs/psqlodbc lothar$ make
make all-am
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/sw/include/postgresql -g -O2 -MT socket.lo -MD -MP -MF
".deps/socket.Tpo" -c -o socket.lo socket.c; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f
".deps/socket.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include/postgresql -g -O2 -MT
socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fno-common -DPIC
-o socket.lo
socket.c: In function `SOCK_wait_for_ready':
socket.c:260: error: storage size of `tm' isn't known
make[1]: *** [socket.lo] Error 1
make: *** [all] Error 2
My compiler on Mac OS X 10.3 is
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Any ideas ?
Thanks, Lothar
--
Lothar Behrens | Rapid Prototyping ...
Rosmarinstr 3 |
40235 Düsseldorf | www.lollisoft.de
From | Date | Subject | |
---|---|---|---|
Next Message | Ludek Finstrle | 2006-03-22 14:24:17 | Re: Future development |
Previous Message | juanudo | 2006-03-22 13:10:41 | Re: IM004-unixODBC |