a bit futher now but still problems!
Didier Wiroth
didier.wiroth at mcesr.etat.lu
Fri Jan 17 11:51:45 CET 2003
Hey,
(*NIX newbie)
I'm using FreeBSD 4.7-RELEASE!
I've installed the latest gnu autoconf automake and libtool and
xfce-devel-snapshot-20030117
Now, I was able to compile libxfcegui4! (a good starter :-))
But compiling libxfce4mcs fails with the following output:
SABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -c mcs-common.c
-Wp,-MD,.deps/libxfce4mcs_manager_la-mcs-common.TPlo -fPIC -DPIC -o
.libs/libxfce4mcs_manager_la-mcs-common.lo
mcs-common.c:28: X11/Xlib.h: No such file or directory
mcs-common.c:29: X11/Xmd.h: No such file or directory
In file included from mcs-common.c:36:
mcs-common.h:29: X11/Xlib.h: No such file or directory
gmake[2]: *** [libxfce4mcs_manager_la-mcs-common.lo] Error 1
gmake[2]: Leaving directory
`/usr/home/dda/download/xfce-devel/libxfce4mcs/libxfce4mcs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/dda/download/xfce-devel/libxfce4mcs'
gmake: *** [all] Error 2
It can't find the files Xlib.h and Xmd.h I assume?! They are located here:
/usr/X11R6/include/X11/Xlib.h
/usr/X11R6/include/X11/Xmd.h
So I tried ./configure --x-includes=/usr/X11R6/include
or
./configure --x-includes=/usr/X11R6/include/X11
but compiling afterwards fails with the same error output!
What do I have to modify?!
Many thanks
Didier
More information about the Xfce4-dev
mailing list