Created
July 21, 2010 21:26
-
-
Save micahrj/485170 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
rm -rf dist | |
mkdir -p dist | |
In file included from /usr/local/Cellar/glib/2.24.1/lib/glib-2.0/include/glibconfig.h:12, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gtypes.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/galloca.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:32, | |
from shoes/app.c:5: | |
/usr/include/float.h:8:24: error: float.h: No such file or directory | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gerror.h:28, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gthread.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gasyncqueue.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:34, | |
from shoes/app.c:5: | |
/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gthread.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gasyncqueue.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:34, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gerror.h:54: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gthread.h:36, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gasyncqueue.h:34, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:34, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gutils.h:215: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/giochannel.h:36, | |
from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:52, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gstring.h:126: error: syntax error before ‘va_list’ | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gstring.h:132: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:58, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gmarkup.h:138: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:60, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gmessages.h:49: error: syntax error before ‘va_list’ | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gmessages.h:104: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:78, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gstrfuncs.h:194: error: syntax error before ‘va_list’ | |
In file included from /usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib.h:90, | |
from shoes/app.c:5: | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gvariant.h:205: error: syntax error before ‘va_list’ | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gvariant.h:209: error: syntax error before ‘va_list’ | |
/usr/local/Cellar/glib/2.24.1/include/glib-2.0/glib/gvariant.h:220: error: syntax error before ‘va_list’ | |
In file included from ./shoes/canvas.h:16, | |
from ./shoes/app.h:40, | |
from shoes/app.c:6: | |
./shoes/config.h:95:25: error: Cocoa/Cocoa.h: No such file or directory | |
In file included from ./shoes/config.h:96, | |
from ./shoes/canvas.h:16, | |
from ./shoes/app.h:40, | |
from shoes/app.c:6: | |
./shoes/native/cocoa.h:8: error: cannot find interface declaration for ‘NSObject’, superclass of ‘ShoesEvents’ | |
./shoes/native/cocoa.h:14: error: cannot find interface declaration for ‘NSWindow’, superclass of ‘ShoesWindow’ | |
./shoes/native/cocoa.h:20: error: cannot find interface declaration for ‘NSView’, superclass of ‘ShoesView’ | |
./shoes/native/cocoa.h:26: error: cannot find interface declaration for ‘NSButton’, superclass of ‘ShoesButton’ | |
./shoes/native/cocoa.h:32: error: cannot find interface declaration for ‘NSTextField’, superclass of ‘ShoesTextField’ | |
./shoes/native/cocoa.h:38: error: cannot find interface declaration for ‘NSSecureTextField’, superclass of ‘ShoesSecureTextField’ | |
./shoes/native/cocoa.h:44: error: cannot find interface declaration for ‘NSScrollView’, superclass of ‘ShoesTextView’ | |
./shoes/native/cocoa.h:46: error: syntax error before ‘NSTextView’ | |
./shoes/native/cocoa.h:51: error: cannot find interface declaration for ‘NSPopUpButton’, superclass of ‘ShoesPopUpButton’ | |
./shoes/native/cocoa.h:57: error: cannot find interface declaration for ‘NSSlider’, superclass of ‘ShoesSlider’ | |
./shoes/native/cocoa.h:63: error: cannot find interface declaration for ‘NSWindow’, superclass of ‘ShoesAlert’ | |
./shoes/native/cocoa.h:64: error: syntax error before ‘NSWindow’ | |
./shoes/native/cocoa.h:70: error: cannot find interface declaration for ‘NSObject’, superclass of ‘ShoesTimer’ | |
./shoes/native/cocoa.h:72: error: syntax error before ‘NSTimer’ | |
./shoes/config.h:97:26: error: cairo-quartz.h: No such file or directory | |
In file included from ./shoes/canvas.h:16, | |
from ./shoes/app.h:40, | |
from shoes/app.c:6: | |
./shoes/config.h:106: error: syntax error before ‘NSView’ | |
./shoes/config.h:108: error: syntax error before ‘context’ | |
./shoes/config.h:113: error: syntax error before ‘}’ token | |
./shoes/config.h:121: error: syntax error before ‘NSView’ | |
In file included from ./shoes/app.h:40, | |
from shoes/app.c:6: | |
./shoes/canvas.h:275: error: syntax error before ‘NSControl’ | |
./shoes/canvas.h:338: error: syntax error before ‘SHOES_SLOT_OS’ | |
./shoes/canvas.h:340: error: syntax error before ‘}’ token | |
./shoes/canvas.h:342: error: syntax error before ‘*’ token | |
./shoes/canvas.h:343: error: syntax error before ‘*’ token | |
./shoes/canvas.h:367: error: syntax error before ‘*’ token | |
./shoes/canvas.h:371: error: syntax error before ‘*’ token | |
./shoes/canvas.h:371: error: syntax error before ‘SHOES_SLOT_OS’ | |
./shoes/canvas.h:372: error: syntax error before ‘*’ token | |
./shoes/canvas.h:376: error: syntax error before ‘*’ token | |
./shoes/canvas.h:483: error: syntax error before ‘*’ token | |
./shoes/canvas.h:507: error: syntax error before ‘*’ token | |
./shoes/canvas.h:507: error: syntax error before ‘*’ token | |
./shoes/canvas.h:514: error: syntax error before ‘*’ token | |
In file included from shoes/app.c:6: | |
./shoes/app.h:56: error: syntax error before ‘SHOES_APP_OS’ | |
./shoes/app.h:73: error: conflicting types for ‘owner’ | |
./shoes/config.h:112: error: previous declaration of ‘owner’ was here | |
./shoes/app.h:74: error: syntax error before ‘}’ token | |
./shoes/app.h:82: error: syntax error before ‘*’ token | |
./shoes/app.h:89: error: syntax error before ‘*’ token | |
./shoes/app.h:91: error: syntax error before ‘*’ token | |
./shoes/app.h:92: error: syntax error before ‘*’ token | |
./shoes/app.h:93: error: syntax error before ‘*’ token | |
./shoes/app.h:94: error: syntax error before ‘*’ token | |
./shoes/app.h:95: error: syntax error before ‘*’ token | |
./shoes/app.h:96: error: syntax error before ‘*’ token | |
./shoes/app.h:97: error: syntax error before ‘*’ token | |
./shoes/app.h:98: error: syntax error before ‘*’ token | |
./shoes/app.h:99: error: syntax error before ‘*’ token | |
./shoes/app.h:100: error: syntax error before ‘*’ token | |
./shoes/app.h:102: error: syntax error before ‘*’ token | |
./shoes/app.h:103: error: syntax error before ‘*’ token | |
./shoes/app.h:104: error: syntax error before ‘*’ token | |
./shoes/app.h:105: error: syntax error before ‘*’ token | |
In file included from shoes/app.c:8: | |
./shoes/ruby.h:189: error: syntax error before ‘*’ token | |
In file included from shoes/app.c:11: | |
./shoes/native.h:30: error: syntax error before ‘*’ token | |
./shoes/native.h:31: error: syntax error before ‘*’ token | |
./shoes/native.h:32: error: syntax error before ‘*’ token | |
./shoes/native.h:33: error: syntax error before ‘*’ token | |
./shoes/native.h:34: error: syntax error before ‘*’ token | |
./shoes/native.h:35: error: syntax error before ‘*’ token | |
./shoes/native.h:36: error: syntax error before ‘*’ token | |
./shoes/native.h:37: error: syntax error before ‘*’ token | |
./shoes/native.h:38: error: syntax error before ‘*’ token | |
./shoes/native.h:39: error: syntax error before ‘*’ token | |
./shoes/native.h:40: error: syntax error before ‘*’ token | |
./shoes/native.h:41: error: syntax error before ‘*’ token | |
./shoes/native.h:42: error: syntax error before ‘*’ token | |
./shoes/native.h:43: error: syntax error before ‘*’ token | |
./shoes/native.h:45: error: syntax error before ‘*’ token | |
./shoes/native.h:47: error: syntax error before ‘SHOES_SLOT_OS’ | |
./shoes/native.h:48: error: syntax error before ‘*’ token | |
./shoes/native.h:49: error: syntax error before ‘*’ token | |
./shoes/native.h:50: error: syntax error before ‘*’ token | |
./shoes/native.h:52: error: syntax error before ‘*’ token | |
./shoes/native.h:53: error: syntax error before ‘*’ token | |
./shoes/native.h:54: error: syntax error before ‘*’ token | |
./shoes/native.h:55: error: syntax error before ‘*’ token | |
./shoes/native.h:56: error: syntax error before ‘*’ token | |
./shoes/native.h:58: error: syntax error before ‘*’ token | |
./shoes/native.h:60: error: syntax error before ‘*’ token | |
./shoes/native.h:62: error: syntax error before ‘*’ token | |
./shoes/native.h:64: error: syntax error before ‘*’ token | |
./shoes/native.h:65: error: syntax error before ‘*’ token | |
./shoes/native.h:66: error: syntax error before ‘*’ token | |
./shoes/native.h:67: error: syntax error before ‘*’ token | |
./shoes/native.h:68: error: syntax error before ‘shoes_native_surface_new’ | |
./shoes/native.h:68: error: syntax error before ‘*’ token | |
./shoes/native.h:69: error: syntax error before ‘shoes_place’ | |
./shoes/native.h:73: error: syntax error before ‘*’ token | |
./shoes/native.h:74: error: syntax error before ‘*’ token | |
./shoes/native.h:74: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:75: error: syntax error before ‘*’ token | |
./shoes/native.h:75: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:76: error: syntax error before ‘*’ token | |
./shoes/native.h:77: error: syntax error before ‘*’ token | |
./shoes/native.h:78: error: syntax error before ‘*’ token | |
./shoes/native.h:78: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:79: error: syntax error before ‘*’ token | |
./shoes/native.h:80: error: syntax error before ‘*’ token | |
./shoes/native.h:81: error: syntax error before ‘*’ token | |
./shoes/native.h:81: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:82: error: syntax error before ‘*’ token | |
./shoes/native.h:83: error: syntax error before ‘*’ token | |
./shoes/native.h:84: error: syntax error before ‘*’ token | |
./shoes/native.h:84: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:85: error: syntax error before ‘*’ token | |
./shoes/native.h:86: error: syntax error before ‘*’ token | |
./shoes/native.h:87: error: syntax error before ‘*’ token | |
./shoes/native.h:87: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:88: error: syntax error before ‘*’ token | |
./shoes/native.h:89: error: syntax error before ‘*’ token | |
./shoes/native.h:90: error: syntax error before ‘*’ token | |
./shoes/native.h:90: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:91: error: syntax error before ‘*’ token | |
./shoes/native.h:92: error: syntax error before ‘*’ token | |
./shoes/native.h:93: error: syntax error before ‘*’ token | |
./shoes/native.h:94: error: syntax error before ‘*’ token | |
./shoes/native.h:94: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:95: error: syntax error before ‘*’ token | |
./shoes/native.h:96: error: syntax error before ‘shoes_canvas’ | |
./shoes/native.h:97: error: syntax error before ‘*’ token | |
./shoes/native.h:98: error: syntax error before ‘*’ token | |
./shoes/native.h:101: error: syntax error before ‘*’ token | |
./shoes/native.h:102: error: syntax error before ‘*’ token | |
shoes/app.c:14: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_mark’: | |
shoes/app.c:16: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:16: error: (Each undeclared identifier is reported only once | |
shoes/app.c:16: error: for each function it appears in.) | |
shoes/app.c: At top level: | |
shoes/app.c:30: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_free’: | |
shoes/app.c:32: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: In function ‘shoes_app_alloc’: | |
shoes/app.c:40: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:40: error: syntax error before ‘)’ token | |
shoes/app.c:42: error: syntax error before ‘)’ token | |
shoes/app.c: At top level: | |
shoes/app.c:84: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_clear’: | |
shoes/app.c:86: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:97: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_remove’: | |
shoes/app.c:99: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:105: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_resize’: | |
shoes/app.c:107: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: In function ‘shoes_app_window’: | |
shoes/app.c:119: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:121: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_slot’: | |
shoes/app.c:161: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:162: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_get_width’: | |
shoes/app.c:169: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:170: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_get_height’: | |
shoes/app.c:177: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:178: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_get_title’: | |
shoes/app.c:185: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:186: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_set_title’: | |
shoes/app.c:193: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:194: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_get_fullscreen’: | |
shoes/app.c:201: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:202: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_set_fullscreen’: | |
shoes/app.c:209: error: ‘app_t’ undeclared (first use in this function) | |
shoes/app.c:210: error: syntax error before ‘)’ token | |
shoes/app.c: At top level: | |
shoes/app.c:216: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_title’: | |
shoes/app.c:220: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: In function ‘shoes_app_start’: | |
shoes/app.c:232: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:237: error: syntax error before ‘)’ token | |
shoes/app.c: At top level: | |
shoes/app.c:251: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_open’: | |
shoes/app.c:254: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:256: error: ‘path’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:287: error: syntax error before ‘shoes_app’ | |
shoes/app.c:292: error: syntax error before ‘}’ token | |
shoes/app.c: In function ‘shoes_app_run’: | |
shoes/app.c:323: error: ‘exec’ undeclared (first use in this function) | |
shoes/app.c:323: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_exception’: | |
shoes/app.c:344: error: ‘exec’ undeclared (first use in this function) | |
shoes/app.c:344: error: syntax error before ‘)’ token | |
shoes/app.c: At top level: | |
shoes/app.c:351: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_visit’: | |
shoes/app.c:353: error: syntax error before ‘exec’ | |
shoes/app.c:356: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:356: error: syntax error before ‘)’ token | |
shoes/app.c:358: error: invalid type argument of ‘->’ | |
shoes/app.c:362: error: ‘path’ undeclared (first use in this function) | |
shoes/app.c:368: error: ‘exec’ undeclared (first use in this function) | |
shoes/app.c:376: error: invalid type argument of ‘->’ | |
shoes/app.c: At top level: | |
shoes/app.c:389: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_paint’: | |
shoes/app.c:391: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:396: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_motion’: | |
shoes/app.c:398: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:398: error: ‘x’ undeclared (first use in this function) | |
shoes/app.c:398: error: ‘y’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:404: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_click’: | |
shoes/app.c:406: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:406: error: ‘button’ undeclared (first use in this function) | |
shoes/app.c:407: error: ‘x’ undeclared (first use in this function) | |
shoes/app.c:407: error: ‘y’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:412: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_release’: | |
shoes/app.c:414: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:415: error: ‘button’ undeclared (first use in this function) | |
shoes/app.c:415: error: ‘x’ undeclared (first use in this function) | |
shoes/app.c:415: error: ‘y’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:420: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_wheel’: | |
shoes/app.c:423: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:423: error: syntax error before ‘)’ token | |
shoes/app.c:424: error: invalid type argument of ‘->’ | |
shoes/app.c:426: error: ‘dir’ undeclared (first use in this function) | |
shoes/app.c:431: error: ‘x’ undeclared (first use in this function) | |
shoes/app.c:431: error: ‘y’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:436: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_keydown’: | |
shoes/app.c:438: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:438: error: ‘key’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:446: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_keypress’: | |
shoes/app.c:448: error: ‘key’ undeclared (first use in this function) | |
shoes/app.c:455: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:460: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_keyup’: | |
shoes/app.c:462: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:462: error: ‘key’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:477: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_goto’: | |
shoes/app.c:481: error: ‘path’ undeclared (first use in this function) | |
shoes/app.c:484: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:495: error: syntax error before ‘*’ token | |
shoes/app.c:515: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_reset_styles’: | |
shoes/app.c:517: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:542: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_style’: | |
shoes/app.c:545: error: ‘hsh’ undeclared (first use in this function) | |
shoes/app.c:551: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:551: error: ‘klass’ undeclared (first use in this function) | |
shoes/app.c: At top level: | |
shoes/app.c:556: error: syntax error before ‘*’ token | |
shoes/app.c: In function ‘shoes_app_close_window’: | |
shoes/app.c:558: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c: In function ‘shoes_app_location’: | |
shoes/app.c:565: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:566: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_is_started’: | |
shoes/app.c:573: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:574: error: syntax error before ‘)’ token | |
shoes/app.c: In function ‘shoes_app_contents’: | |
shoes/app.c:581: error: ‘app’ undeclared (first use in this function) | |
shoes/app.c:582: error: syntax error before ‘)’ token | |
rake aborted! | |
Command failed with status (1): [gcc -I. -c -oshoes/app.o -Wall -I/usr/incl...] | |
/Users/micah/Code/shoes/Rakefile:567:in `block in ' | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment