Created
December 25, 2008 16:54
-
-
Save dmilith/39921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make | |
| gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -DHAVE_LIBPQ_FE_H -DHAVE_LIBPQ_LIBPQ_FS_H -DHAVE_PG_ENCODING_TO_CHAR -I/opt/local/include -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c libpq-compat.c | |
| libpq-compat.c: In function ‘PQescapeBytea’: | |
| libpq-compat.c:104: warning: incompatible implicit declaration of built-in function ‘sprintf’ | |
| libpq-compat.c:104: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness | |
| libpq-compat.c: In function ‘PQunescapeBytea’: | |
| libpq-compat.c:158: warning: incompatible implicit declaration of built-in function ‘strlen’ | |
| libpq-compat.c:158: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness | |
| libpq-compat.c: In function ‘PQescapeBytea’: | |
| libpq-compat.c:104: warning: incompatible implicit declaration of built-in function ‘sprintf’ | |
| libpq-compat.c:104: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness | |
| libpq-compat.c: In function ‘PQunescapeBytea’: | |
| libpq-compat.c:158: warning: incompatible implicit declaration of built-in function ‘strlen’ | |
| libpq-compat.c:158: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness | |
| gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -DHAVE_LIBPQ_FE_H -DHAVE_LIBPQ_LIBPQ_FS_H -DHAVE_PG_ENCODING_TO_CHAR -I/opt/local/include -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c postgres.c | |
| postgres.c:41: error: static declaration of ‘PQserverVersion’ follows non-static declaration | |
| /opt/local/include/libpq-fe.h:262: error: previous declaration of ‘PQserverVersion’ was here | |
| postgres.c:41: error: static declaration of ‘PQserverVersion’ follows non-static declaration | |
| /opt/local/include/libpq-fe.h:262: error: previous declaration of ‘PQserverVersion’ was here | |
| postgres.c: In function ‘Init_postgres’: | |
| postgres.c:2676: error: ‘pgconn_protocol_version’ undeclared (first use in this function) | |
| postgres.c:2676: error: (Each undeclared identifier is reported only once | |
| postgres.c:2676: error: for each function it appears in.) | |
| postgres.c:2677: error: ‘pgconn_server_version’ undeclared (first use in this function) | |
| postgres.c: In function ‘Init_postgres’: | |
| postgres.c:2676: error: ‘pgconn_protocol_version’ undeclared (first use in this function) | |
| postgres.c:2676: error: (Each undeclared identifier is reported only once | |
| postgres.c:2676: error: for each function it appears in.) | |
| postgres.c:2677: error: ‘pgconn_server_version’ undeclared (first use in this function) | |
| lipo: can't open input file: /var/tmp//cczLgh2u.out (No such file or directory) | |
| make: *** [postgres.o] Error 1 | |
| Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/postgres-0.7.9.2008.01.28 for inspection. | |
| Results logged to /Library/Ruby/Gems/1.8/gems/postgres-0.7.9.2008.01.28/ext/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment