Ahoy _why, I was trying to build to that stable commit on Leopard with video
("rake VIDEO=1 --trace") and it fails for me. I'm a bit out of loop so I
don't know if it's a known issue or not:
...
shoes/app.c:456: error: dereferencing pointer to incomplete type
shoes/app.c: At top level:
shoes/app.c:460: error: syntax error before '*' token
shoes/app.c:461: warning: function declaration isn't a prototype
shoes/app.c: In function 'shoes_app_style':
shoes/app.c:463: error: 'hsh' undeclared (first use in this function)
shoes/app.c:469: error: dereferencing pointer to incomplete type
shoes/app.c:469: error: 'klass' undeclared (first use in this function)
shoes/app.c: At top level:
shoes/app.c:474: error: syntax error before '*' token
shoes/app.c:475: warning: function declaration isn't a prototype
shoes/app.c: In function 'shoes_app_location':
shoes/app.c:483: error: invalid operands to binary *
shoes/app.c:484: error: syntax error before ')' token
shoes/app.c:485: error: dereferencing pointer to incomplete type
shoes/app.c: In function 'shoes_app_is_started':
shoes/app.c:491: error: invalid operands to binary *
shoes/app.c:492: error: syntax error before ')' token
shoes/app.c:493: error: dereferencing pointer to incomplete type
shoes/app.c: In function 'shoes_app_contents':
shoes/app.c:499: error: invalid operands to binary *
shoes/app.c:500: error: syntax error before ')' token
shoes/app.c:501: error: dereferencing pointer to incomplete type
lipo: can't open input file:
/var/folders/el/elnsUJQ0HRCFI6p4CWYf5E+++TI/-Tmp-//ccfevrzt.out (No such
file or directory)
rake aborted!
Command failed with status (1): [gcc -I. -O -c -oshoes/app.o
-I/usr/include...]
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:899:in `sh'
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:906:in `call'
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:906:in `sh'
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:985:in `sh'
/Users/tiegzaharia/Code/shoes.git/rakefile:387
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `call'
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `execute'
...-tieg On Sat, Jul 19, 2008 at 12:07 PM, Tieg Zaharia <[EMAIL PROTECTED]> wrote: > nice! > > > On Sat, Jul 19, 2008 at 1:21 AM, _why <[EMAIL PROTECTED]> wrote: > >> On Fri, Jul 18, 2008 at 06:26:36PM -0500, _why wrote: >> > If this goes on past a few days, I'll branch. I'll get back to the >> > outstanding bugs (missing `alert` on osx, alignments on slots) right >> > after I'm done. Tanks! >> >> Strike that. I won't be fixing the missing `alert` on osx. Because >> Pieter V snuck in and did it already. So nice. >> <http://github.com/why/shoes/commit/ba2843f> >> >> _why >> > >
