Discussion:
xorg-server-1.4
Zeqadious
2007-09-10 15:43:20 UTC
Permalink
Has anyone seen this error?

i486-slackware-linux-gcc -shared .libs/cfbbstore.o .libs/cfbcpyarea.o
.libs/cfbcpyplane.o .libs/cfbgcmisc.o .libs/cfbimage.o .libs/cfbpntwin.o
.libs/cfbscrinit.o .libs/cfbwindow.o .libs/xf86overlay.o
.libs/cfb8_32module.o .libs/cfbgc8.o .libs/cfbgc32.o .libs/cfbgcunder.o
-Wl,--whole-archive ../../../cfb32/.libs/libcfb32.a
-Wl,--no-whole-archive -lm -lrt -Wl,-soname -Wl,libxf8_32bpp.so -o
.libs/libxf8_32bpp.so
creating libxf8_32bpp.la
(cd .libs && rm -f libxf8_32bpp.la && ln -s ../libxf8_32bpp.la
libxf8_32bpp.la)
make[4]: Leaving directory
`/var/data/zenwalk/build-tree/source-tree/x/xorg/build/xorg-server-1.4/hw/xfree86/xf8_32bpp'
Making all in loader
make[4]: Entering directory
`/var/data/zenwalk/build-tree/source-tree/x/xorg/build/xorg-server-1.4/hw/xfree86/loader'
Makefile:466: *** missing separator. Stop.

I've looked at the Makefile in question, but I'm no autotools expert...
I see nothing wrong.

I use:
./configure \
--prefix=/usr \
--program-prefix="" \
--program-suffix="" \
--sysconfdir="/etc/X11" \
--localstatedir="/var" \
--mandir="/usr/man" \
--infodir="/usr/info" \
--enable-static="no" \
--enable-shared="yes" \
--enable-ipv6 \
--enable-dri \
--enable-dmx \
--enable-xvfb \
--enable-xnest \
--enable-composite \
--enable-xcsecurity \
--enable-xorg \
--enable-xtrap \
--enable-xevie \
--enable-xglx \
--enable-xkb \
--enable-xorgcfg \
--enable-fontcache \
--enable-install-setuid \
--disable-xprint \
--with-mesa-source="${TMP}/Mesa" \
--with-fontdir="/usr/share/fonts" \
--with-default-font-path="${FONTPATH}" \
--with-module-dir="/usr/lib/X11/modules" \
--with-dri-driver-path="/usr/lib/X11/modules/dri" \
--with-xkb-path="/usr/share/X11/xkb" \
--with-xkb-output="/usr/share/X11/xkb/compiled" \
--with-os-name="Zenwalk" \
--with-os-vender="Zenwalk" \
--with-vender-web="http://www.zenwalk.org" \
--with-builder-addr="zenwalk-***@lists.zenwalk.org"

as my switches. Anyone have any suggestions?

Zeq

Loading...