Re: BUG #5016: dlltool error in libecpg_compatdll.def

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: "pgsql-bugs <" <pgsql-bugs(at)postgresql(dot)org>, michael <michael(at)fam-meskes(dot)de>
Subject: Re: BUG #5016: dlltool error in libecpg_compatdll.def
Date: 2009-08-27 16:52:25
Message-ID: 9837222c0908270952o44786d02iaa9d626c986785b7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2009/8/27 Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>:
>
> The following bug has been logged online:
>
> Bug reference:      5016
> Logged by:          Itagaki Takahiro
> Email address:      itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)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/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-08-27 17:21:27 Re: BUG #5016: dlltool error in libecpg_compatdll.def
Previous Message Eduardo 2009-08-27 16:49:43 BUG #5019: Nao funciona