THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Dmitry Davletbaev (ddomgn)
Attached to Project - sip-router
Summary - iptrtpproxy compilation error
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - **System**: Debian Wheezy
**Description**: when building Kamailio 4.0.4 from source, unable to compile
**iptrtpproxy** module due to invalid gcc options:
# make cfg prefix=/opt/kamailio-4.0.3 exclude_modules="" \
skip_modules="db_cassandra db_oracle"
[...]
# make all
[...]
CC (gcc) [M iptrtpproxy.so] iptrtpproxy.o
gcc: error: /root/iptables/iptables/include: No such file or directory
make[1]: *** [iptrtpproxy.o] Error 1
make: *** [modules] Error 1
**Additional information**: as "make --dry-run" shows, gcc is executed with
following options:
[...]
echo "CC (gcc) [M iptrtpproxy.so] iptrtpproxy.o" ;
gcc [...] -I ~/iptables/linux-2.6/include -I -I ~/iptables/iptables/include [...]
[...]
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=370
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.