Bug related to dirent.h (when building with MonoMakefile) / Fixed

Kunal Deo kunaldevel at gmail.com
Mon Oct 20 08:12:34 CEST 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/devel/attachments/20081020/60ed7458/attachment-0001.htm 


More information about the devel mailing list