Re: [AD] 4.9 on Snow Leopard

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Sun, September 13, 2009 6:45 pm, Peter Wang said:
> Looks like vsnprintf is defined as a macro that calls compiler builtins.
> I'm commenting out the prototype which shouldn't be needed anyway.

The rest of the errors are mac stuff. With that fix you committed the errors
change to these...

Trent CD:-)
/Users/trent/4.9-svn/src/macosx/main.m:37: error: redeclaration of enumerator â??OverallActâ??
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:96: error: previous definition of â??OverallActâ?? was here
/Users/trent/4.9-svn/src/macosx/main.m:38: error: redeclaration of enumerator â??UsrActivityâ??
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:97: error: previous definition of â??UsrActivityâ?? was here
/Users/trent/4.9-svn/src/macosx/main.m:39: error: redeclaration of enumerator â??NetActivityâ??
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:98: error: previous definition of â??NetActivityâ?? was here
/Users/trent/4.9-svn/src/macosx/main.m:40: error: redeclaration of enumerator â??HDActivityâ??
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:99: error: previous definition of â??HDActivityâ?? was here
/Users/trent/4.9-svn/src/macosx/main.m:42: error: redeclaration of enumerator â??IdleActivityâ??
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:101: error: previous definition of â??IdleActivityâ?? was here
/Users/trent/4.9-svn/src/macosx/main.m: In function â??-[AllegroAppDelegate updateSystemActivity:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:132: warning: unused parameter â??timerâ??
/Users/trent/4.9-svn/src/macosx/main.m: In function â??-[AllegroAppDelegate application:openFile:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:143: warning: unused parameter â??theApplicationâ??
/Users/trent/4.9-svn/src/macosx/main.m: In function â??-[AllegroAppDelegate applicationDidFinishLaunching:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:208: warning: â??CGDisplayCurrentModeâ?? is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:507)
/Users/trent/4.9-svn/src/macosx/main.m:164: warning: unused parameter â??aNotificationâ??
/Users/trent/4.9-svn/src/macosx/main.m: In function â??-[AllegroAppDelegate applicationDidChangeScreenParameters:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:234: warning: â??CGDisplayCurrentModeâ?? is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:507)
/Users/trent/4.9-svn/src/macosx/main.m:225: warning: unused parameter â??aNotificationâ??
/Users/trent/4.9-svn/src/macosx/main.m: In function â??+[AllegroAppDelegate app_main:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:256: warning: unused parameter â??argâ??
/Users/trent/4.9-svn/src/macosx/main.m: In function â??-[AllegroAppDelegate applicationShouldTerminate:]â??:
/Users/trent/4.9-svn/src/macosx/main.m:269: warning: unused parameter â??senderâ??
make[2]: *** [CMakeFiles/allegro.dir/src/macosx/main.m.o] Error 1
make[1]: *** [CMakeFiles/allegro.dir/all] Error 2
make: *** [all] Error 2


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/