Created
December 16, 2010 10:04
-
-
Save clkao/743251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks good | |
Writing Makefile for Cocoa::Growl | |
cp lib/Cocoa/Growl.pm blib/lib/Cocoa/Growl.pm | |
cc -c "-I." -arch ppc -arch i386 -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -I/Users/clkao/.cpan/build/Cocoa-Growl-0.01-FaWbOu/share/Growl.framework/Versions/A/Headers -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -o growl.o "-I/System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE" -DUSE_PPPORT growl.m | |
In file included from /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QD.h:46, | |
from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:30, | |
from /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:8, | |
from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107, | |
from growl.m:6: | |
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:745:13: error: macro "Move" requires 4 arguments, but only 2 given | |
In file included from /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QD.h:46, | |
from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:30, | |
from /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:8, | |
from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107, | |
from growl.m:6: | |
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:745:13: error: macro "Move" requires 4 arguments, but only 2 given | |
growl.m: In function ¡¥growl_register¡¦: | |
growl.m:191: warning: ISO C90 forbids mixed declarations and code | |
growl.m:204: warning: ISO C90 forbids mixed declarations and code | |
growl.m:210: warning: ISO C90 forbids mixed declarations and code | |
growl.m:215: warning: ISO C90 forbids mixed declarations and code | |
growl.m:220: warning: ISO C90 forbids mixed declarations and code | |
growl.m:235: warning: ISO C90 forbids mixed declarations and code | |
growl.m: In function ¡¥growl_register¡¦:growl.m:246: warning: ISO C90 forbids mixed declarations and code | |
growl.m:191: warning: ISO C90 forbids mixed declarations and code | |
growl.m:204: warning: ISO C90 forbids mixed declarations and code | |
growl.m:210: warning: ISO C90 forbids mixed declarations and code | |
growl.m:215: warning: ISO C90 forbids mixed declarations and code | |
growl.m:220: warning: ISO C90 forbids mixed declarations and code | |
growl.m:235: warning: ISO C90 forbids mixed declarations and code | |
growl.m:246: warning: ISO C90 forbids mixed declarations and code | |
growl.m: In function ¡¥growl_notify¡¦: | |
growl.m:281: warning: ISO C90 forbids mixed declarations and code | |
growl.m:288: warning: ISO C90 forbids mixed declarations and code | |
growl.m:293: warning: ISO C90 forbids mixed declarations and code | |
growl.m:296: warning: ISO C90 forbids mixed declarations and code | |
growl.m:299: warning: ISO C90 forbids mixed declarations and code | |
growl.m: In function ¡¥growl_notify¡¦: | |
growl.m:281: warning: ISO C90 forbids mixed declarations and code | |
growl.m:305: warning: ISO C90 forbids mixed declarations and code | |
growl.m:288: warning: ISO C90 forbids mixed declarations and code | |
growl.m:308: warning: ISO C90 forbids mixed declarations and code | |
growl.m:293: warning: ISO C90 forbids mixed declarations and code | |
growl.m:311: warning: ISO C90 forbids mixed declarations and code | |
growl.m:315: warning: ISO C90 forbids mixed declarations and code | |
growl.m:296: warning: ISO C90 forbids mixed declarations and code | |
growl.m:327: warning: ISO C90 forbids mixed declarations and code | |
growl.m:299: warning: ISO C90 forbids mixed declarations and code | |
growl.m:305: warning: ISO C90 forbids mixed declarations and code | |
growl.m:330: warning: ISO C90 forbids mixed declarations and code | |
growl.m:308: warning: ISO C90 forbids mixed declarations and code | |
growl.m:335: warning: ISO C90 forbids mixed declarations and code | |
growl.m:311: warning: ISO C90 forbids mixed declarations and code | |
growl.m:338: warning: ISO C90 forbids mixed declarations and code | |
growl.m:315: warning: ISO C90 forbids mixed declarations and code | |
growl.m:327: warning: ISO C90 forbids mixed declarations and code | |
growl.m:330: warning: ISO C90 forbids mixed declarations and code | |
growl.m:335: warning: ISO C90 forbids mixed declarations and code | |
growl.m:338: warning: ISO C90 forbids mixed declarations and code | |
lipo: can't open input file: /var/folders/B3/B38nM+y8EfuIsOtDjqSQAk+++TI/-Tmp-//ccihLCvc.out (No such file or directory) | |
make: *** [growl.o] Error 1 | |
LOCAL/Cocoa-Growl-0.01.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment