It won't notice on a non-case sensitive file system (eg. the default osx install) since when the compiler asks the file system for OmniAppkit.h, it will happily serve up OmniAppKit.h.
On Sat, Aug 23, 2008 at 8:22 PM, Christiaan Hofman <[EMAIL PROTECTED]> wrote: > Thanks. Strange the compiler did not notice this one, I compiled with > release config after making that change. > > Christiaan > > On 23 Aug 2008, at 10:40 AM, Mark Aufflick wrote: > >> 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 > > > ------------------------------------------------------------------------- > 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 > -- 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
