Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 23:51:38 -0500 (EST)
From:      William Denton <buff@pobox.com>
To:        <ports@freebsd.org>
Subject:   graphics/opendx won't compile
Message-ID:  <Pine.BSF.4.32.0203112343580.1918-100000@odin.egate.net>

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

I'm running 4.4-STABLE from December.  I've got XFree86 4.1.0_12,1,
open-motif-2.1.30_2, autoconf-2.52_2 and autoconf213-2.13.000227_1.  I
tried to install graphics/opendx from the ports, but not too far along I
got this:

gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/ports/graphics/opendx/work/dx-4.1.3/src'
gmake[1]: Leaving directory `/usr/ports/graphics/opendx/work/dx-4.1.3/src'
Making all in include
gmake[1]: Entering directory `/usr/ports/graphics/opendx/work/dx-4.1.3/include'
cd .. && autoheader
./aclocal.m4:17: error: m4_defn: undefined macro: _m4_divert_diversion
acspecific.m4:907: AC_CYGWIN is expanded from...
./aclocal.m4:17: the top level
autoconf: tracing failed
gmake[1]: *** [stamp-h.in] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/opendx/work/dx-4.1.3/include'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/graphics/opendx.
*** Error code 1

Stop in /usr/ports/graphics/opendx.
*** Error code 1

Stop in /usr/ports/graphics/opendx.

That section of aclocal.m4 looks like:

      14 dnl
      15 dnl  Check for the CYGWIN environment
      16 dnl  -------------------------------------
      17 AC_DEFUN(AC_CYGWIN,
      18 [AC_CACHE_CHECK(for Cygwin environment, ac_cv_cygwin,
      19 [AC_TRY_COMPILE(,[
      20 #ifndef __CYGWIN__
      21 #define __CYGWIN__ __CYGWIN32__
      22 #endif
      23 return __CYGWIN__;],
      24 ac_cv_cygwin=yes, ac_cv_cygwin=no)
      25 rm -f conftest*])
      26 CYGWIN=
      27 test "$ac_cv_cygwin" = yes && CYGWIN=yes])

It's beyond me what's wrong, but I hope you can tell.


Thanks,

Bill
-- 
William Denton : Toronto, Canada : http://www.miskatonic.org/ : Caveat lector.


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?Pine.BSF.4.32.0203112343580.1918-100000>