wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
300 stars 105 forks source link

Trying to build automake: error: no 'Makefile.am' #74

Closed dandumit closed 4 years ago

dandumit commented 4 years ago

HEllo All, I am trying to build but I am getting this error :

automake: error: no 'Makefile.am' found for any configure output

What I am missing ? Thank you, DAniel

wdoekes commented 4 years ago

Did you follow these steps?

https://github.com/wdoekes/asterisk-chan-dongle#building

ruijorgesilva1 commented 4 years ago

Asterisk 16.6.2 Centos 7

Hi wdoeskes! My problem is the same!

I got "automake: error: no 'Makefile.am' found for any configure output" in the same

I've followed https://github.com/wdoekes/asterisk-chan-dongle#building Typed make and it hangs on

gcc -g -O2 -O6 -Wno-old-style-declaration -I. -std=gnu99 -DAST_MODULE_SELF_SYM=__internal_chan_dongle_self -D_GNU_SOURCE -I/usr/include -I/usr/include -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT smsdb.o -MF .smsdb.o.d -MP -o smsdb.o -c smsdb.c smsdb.c:26:21: fatal error: sqlite3.h: No such file or directory

include

                 ^

compilation terminated. make: *** [smsdb.o] Error 1

Best Regards Rui