[MacPorts] #19406: rox-filer 2.8 won't build, missing X dev lib
MacPorts
noreply at macports.org
Thu Apr 23 10:29:12 PDT 2009
#19406: rox-filer 2.8 won't build, missing X dev lib
-------------------------------------+--------------------------------------
Reporter: manul.pallas@… | Owner: afb@…
Type: defect | Status: reopened
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.1
Resolution: | Keywords: rox-filer, x11, file manager
Port: rox-filer |
-------------------------------------+--------------------------------------
Comment(by afb@…):
Well, rox-filer does link with -lX11 and -lSM
{{{
dnl Find the X libraries
AC_PATH_XTRA
if test x$no_x = xyes ; then
AC_MSG_ERROR([X development libraries not found])
fi
LIBS="$LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
CFLAGS="$CFLAGS $X_CFLAGS"
}}}
{{{
AC_CHECK_HEADER([X11/SM/SMlib.h], [],
[AC_MSG_ERROR([Session management library (libsm) missing. It is part of
the X server distribution. Try installing the libsm-dev package.])]
)
}}}
So you do need X11 installed to use it...
--
Ticket URL: <http://trac.macports.org/ticket/19406#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list