Compile help
Donn Washburn <
n5xwb@...>
2007-09-04 23:29:10 GMT
Hey Group;
I am not a real deep software programmer. Often I can fix problem but
this is one that has me beat. Does anyone see the answer?
It is FusionSound-1.#
I have a script that loads all of the variables it fails and so does
./configure at the same point.
--
73 de Donn Washburn
307 Savoy Street Email: " n5xwb@... "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB HAMs : " n5xwb@... "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
" http://counter.li.org " #279316
fs_buffer_pool_create( const FusionWorld *world )
{
return fusion_object_pool_create( "Sound Buffers", sizeof(CoreSoundBuffer),
sizeof(CoreSoundBufferNotification),
buffer_destructor, world );
}
sound_buffer.c: In functionion_object_pool_createlifiers from pointer target type
sound_buffer.c:62: error: too few arguments to function ion_object_pool_createm incompatible
pointer type
sound_buffer.c:62: warning: passing argument 5 of ion_object_pool_createound_buffer.c:62:
warning: passing argument 4 of ol_create
fs_buffer_pool_create( const FusionWorld *world )
{
return fusion_object_pool_create( "Sound Buffers", sizeof(CoreSoundBuffer),
sizeof(CoreSoundBufferNotification),
buffer_destructor, world );
}
sound_buffer.c: In functionion_object_pool_createlifiers from pointer target type
sound_buffer.c:62: error: too few arguments to function ion_object_pool_createm incompatible
pointer type
sound_buffer.c:62: warning: passing argument 5 of ion_object_pool_createound_buffer.c:62:
warning: passing argument 4 of ol_create