Hi Again,
ofcourse i tried to use "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig"
unfortunatly when i did that i had other compilation errors, i thought this
might be a known issue.
after i defined the PKG_CONFIG_PATH i found out today ( instead of trying to
compile all i tried compiling the caller and callee ) that even though the
hello-caller fails to compile the hello-callee is being compiled without a
problem.
i'm attaching the compilation errors i had after i defined the
PKG_CONFIG_PATH, it seems as if the include dir is not defined... which is
pretty weird since the hello-callee compiles smoothly and uses the same
include dir.
also i tried adding the /usr/local/include/sofia-sip-1.12 to the path hoping
this might help find the correct path and it didnt help.
Any help would be greatly appreciated
[EMAIL PROTECTED] sofia-sip-1.12]# make hello-caller
gcc -I/sofia-sip-1.12 -L -lsofia-sip-ua -DCALLER -o hello-caller hello.c
hello.c:8:27: sofia-sip/nua.h: No such file or directory
hello.c:10: parse error before '*' token
hello.c:12: parse error before "event"
hello.c: In function `main':
hello.c:25: `su_root_t' undeclared (first use in this function)
hello.c:25: (Each undeclared identifier is reported only once
hello.c:25: for each function it appears in.)
hello.c:25: `root' undeclared (first use in this function)
hello.c:26: `nua_t' undeclared (first use in this function)
hello.c:26: `nua' undeclared (first use in this function)
hello.c: At top level:
hello.c:66: parse error before "event"
hello.c: In function `event_callback':
hello.c:78: `event' undeclared (first use in this function)
hello.c:78: `status' undeclared (first use in this function)
hello.c:78: `phrase' undeclared (first use in this function)
hello.c: At top level:
hello.c:82: parse error before '*' token
hello.c: In function `send_message':
hello.c:84: `nua_handle_t' undeclared (first use in this function)
hello.c:84: `handle' undeclared (first use in this function)
hello.c:86: `nua' undeclared (first use in this function)
make: *** [hello-caller] Error 1
Thanks for the help,
Yossi.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel