I answer my own question : Yes it is mandatory because of autoreconf -i that says gdk/Makefile.am:192: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL else ... So I'm back to my first problem, how can I tackle (on Darwin 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386) /usr/include/dirent.h:132: syntax error, unexpected '^' in ' int (^)(struct dirent *), int (^)(const void *, const void *)) __asm("_" "scandir_b" "$INODE64");' at '^' /usr/include/dirent.h:132: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(struct dirent *), int (^)(const void *, const void *)) __asm("_" "scandir_b" "$INODE64");' at ')' /usr/include/dirent.h:132: syntax error, unexpected ',', expecting identifier or '(' in ' int (^)(struct dirent *), int (^)(const void *, const void *)) __asm("_" "scandir_b" "$INODE64");' at ',' /usr/include/dirent.h:132: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(struct dirent *), int (^)(const void *, const void *)) __asm("_" "scandir_b" "$INODE64");' at ')' /usr/include/libkern/i386/_OSByteOrder.h:49: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{' /usr/include/libkern/i386/_OSByteOrder.h:58: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{' /usr/include/libkern/i386/_OSByteOrder.h:96: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{' /usr/include/stdlib.h:272: syntax error, unexpected '^' in 'int atexit_b(void (^)(void));' at '^' /usr/include/stdlib.h:274: syntax error, unexpected '^' in ' size_t, int (^)(const void *, const void *));' at '^' /usr/include/stdlib.h:274: syntax error, unexpected ',', expecting identifier or '(' in ' size_t, int (^)(const void *, const void *));' at ',' /usr/include/stdlib.h:274: syntax error, unexpected ')', expecting identifier or '(' in ' size_t, int (^)(const void *, const void *));' at ')' /usr/include/stdlib.h:301: syntax error, unexpected '^' in ' int (^)(const void *, const void *));' at '^' /usr/include/stdlib.h:301: syntax error, unexpected ',', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ',' /usr/include/stdlib.h:301: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ')' /usr/include/stdlib.h:307: syntax error, unexpected '^' in ' int (^)(const void *, const void *));' at '^' /usr/include/stdlib.h:307: syntax error, unexpected ',', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ',' /usr/include/stdlib.h:307: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ')' /usr/include/stdlib.h:313: syntax error, unexpected '^' in ' int (^)(const void *, const void *));' at '^' /usr/include/stdlib.h:313: syntax error, unexpected ',', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ',' /usr/include/stdlib.h:313: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ')' /usr/include/stdlib.h:319: syntax error, unexpected '^' in ' int (^)(const void *, const void *));' at '^' /usr/include/stdlib.h:319: syntax error, unexpected ',', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ',' /usr/include/stdlib.h:319: syntax error, unexpected ')', expecting identifier or '(' in ' int (^)(const void *, const void *));' at ')' Traceback (most recent call last): File "./g-ir-scanner", line 46, in <module> sys.exit(scanner_main(sys.argv)) File "./giscanner/scannermain.py", line 507, in scanner_main write_output(data, options) File "./giscanner/scannermain.py", line 407, in write_output shutil.move(main_f_name, options.output) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 264, in move copy2(src, real_dst) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 100, in copy2 copystat(src, dst) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 77, in copystat os.chflags(dst, st.st_flags) OSError: [Errno 45] Operation not supported: 'GLib-2.0.gir' make[2]: *** [GLib-2.0.gir] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 All the best, Pierre B. Le 1 nov. 2013 à 11:31, Pierre Boutillier <pierre boutillier laposte net> a écrit :
|