Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created March 28, 2009 21:08
Show Gist options
  • Select an option

  • Save dbussink/87206 to your computer and use it in GitHub Desktop.

Select an option

Save dbussink/87206 to your computer and use it in GitHub Desktop.
gcc -I. -I. -I/Users/dirkjan/Documents/projects/rubinius/vm/capi -I. -DHAVE_LIBPQ_FE_H -DHAVE_LIBPQ_LIBPQ_FS_H -DHAVE_POSTGRES_H -DHAVE_MB_PG_WCHAR_H -DHAVE_CATALOG_PG_TYPE_H -DHAVE_PQSETCLIENTENCODING -DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQFREEMEM -I/opt/local/include/postgresql83 -I/opt/local/include/postgresql83/server -ggdb3 -O2 -Wall -c do_postgres_ext.c
do_postgres_ext.c: In function ‘data_objects_debug’:
do_postgres_ext.c:88: warning: implicit declaration of function ‘gettimeofday’
do_postgres_ext.c: In function ‘seconds_to_offset’:
do_postgres_ext.c:161: warning: implicit declaration of function ‘rb_ll2inum’
do_postgres_ext.c: In function ‘parse_date_time’:
do_postgres_ext.c:255: warning: implicit declaration of function ‘rb_ull2inum’
do_postgres_ext.c: In function ‘parse_time’:
do_postgres_ext.c:276: error: ‘rb_cTime’ undeclared (first use in this function)
do_postgres_ext.c:276: error: (Each undeclared identifier is reported only once
do_postgres_ext.c:276: error: for each function it appears in.)
do_postgres_ext.c: In function ‘typecast’:
do_postgres_ext.c:322: warning: implicit declaration of function ‘rb_tainted_str_new’
do_postgres_ext.c:326: warning: implicit declaration of function ‘rb_float_new’
do_postgres_ext.c:326: warning: implicit declaration of function ‘rb_cstr_to_dbl’
do_postgres_ext.c: In function ‘cCommand_execute_async’:
do_postgres_ext.c:426: warning: implicit declaration of function ‘rb_thread_select’
do_postgres_ext.c:428: warning: implicit declaration of function ‘rb_sys_fail’
do_postgres_ext.c: In function ‘cConnection_initialize’:
do_postgres_ext.c:529: warning: implicit declaration of function ‘rb_warn’
do_postgres_ext.c: In function ‘Init_do_postgres_ext’:
do_postgres_ext.c:753: error: ‘rb_cTime’ undeclared (first use in this function)
make: *** [do_postgres_ext.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment