Hi Last night my build using Moko makefile failed because of following error
| /home/kunal/moko/build/tmp/work/i686-linux/qemu-native-0.9.1-r7/qemu-0.9.1/linux-user/syscall.c:79:26: linux/dirent.h: No such file or 6-linux/qemu-native-0.9.1-r7/qemu-0.9.1/linux-user/syscall.c:4847: error: dereferencing pointer to incomplete type | make[1]: *** [syscall.o] Error 1 | make[1]: Leaving directory `/home/kunal/moko/build/tmp/work/i686-linux/qemu-native-0.9.1-r7/qemu-0.9.1/i386-linux-user' | make: *** [subdir-i386-linux-user] Error 2 | FATAL: oe_runmake failed This is due to the way we have included the file. I have fixed it, Actually it should be #include <dirent.h> instead of <linux/dirent.h> Also can you let me the process of sending the patches to OpenMoko Thanks Kunal http://kunaldeo.blogspot.com
_______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
