CVS: compilation failed - Mailing list pgsql-hackers

From Karel Zak
Subject CVS: compilation failed
Date
Msg-id 20030722130252.GE4423@zf.jcu.cz
Whole thread Raw
Responses Re: CVS: compilation failed  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
./configure  --prefix=/usr/lib/postgresql  --enable-nls

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include   -c -o miscinit.o miscinit.c -MMD
miscinit.c: In function `SetCharSet':
miscinit.c:205: error: structure has no member named `in'
make[3]: *** [miscinit.o] Error 1
It's problem with:   MyProcPort->raddr.in.sin_addr.s_addr                  ^^^^^^
   Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: create domain ... with check
Next
From: Rod Taylor
Date:
Subject: Re: create domain ... with check