Re: [HACKERS] Okay, DLLIMPORT is making me crazy

2008-11-14 Thread Magnus Hagander
Tom Lane wrote: > ... meanwhile, the MSVC port has got its own issues: > > Generating win32ver.rc for src\backend > Building src\pl\plperl\SPI.c... > Could not determine contrib module type for intagg > at build.pl line 37 > > I am not sure what if anything that script needs to do for a contrib

Re: [HACKERS] Okay, DLLIMPORT is making me crazy

2008-11-14 Thread Tom Lane
... meanwhile, the MSVC port has got its own issues: Generating win32ver.rc for src\backend Building src\pl\plperl\SPI.c... Could not determine contrib module type for intagg at build.pl line 37 I am not sure what if anything that script needs to do for a contrib module with no .c files.

Re: [HACKERS] Okay, DLLIMPORT is making me crazy

2008-11-14 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Your second go at fixing this seems to have almost worked. Is there a > reason why, alone of the utility programs, pg_resetxlog.c uses > postgres.h rather than postgres_fe.h? It doesn't compile otherwise. We could possibly refactor the backend includ

Re: [HACKERS] Okay, DLLIMPORT is making me crazy

2008-11-14 Thread Andrew Dunstan
Tom Lane wrote: I did this: http://archives.postgresql.org/pgsql-committers/2008-11/msg00156.php to try to fix this: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-12%2021:00:01 only to get this: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-13%2015:

[HACKERS] Okay, DLLIMPORT is making me crazy

2008-11-13 Thread Tom Lane
I did this: http://archives.postgresql.org/pgsql-committers/2008-11/msg00156.php to try to fix this: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-12%2021:00:01 only to get this: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-13%2015:00:01 Anybody know