Skip to content

Instantly share code, notes, and snippets.

@mayo
Created January 15, 2009 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayo/47342 to your computer and use it in GitHub Desktop.
Save mayo/47342 to your computer and use it in GitHub Desktop.
have_header: checking for win32.h... -------------------- no
"mingw32-gcc -E -I. -I/usr/home/mayo/.rake-compiler/ruby/ruby-1.8.6-p287/lib/ruby/1.8/i386-mingw32 -I/usr/home/mayo/do/do_postgres/ext/do_postgres_ext -I/usr/home/mayo/do/cross/postgres-8_2_11/pgsql/include/server/port/win32 -I/usr/home/mayo/do/cross/postgres-8_2_11/pgsql/include -g -O2 conftest.c -o conftest.i"
conftest.c:1:19: error: win32.h: No such file or directory
checked program was:
/* begin */
1: #include <win32.h>
/* end */
...
--------------------
have_header: checking for postgres.h... -------------------- no
"mingw32-gcc -E -I. -I/usr/home/mayo/.rake-compiler/ruby/ruby-1.8.6-p287/lib/ruby/1.8/i386-mingw32 -I/usr/home/mayo/do/do_postgres/ext/do_postgres_ext -I/usr/home/mayo/do/cross/postgres-8_2_11/pgsql/include/server/port/win32 -I/usr/home/mayo/do/cross/postgres-8_2_11/pgsql/include -g -O2 conftest.c -o conftest.i"
conftest.c:1:22: error: postgres.h: No such file or directory
checked program was:
/* begin */
1: #include <postgres.h>
/* end */
--------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment