Hello, I've installed ltsp 4.1.1 on my debian stable and I would like test ltspfs. But when i try to install ltspfsd on my terminal, i've got a problem.
This is the ./configure : checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for X... no checking for XOpenDisplay in -lX11... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking X11/Xlib.h usability... no checking X11/Xlib.h presence... no checking for X11/Xlib.h... no checking X11/Xauth.h usability... no checking X11/Xauth.h presence... no checking for X11/Xauth.h... no configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands and the make : if gcc -DPACKAGE_NAME=\"ltspfsd\" -DPACKAGE_TARNAME=\"ltspfsd\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"ltspfsd\ 0.2\" -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DX_DISPLAY_MISSING=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1 -I. -I. -Wall -W -D_FILE_OFFSET_BITS=64 -g -O2 -MT ltspfsd_functions.o -MD -MP -MF ".deps/ltspfsd_functions.Tpo" -c -o ltspfsd_functions.o ltspfsd_functions.c; \ then mv -f ".deps/ltspfsd_functions.Tpo" ".deps/ltspfsd_functions.Po"; else rm -f ".deps/ltspfsd_functions.Tpo"; exit 1; fi ltspfsd_functions.c:13:22: X11/Xlib.h: No such file or directory ltspfsd_functions.c:14:23: X11/Xauth.h: No such file or directory ltspfsd_functions.c: In function `handle_auth': ltspfsd_functions.c:992: error: `Display' undeclared (first use in this function) ltspfsd_functions.c:992: error: (Each undeclared identifier is reported only once ltspfsd_functions.c:992: error: for each function it appears in.) ltspfsd_functions.c:992: error: `displ' undeclared (first use in this function) ltspfsd_functions.c:1051: warning: implicit declaration of function `XOpenDisplay' ltspfsd_functions.c:1054: warning: implicit declaration of function `XauFileName' ltspfsd_functions.c:1054: warning: passing arg 1 of `unlink' makes pointer from integer without a cast ltspfsd_functions.c:1060: warning: implicit declaration of function `XCloseDisplay' ltspfsd_functions.c:1063: warning: passing arg 1 of `unlink' makes pointer from integer without a cast make: *** [ltspfsd_functions.o] Error 1 Please help me ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
