From xemacs-m  Wed Sep 17 11:12:30 1997
Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA11738
	for <xemacs-beta@xemacs.org>; Wed, 17 Sep 1997 11:12:30 -0500 (CDT)
Received: from fleming by cdc.noaa.gov (SMI-8.6/SMI-SVR4)
	id KAA05877; Wed, 17 Sep 1997 10:12:26 -0600
Received: by fleming (SMI-8.6) id KAA08190; Wed, 17 Sep 1997 10:12:25 -0600
To: XEmacs beta-list <xemacs-beta@xemacs.org>
Subject: [Brooklyn]: Success under Solaris-2.5 / SUNWspro cc-4.2
Organization: CIRES, University of Colorado
X-Attribution: mb
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Mark Borges <mdb@cdc.noaa.gov>
Date: 17 Sep 1997 10:12:24 -0600
Message-ID: <vkn2lb5387.fsf@cdc.noaa.gov>
Lines: 94
X-Mailer: Gnus v5.4.66/XEmacs 19.16 - "Brooklyn"


  $ uname -a
  SunOS bjerknes 5.5 Generic_103093-12 sun4d sparc SUNW,SPARCcenter-2000

  # ./configure '--verbose' '--x-includes=/usr/X11R6/include'
  # '--x-libraries=/usr/X11R6/lib' '--site-includes=/usr/local/include'
  # '--site-libraries=/usr/local/lib' '--with-menubars=lucid'
  # '--with-scrollbars=lucid' '--with-dialogs=athena' '--with-cde=no'
  # '--with-gcc=no' '--error-checking=none' '--debug=no' '--with-png'
  # '--with-jpeg' '--with-xpm' '--with-xface' '--with-sparcworks'
  # '--cflags=-g -xO3' '--prefix=/home/mdb/gnu'

A fairly clean build using SUNWspro cc,

  $ cc -V
  cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2

The only warnings showing up in stderr are,

  "/tmp/mdb/xemacs-19.16/lib-src/gnuslib.c", line 115: warning: statement not reached
  "doprnt.c", line 456: warning: assignment type mismatch:
          pointer to uchar "=" pointer to char
  "sysdep.c", line 399: warning: end-of-loop code not reached
  "glyphs-x.c", line 237: warning: statement not reached
  "glyphs-x.c", line 2123: warning: argument #3 is incompatible with prototype:
          prototype: pointer to function(pointer to struct png_struct_def {array[12] of int jmpbuf, pointer to function(pointer to struct png_str... : "/usr/local/include/png.h", line 996
          argument : pointer to function(pointer to struct png_struct_def {array[12] of int jmpbuf, pointer to function(pointer to struct png_str...

Do these latter two indicate a potential problem with our png library?
I believe we have libpng-0.95b installed.

Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?    /tmp/mdb/xemacs-19.16
  What installation prefix should install use?		  /home/mdb/gnu
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              cc -g -xO3
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.


creating config.status
creating Makefile
creating lib-src/Makefile.in
creating src/Makefile.in
creating lwlib/Makefile.in
creating dynodump/Makefile.in
creating src/config.h
creating src/Makefile
creating lwlib/Makefile
creating lib-src/Makefile
"junk.c", line 122: undefined control
"junk.c", line 123: undefined control
"junk.c", line 124: undefined control
"junk.c", line 125: undefined control
"junk.c", line 126: undefined control
"junk.c", line 127: undefined control
"junk.c", line 128: undefined control
"junk.c", line 129: undefined control
"junk.c", line 130: undefined control
"junk.c", line 131: undefined control
"junk.c", line 132: undefined control
"junk.c", line 133: undefined control
"junk.c", line 134: undefined control
"junk.c", line 135: undefined control
"junk.c", line 139: undefined control
"junk.c", line 140: undefined control
"junk.c", line 141: undefined control
"junk.c", line 142: undefined control
"junk.c", line 143: undefined control
"junk.c", line 144: undefined control
creating dynodump/Makefile

-- 
  -mb-

