Hi all, I found a minor case typo that causes compilation to fail on case-sensitive file systems:
Index: BDSKHeaderPopUpButtonCell.m =================================================================== --- BDSKHeaderPopUpButtonCell.m (revision 13604) +++ BDSKHeaderPopUpButtonCell.m (working copy) @@ -38,7 +38,7 @@ #import "BDSKHeaderPopUpButtonCell.h" #import "NSGeometry_BDSKExtensions.h" -#import <OmniAppkit/OmniAppkit.h> +#import <OmniAppKit/OmniAppKit.h> -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
