drachtio / drachtio-freeswitch-modules

A collection of open-sourced freeswitch modules that I use in various drachtio applications
MIT License
172 stars 119 forks source link

No rule to make target `spandsp-reconf'. Stop. - Compatibility with Freeswitch V1.10 #50

Closed Brendahnyaringita closed 3 years ago

Brendahnyaringita commented 3 years ago

Hello, I am getting the error when trying to setup the modules.

I already had FS installed and just added the steps in the extra.yml file to add the various modules. However, I am using Fresswitch version1.10 and I notice you use v1.8 Could this error be as a result? Side note- I have already tried this and still didn't work: "make spandsp-reconf && make && make install"

config.status: error: cannot find input file: Makefile.in' make: *** No rule to make targetspandsp-reconf'. Stop.

davehorton commented 3 years ago

actually, I build with freeswitch 1.10 these days. I build using these ansible scripts.

Brendahnyaringita commented 3 years ago

Ok, I moved past that error. Thanks