On Thu, Oct 04, 2007 at 02:12:14PM -0400, Tom Lane wrote:
> I see that libpq manufactures three different .def files, whereas the
> ecpg code is only making two. Is this OK or an oversight? I'm not
Not knowing what the third one is for I deliberately created only two.
If there is a reason for t
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> One thing I noticed is this:
> ifneq ($(PORTNAME), win32)
> OBJS += thread.o
> DLL_DEFFILE=libecpgdll.def
> endif
> Why are we defining DLL_DEFFILE for the non-win32 case but not for the
> win32 case?
Comparing to the libpq Makefile, this seems defin
Michael Meskes <[EMAIL PROTECTED]> writes:
> On Thu, Oct 04, 2007 at 12:35:29PM -0400, Alvaro Herrera wrote:
>> The libpq exports.txt has spaces, not tabs, as separators. In fact, if
>> you see the .def files you notice that the generated files for ecpg are
>> all wrong.
> Right, that's it.
I s
On Thu, Oct 04, 2007 at 12:35:29PM -0400, Alvaro Herrera wrote:
> The libpq exports.txt has spaces, not tabs, as separators. In fact, if
> you see the .def files you notice that the generated files for ecpg are
> all wrong.
Right, that's it.
> Simplest is to change tabs to spaces ... However I'
Michael Meskes wrote:
On Thu, Oct 04, 2007 at 10:04:41AM -0400, Alvaro Herrera wrote:
It looks like dlltool does not like the .def file:
...
Line 3 of that file is unadorned "EXPORTS":
echo '; DEF file for MS VC++' > libpgtypesdll.def
echo 'LIBRARY LIBPGTYPES' >> libpgtypesdll.def
echo 'EX
On Thu, 4 Oct 2007, Tom Lane wrote:
Andrew Dunstan <[EMAIL PROTECTED]> writes:
It's still not working. Don't have time right now to diagnose why.
For now, since Michael doesn't have a windows machine to play with, I
have switched brown_bat's schedule so it runs HEAD 6 times a day (not
exac
Michael Meskes wrote:
> On Thu, Oct 04, 2007 at 10:04:41AM -0400, Alvaro Herrera wrote:
> > It looks like dlltool does not like the .def file:
> > ...
> > Line 3 of that file is unadorned "EXPORTS":
> >
> > echo '; DEF file for MS VC++' > libpgtypesdll.def
> > echo 'LIBRARY LIBPGTYPES' >> libpgtyp
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> Michael Meskes wrote:
>> These lines are simply copied from libpq/Makefile but ddltool does not
>> complain while working on libpq. Any idea where they differ?
> Newline style perhaps?
There seems to be a blank line at the end of
interfaces/ecpg/pgtype
Michael Meskes wrote:
> On Thu, Oct 04, 2007 at 10:04:41AM -0400, Alvaro Herrera wrote:
> > It looks like dlltool does not like the .def file:
> > ...
> > Line 3 of that file is unadorned "EXPORTS":
> >
> > echo '; DEF file for MS VC++' > libpgtypesdll.def
> > echo 'LIBRARY LIBPGTYPES' >> libpgtyp
On Thu, Oct 04, 2007 at 10:04:41AM -0400, Alvaro Herrera wrote:
> It looks like dlltool does not like the .def file:
> ...
> Line 3 of that file is unadorned "EXPORTS":
>
> echo '; DEF file for MS VC++' > libpgtypesdll.def
> echo 'LIBRARY LIBPGTYPES' >> libpgtypesdll.def
> echo 'EXPORTS' >> libpgt
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> It's still not working. Don't have time right now to diagnose why.
> For now, since Michael doesn't have a windows machine to play with, I
> have switched brown_bat's schedule so it runs HEAD 6 times a day (not
> exactly every 4 hours, the intervals v
Andrew Dunstan wrote:
>
>
> Michael Meskes wrote:
>> On Thu, Oct 04, 2007 at 12:47:13AM -0400, Tom Lane wrote:
>>
>>> Buildfarm member brown_bat (cygwin/gcc) still isn't happy:
>>> ...
>>>
>>
>> Just committed a patch that hopefully solves this. Kind of surprises me
>> that this only occurs
Michael Meskes wrote:
On Thu, Oct 04, 2007 at 12:47:13AM -0400, Tom Lane wrote:
Buildfarm member brown_bat (cygwin/gcc) still isn't happy:
...
Just committed a patch that hopefully solves this. Kind of surprises me
that this only occurs on cygwin.
It's still not working. Don't
On Thu, Oct 04, 2007 at 12:47:13AM -0400, Tom Lane wrote:
> Buildfarm member brown_bat (cygwin/gcc) still isn't happy:
> ...
Just committed a patch that hopefully solves this. Kind of surprises me
that this only occurs on cygwin.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Mic
Buildfarm member brown_bat (cygwin/gcc) still isn't happy:
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
-I../include -I../../../../src/interfaces/ecpg/include
-I../../../../src/include/utils -I../../../../src/
15 matches
Mail list logo