Mike/Garret, There remains only 1 build error now with the LTP CVS. This happens to be the issue with ltp/testcases/kernel/containers/libclone/Makefile. It is not able to to include <test.h>, <usctest.h> and linux_syscall_numbers.h. However, i just made temporary changes in my local repo to fix this:
# head -34 testcases/kernel/containers/libclone/libclone.h | tail -5 #include <signal.h> #include "../../include/linux_syscall_numbers.h" #include "test.h" #include "usctest.h" Can you please fix this up in CVS ? Following error is generated on compilation: make[4]: Entering directory `/home/subratamodak/OFFICE_WORKS/LTP_PROJECT_CODE/LTP_TARS/OCTOBER_2009_RELEASE/ltp-intermediate-20091116/testcases/kernel/containers/libclone' gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -I../../../../include -I../../../../include -c -o libclone.o libclone.c In file included from libclone.c:17: libclone.h:31:35: error: linux_syscall_numbers.h: No such file or directory libclone.c: In function ‘do_clone_tests’: libclone.c:25: warning: implicit declaration of function ‘ltp_clone_quick’ make[4]: *** [libclone.o] Error 1 Regards-- Subrata ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
