[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compiling filelight



I'm trying to compile filelight on my Woody system with KDE 3.1.2 Qt 3.2.1 and 
get the following error.  Seems like a problem with the code itself, or not??

Thanks again, Chris

Script started on Thu Jul 24 19:05:31 2003
k6:/usr/src/filelight-0.5.1# make
make  all-recursive
make[1]: Entering directory `/usr/src/filelight-0.5.1'
Making all in filelight
make[2]: Entering directory `/usr/src/filelight-0.5.1/filelight'
source='filetree.cpp' object='filetree.o' libtool=no \
depfile='.deps/filetree.Po' tmpdepfile='.deps/filetree.TPo' \
depmode=gcc /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -O0  -c -o 
filetree.o `test -f 'filetree.cpp' || echo './'`filetree.cpp
filetree.cpp: In function `int selector(const dirent64 *)':
filetree.cpp:73: invalid use of undefined type `struct dirent64'
filetree.cpp:71: forward declaration of `struct dirent64'
filetree.cpp:73: invalid use of undefined type `struct dirent64'
filetree.cpp:71: forward declaration of `struct dirent64'
filetree.cpp: In method `class Directory * FileTree::scan(const char *, const 
char *, unsigned int = 0)':
filetree.cpp:90: implicit declaration of function `int scandir64(...)'
filetree.cpp:95: aggregate `struct stat64 statbuf' has incomplete type and 
cannot be initialized
filetree.cpp:103: invalid use of undefined type `struct dirent64'
filetree.cpp:71: forward declaration of `struct dirent64'
filetree.cpp:105: invalid use of undefined type `struct dirent64'
filetree.cpp:71: forward declaration of `struct dirent64'
filetree.cpp:113: confused by earlier errors, bailing out
make[2]: *** [filetree.o] Error 1
make[2]: Leaving directory `/usr/src/filelight-0.5.1/filelight'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/filelight-0.5.1'
make: *** [all] Error 2
k6:/usr/src/filelight-0.5.1# exit
Script done on Thu Jul 24 19:05:40 2003



Reply to: