Hi,
I'm compiling ser_ims on mac desktop, firstly I was getting an issue regarding libxml2 lib which was not located at /usr/local/include so I havd to change the path for this lib in whole project.
No I'm getting an exception regarding :
simple_profile.c:14:1: error: unknown type name '__sighandler_t'
__sighandler_t old_sigx_action;
Can anyone help me out for that?
P.S. FHoSS is running perfectly and deployed.
Hi I have resolved this error by changing the directory of libmxl2.
Now I'm facing another error
Undefined symbols for architecture x86_64:
"_parse_param", referenced from:
_parse_params in parse_param.o
(maybe you meant: _parse_params, _parse_param_name )
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [ser] Error 1
I'm not able to find the solution as eveything is perfectly installed, the problem I think lies in myt mac machine or anyhting else.
Can anyone help me out?