https://bugzilla.samba.org/show_bug.cgi?id=5325
Summary: cannot find popt.h at compile time Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] When compiling I get this: options.c:24:18: error: popt.h: No such file or directory The fix is here: http://lists.samba.org/archive/rsync/2007-April/017641.html After changing it to #include "popt/popt.h", rsync builds. I would suggest fixing the configure script to find out whether it will be necessary to use the "system" one or the "local" one. (apparently on the MontaVista-based system I'm working with, the library is included but the header is not... I'm not sure why.) -- 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: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html