Harold Polet wrote: > I can't make anything newer than spandsp-0.0.4pre16 on osx > Unfortunately callweaver release request spandsp-0.0.5 > > I got : > In file included from make_modem_filter.c:47: > spandsp.h:41:20: error: tiffio.h: No such file or directory > ... > make[2]: *** [make_modem_filter] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > I've tried with tiff, readline & speex installed manually or with > macports with he same results, I can make spandsp 0.0.4 but not 0.0.5 > > I'm not a programmer, I've tried anything I could think but without > success > > Help please... > I just checked, and the program make_modem_filter.c was introduced just after 0.0.4pre16. It is a new stand alone program, which designs the modem filters on the fly as spandsp is built. It is treated a little specially in the build process, as in a cross-compile it must be built by the host C compiler, and run on the host. Could this be where the problem lies? Is the location of the libtiff being specified as spandsp is built, and not handled properly by the configure.ac script? Have you tried spandsp-0.0.5pre4, because I did recently make a minor change in this area, to deal with a problem some of the BSD users were having.
Regards, Steve _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
