Hello, I'm trying to build Kat on Slackware 10.1 + KDE 3.4 / Vanilla 2.4.30 + inotify. When running make, I get this: if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kat/src -I../../../kat/src/libkat -I../../../kat/src/libkatutils -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT inotify-qt.lo -MD -MP -MF ".deps/inotify-qt.Tpo" -c -o inotify-qt.lo inotify-qt.cpp; \ then mv -f ".deps/inotify-qt.Tpo" ".deps/inotify-qt.Plo"; else rm -f ".deps/inotify-qt.Tpo"; exit 1; fi In file included from inotify-qt.cpp:64: inotify-syscalls.h: In function `int inotify_init()': inotify-syscalls.h:32: error: `syscall' undeclared (first use this function) inotify-syscalls.h:32: error: (Each undeclared identifier is reported only once for each function it appears in.) inotify-syscalls.h: In function `int inotify_add_watch(int, const char*, unsigned int)': inotify-syscalls.h:37: error: `syscall' undeclared (first use this function) inotify-syscalls.h: In function `int inotify_rm_watch(int, unsigned int)': inotify-syscalls.h:42: error: `syscall' undeclared (first use this function) inotify-qt.cpp: In function `void read_int(const char*, int*)': inotify-qt.cpp:146: error: `read' undeclared (first use this function) inotify-qt.cpp:151: error: `close' undeclared (first use this function) inotify-qt.cpp: In function `void inotify_snarf_events(int, int, int*, void**) ': inotify-qt.cpp:246: error: `read' undeclared (first use this function) inotify-qt.cpp:215: warning: unused variable `unsigned int prev_pending' inotify-qt.cpp:215: warning: unused variable `unsigned int pending_count' inotify-qt.cpp: In destructor `virtual Inotify::~Inotify()': inotify-qt.cpp:435: error: `close' undeclared (first use this function) make[4]: *** [inotify-qt.lo] Error 1
Any ideas? Thanks, and keep up the good work! -- Taj http://www.wildgardenseed.com/Taj/blog Need a GMail invite? Email me. Peace cannot be kept by force; it can only be achieved by understanding. -- A. Einstein ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Kat-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kat-development
