From: Jeremy R. <je...@ma...> - 2008-05-26 15:45:25
|
hey, that didn't seem to help. i'll look into wxwidgets though and see if i can figure anything out. i'm also running into problems with the speex library when running the testcall example: dyld: lazy symbol binding failed: Symbol not found: _speex_preprocess_state_init Referenced from: /usr/local/lib/libiaxclient.1.dylib Expected in: /usr/local/lib/libspeex.1.dylib dyld: Symbol not found: _speex_preprocess_state_init Referenced from: /usr/local/lib/libiaxclient.1.dylib Expected in: /usr/local/lib/libspeex.1.dylib could that be a version issue? jeremy On May 26, 2008, at 5:33 AM, Jean-François wrote: > Hi, > Maybe try to don't configure with wxwidgets. > > ./configure --enable-clients=testcall > make > > look at "./configure --help" for more details |