https://bugzilla.samba.org/show_bug.cgi?id=1793
Summary: configure: WARNING: glob.h: present but cannot be compiled Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] When running ./configure against rsync 2.6.3pre1 on a fedora rawhide box the following error results. configure: WARNING: glob.h: present but cannot be compiled configure: WARNING: glob.h: check for missing prerequisite headers? configure: WARNING: glob.h: see the Autoconf documentation configure: WARNING: glob.h: section "Present But Cannot Be Compiled" configure: WARNING: glob.h: proceeding with the preprocessor's result configure: WARNING: glob.h: in the future, the compiler will take precedence As a result the following fails [EMAIL PROTECTED] rsync-2.6.3pre1]$ make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.h:226, from rsync.c:23: /usr/include/glob.h:193: error: syntax error before "asm" /usr/include/glob.h:197: error: syntax error before "asm" make: *** [rsync.o] Error 1 [EMAIL PROTECTED] rsync-2.6.3pre1]$ -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html