* Bruce Momjian <[EMAIL PROTECTED]> [010906 23:45]:
> 
> 
> Oh, I see.  Can you send an detailed email to hackers to Tatsuo can get
> it fixed?  If we have to back it out, we will.
> 
> Monday is not written in stone.  If people want it later, we can do
> that.  Having it compile is a beta requirement.  :-)
Already Done. 

But here is the tail of the output:

UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
cc -O -K inline -g -I../../../../src/include -I/usr/local/include  -c -o tuplestore.o 
tuplestore.c
UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
/bin/ld -r -o SUBSYS.o logtape.o tuplesort.o tuplestore.o
gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/sort'
gmake -C time SUBSYS.o
gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
cc -O -K inline -g -I../../../../src/include -I/usr/local/include  -c -o tqual.o 
tqual.c
UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
/bin/ld -r -o SUBSYS.o tqual.o
gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
gmake -C mb SUBSYS.o
gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
cc -O -K inline -g -I../../../../src/include -I/usr/local/include  -c -o encnames.o 
encnames.c
UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
UX:acomp: ERROR: "encnames.c", line 36: syntax error in macro parameters
gmake[4]: *** [encnames.o] Error 1
gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
gmake[3]: *** [mb-recursive] Error 2
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils'
gmake[2]: *** [utils-recursive] Error 2
gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src'
gmake: *** [all] Error 2

configure input:

CC=cc CXX=CC ./configure  --prefix=/usr/local/pgsql --enable-syslog \
        --with-CXX --with-perl --enable-multibyte --enable-cassert \
        --with-includes=/usr/local/include --with-libs=/usr/local/lib \
        --enable-debug \
        --with-tcl --with-tclconfig=/usr/local/lib \
        --with-tkconfig=/usr/local/lib  --enable-locale --with-python
> 
> 
> > * Bruce Momjian <[EMAIL PROTECTED]> [010906 23:40]:
> > > Is the schedule still to go beta Monday?
> > I would object based on the bug I just sent.  the last multi-byte
> > stuff doesn't compile (the file is there now...) ...
> > 
> > LER
> > 
> > 
> > > 
> > > -- 
> > >   Bruce Momjian                        |  http://candle.pha.pa.us
> > >   [EMAIL PROTECTED]               |  (610) 853-3000
> > >   +  If your life is a hard drive,     |  830 Blythe Avenue
> > >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> > > 
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > subscribe-nomail command to [EMAIL PROTECTED] so that your
> > > message can get through to the mailing list cleanly
> > > 
> > 
> > -- 
> > Larry Rosenman                     http://www.lerctr.org/~ler
> > Phone: +1 972-414-9812                 E-Mail: [EMAIL PROTECTED]
> > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> > 
> 
> -- 
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   [EMAIL PROTECTED]               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to