Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: Falcon - The Falcon Programming Language https://bugzilla.redhat.com/show_bug.cgi?id=430307 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2008-01-27 06:28 EST ------- The correct URL is perhaps the following? http://salimma.fedorapeople.org/for_review/Falcon/Falcon-0.8.8-1.fc8.src.rpm Then: %_includedir/falcon/setup.h (in Falcon-devel-0.8.8-1.fc9) contains: ----------------------------------------------------------------------------------- 34 35 #ifndef FLC_SETUP_H 36 #define FLC_SETUP_H 37 38 #include <falcon/config.h> 39 ------------------------------------------------------------------------------------ But I cannot find <falcon/config.h>. Also, %_includedir/falcon/xtree_fix.h contains: ------------------------------------------------------------------------------------- 1 // tree internal header 2 3 #if _MSC_VER > 1000 4 #pragma once 5 #endif 6 7 #ifndef _XTREE_ 8 #define _XTREE_ 9 10 #pragma message ("Using modified VC6 XTREE for Falcon...") 11 12 #include <cstddef> 13 #include <iterator> 14 #include <memory> 15 #include <xutility> 16 ------------------------------------------------------------------------------- But what is <xutility>? BTW I usually do some check like: $ grep -h 'include ' `rpm -ql Falcon-devel | grep /usr/include` | sort | uniq -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review