-
Notifications
You must be signed in to change notification settings - Fork 3
Description
No consigo compilarlo correctamente :(
Que version de Xcode es necesaria ? Utilizo i686-apple-darwin10-g++-4.2.1 , o es debido a otra cosa ???
Esta es la salida del error
Alguna idea de que hago mal ?
gracias.
../src/sound.cc:323: error: integer constant is too large for ‘long’ type
../src/sound.cc:323: error: integer constant is too large for ‘long’ type
../src/sound.cc: In function ‘v8::Handlev8::Value Play(const v8::Arguments&)’:
../src/sound.cc:387: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:404: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:410: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:415: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc: In function ‘void AQBufferCallback(void_, OpaqueAudioQueue_, AudioQueueBuffer_)’:
../src/sound.cc:482: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:492: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:509: error: cannot convert ‘ev_async_’ to ‘ev_loop_’ for argument ‘1’ to ‘void ev_async_send(ev_loop_, ev_async_)’
../src/sound.cc:520: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc: In function ‘v8::Handlev8::Value Pause(const v8::Arguments&)’:
../src/sound.cc:570: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc: In function ‘v8::Handlev8::Value Create(const v8::Arguments&)’:
../src/sound.cc:715: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:734: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:748: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc: In function ‘void renderSound(renderJob_)’:
../src/sound.cc:817: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:825: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:833: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:850: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:873: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc:892: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’
../src/sound.cc: In function ‘void* renderThread(void_)’:
../src/sound.cc:1014: error: cannot convert ‘ev_async_’ to ‘ev_loop_’ for argument ‘1’ to ‘void ev_async_send(ev_loop_, ev_async_)’
../src/sound.cc: In function ‘void init(v8::Handlev8::Object)’:
../src/sound.cc:1208: error: invalid conversion from ‘void ()(ev_async, int)’ to ‘void ()(ev_loop, ev_async_, int)’
../src/sound.cc:1209: error: cannot convert ‘ev_async_’ to ‘ev_loop_’ for argument ‘1’ to ‘void ev_async_start(ev_loop_, ev_async_)’
../src/sound.cc:1242: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘OSStatus’