Re: [PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-20 Thread Edin Kadribasic
> > c:\php4build\HEAD\ext\pgsql\pgsql.c(1505) : fatal error C1057: unexpected > > end of > > file in macro expansion > > Could you tell me line number for current source? > I've committed sevral patches today, so I cannot tell > which one was it. Line 1505 in the latest CVS. Edin -- PHP Deve

Re: [PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-20 Thread Yasuo Ohgaki
Edin Kadribasic wrote: >>These warnings helped me to fix 2 bugs :) > > > I'm glad to hear that. Now I have a new problem: > > c:\php4build\HEAD\ext\pgsql\pgsql.c(1505) : fatal error C1057: unexpected > end of > file in macro expansion Could you tell me line number for current source? I've com

Re: [PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-20 Thread Edin Kadribasic
> These warnings helped me to fix 2 bugs :) I'm glad to hear that. Now I have a new problem: c:\php4build\HEAD\ext\pgsql\pgsql.c(1505) : fatal error C1057: unexpected end of file in macro expansion Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.

Re: [PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-19 Thread Yasuo Ohgaki
Edin Kadribasic wrote: > The following patch solves problems with win32 build. I don't know what it > breaks :) > I need to export PHPAPI function. Removing PHPAPI disables exports under windows... It's not a big deal now, though. We need other solution. > > Btw. vc++ 6.0 spits out these warni

Re: [PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-19 Thread Edin Kadribasic
: signed/unsigned mismatch - Original Message - From: "Edin Kadribasic" <[EMAIL PROTECTED]> To: "Yasuo Ohgaki" <[EMAIL PROTECTED]>; "PHP developer list" <[EMAIL PROTECTED]> Sent: Saturday, April 20, 2002 2:59 AM Subject: [PHP-DE

[PHP-DEV] ext/pgsql build broken on win32 (HEAD)

2002-04-19 Thread Edin Kadribasic
Same error in the following functions: php_pgsql_metadata php_pgsql_convert php_pgsql_insert php_pgsql_update php_pgsql_delete php_pgsql_result2array php_pgsql_select The error is: error C2491: 'php_pgsql_metadata' : definition of dllimport function not allowed Edin -- PHP Development Maili