Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2000 18:29:11 -0500 (EST)
From:      patseal@hyperhost.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17444: Builing of ImageMagick Fails on X4.0
Message-ID:  <20000317232911.7D94513808C@foobar.foobar.eyep.net>

next in thread | raw e-mail | index | archive | help

>Number:         17444
>Category:       ports
>Synopsis:       Builing of ImageMagick Fails on X4.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 17 15:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Seal
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	Tested on FreeBSD 4.0 and 3.4-STABLE

>Description:

===>  Building for ImageMagick-5.1.1
Making all in delegates
Making all in magick
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I../ -I..  -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11  -O -pipe -c PreRvIcccm.c
rm -f .libs/PreRvIcccm.lo
cc -DHAVE_CONFIG_H -I../ -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -O -pipe -c PreRvIcccm.c  -fPIC -DPIC -o .libs/PreRvIcccm.lo
In file included from /usr/X11R6/include/X11/Xos.h:307,
                 from xwindows.h:15,
                 from PreRvIcccm.c:55:
/usr/X11R6/include/X11/Xarch.h:48: sys/byteorder.h: No such file or directory
*** Error code 1


This is not an ImageMagick specific problem, but this is how I found out about
it.

The relevant lines in Xarch.h are:

#ifdef X_BYTE_ORDER

#define X_BIG_ENDIAN 4321
#define X_LITTLE_ENDIAN 1234

#else

#ifdef SVR4
#if defined(NCR) || defined(Mips)
#include <sys/endian.h>
#else
#if !defined(sun)
#include <sys/byteorder.h>	   /* line 48 */
#endif
#endif


>How-To-Repeat:

Install X4.0
cd /usr/ports/graphics/ImageMagick
make

>Fix:
	


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000317232911.7D94513808C>