unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build Failure with Latest CVS sources
@ 2003-07-15 12:45 Vin Shelton
  2003-09-22 15:02 ` Cannot Generate loaddefs.el on Solaris Vin Shelton
  0 siblings, 1 reply; 5+ messages in thread
From: Vin Shelton @ 2003-07-15 12:45 UTC (permalink / raw)


I'm getting the following error while building from emacs from the
latest CVS sources:

gcc -c -I/u/shelton2/software/SunOS-5.8/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/u/shelton2/software/src/emacs-2003-07-15/src -I/usr/openwin/include -I/usr/dt/include -g /u/shelton2/software/src/emacs-2003-07-15/src/xfns.c
/u/shelton2/software/src/emacs-2003-07-15/src/xfns.c:7568:24: libpng/png.h: No such file or directory
/u/shelton2/software/src/emacs-2003-07-15/src/xfns.c:7647: error: parse error before "png_struct"

Here is the configure command I used:
    /u/shelton2/software/src/emacs-2003-07-15/configure
    --prefix=/u/shelton2/software/SunOS-5.8/emacs-2003-07-15
    --datadir=/u/shelton2/software/share --disable-nls
    --without-toolkit-scroll-bars

This is on a Solaris 5.8 box.  I could build with this configuration
up until July 11.  Since that time the line to include png.h in xfns.c
has changed from:

#include <png.h>

to:

#include <libpng/png.h>

In fact, png.h lives in /u/shelton2/software/SunOS-5.8/include, there
is no libpng subdirectory.

HTH,
  Vin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-23  1:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-15 12:45 Build Failure with Latest CVS sources Vin Shelton
2003-09-22 15:02 ` Cannot Generate loaddefs.el on Solaris Vin Shelton
2003-09-22 23:34   ` Miles Bader
2003-09-23  1:14     ` Vin Shelton
2003-09-23  1:31       ` Miles Bader

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).