2009/8/27 Itagaki Takahiro <itagaki.takah...@oss.ntt.co.jp>:
>
> The following bug has been logged online:
>
> Bug reference:      5016
> Logged by:          Itagaki Takahiro
> Email address:      itagaki.takah...@oss.ntt.co.jp
> PostgreSQL version: 8.5 Alpha 1
> Operating system:   Windows XP (mingw)
> Description:        dlltool error in libecpg_compatdll.def
> Details:
>
> I built 8.5alpha1 and found the following errors:
>
> c:\mingw\bin\dlltool:
>  Syntax error in def file ./libecpg_compatdll.def:44
>  Syntax error in def file ./libecpg_compatdll.def:44
>  Syntax error in def file ./libecpg_compatdll.def:44
>
> There is no @ on 42nd function in libecpg_compatdll.def.
> ----
>    byleng                  @ 41
> ECPG_informix_reset_sqlca       42
> ----
> seems to be:
> ----
>    byleng                  @ 41
>    ECPG_informix_reset_sqlca @ 42
> ----


Fix applied - exports.txt had a tab in it, instead of spaces, to
separate the field from the number.

Clearly we don't have a regression test that uses this function, or it
would've broken mingw buildfarm members. Should we have that?


-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to