Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compiling on Asterisk 13.8-cert4 #16

Closed
lpradovera opened this issue Aug 1, 2017 · 3 comments
Closed

Not compiling on Asterisk 13.8-cert4 #16

lpradovera opened this issue Aug 1, 2017 · 3 comments

Comments

@lpradovera
Copy link

Hello,
I am getting the following errors with compiling on Asterisk 13.8-cert4: https://gist.github.com/lpradovera/9bf1be1889e94d02fb67aef8f97edcc4

I installed UniMRCP and the deps from a Git checkout, and the Asterisk module is from Github too.
I would be happy to help debug and resolve this but I have no idea of where to start from.
Thanks!

@achaloyan
Copy link
Contributor

Hello Luca,

Could you provide ./configure output. I am curious whether Asterisk version is properly determined.

@lpradovera
Copy link
Author

Hello @achaloyan !
Here it is, it does look like it is reporting correctly but let me know what your thoughts are: https://gist.github.com/lpradovera/4e9af5688d1931479ed84056253238a1

@achaloyan
Copy link
Contributor

The problem is the version is supposed to be in a major.minor[.patch] form; otherwise version dependent normalization badly fails.

Explicitly specify the version number as an input parameter:
./configure --with-asterisk-version=13.8.4

or enhance the version detection asterisk.m4 macro to take into consideration the "certified" prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants