Hi Daniel,<div><br></div><div>What do you want to know about the status of Openssl ?</div><div><br></div><div>I am not sure your problem is directly related to openssl. It seems to look like a type declaration mismatch.</div>
<div>You could try to relaunch the command line used to compile ssl/Security.cxx with "-o .libs/Security.o" replaced with -E.</div><div><br></div><div>This will output you the source code after preprocessing, you will be able to check more easily if there are some duplicate definition found in various headers file.</div>
<div><br></div><div>Yann</div><div><br><br><div class="gmail_quote">2012/9/20 Daniel Pocock <span dir="ltr"><<a href="mailto:daniel@opencsw.org" target="_blank">daniel@opencsw.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
I've had another go at building reSIProcte<br>
<br>
It fails with this (dislikes something from OpenSSL) on unstable10[xs]<br>
boxes:<br>
<br>
<br>
Error: Different types for "?:" (extern "C" void(*)(GENERAL_NAME_st*)<br>
and void(*)(GENERAL_NAME_st*)).<br>
<br>
<br>
and Google found other people having this issue with other projects:<br>
<br>
<a href="http://echelog.com/logs/browse/illumos/1324594800" target="_blank">http://echelog.com/logs/browse/illumos/1324594800</a><br>
<br>
<br>
Can anyone comment on this or the status of the OpenSSL package?<br>
<br>
<br>
<br>
<br>
libtool: compile:  /opt/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I../..<br>
-I/opt/csw/bdb48/include -I/opt/csw/include -DRESIP_OSTYPE_SUNOS<br>
-DRESIP_ARCH_I386 -DRESIP_LARCH_IA32 -D_REENTRANT<br>
-DRESIP_TOOLCHAIN_SUNPRO -xO3 -m32 -xarch=pentium_pro -xchip=pentium_pro<br>
-c ssl/Security.cxx  -KPIC -DPIC -o .libs/Security.o<br>
"ssl/Security.cxx", line 2315: Error: Different types for "?:" (extern<br>
"C" void(*)(GENERAL_NAME_st*) and void(*)(GENERAL_NAME_st*)).<br>
"ssl/Security.cxx", line 2315: Warning (Anachronism): Formal argument<br>
func of type extern "C" void(*)(void*) in call to sk_pop_free(stack_st*,<br>
extern "C" void(*)(void*)) is being passed void(*)(void*).<br>
"ssl/Security.cxx", line 2591: Error: Different types for "?:" (extern<br>
"C" void(*)(GENERAL_NAME_st*) and void(*)(GENERAL_NAME_st*)).<br>
"ssl/Security.cxx", line 2591: Warning (Anachronism): Formal argument<br>
func of type extern "C" void(*)(void*) in call to sk_pop_free(stack_st*,<br>
extern "C" void(*)(void*)) is being passed void(*)(void*).<br>
2 Error(s) and 2 Warning(s) detected.<br>
gmake[4]: *** [Security.lo] Error 1<br>
gmake[4]: Leaving directory<br>
`/home/daniel/opencsw/resiprocate/trunk/work/solaris10-i386/build-isa-pentium_pro/resiprocate-1.8.5/resip/stack'<br>
_______________________________________________<br>
maintainers mailing list<br>
<a href="mailto:maintainers@lists.opencsw.org">maintainers@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/maintainers" target="_blank">https://lists.opencsw.org/mailman/listinfo/maintainers</a><br>
.:: This mailing list's archive is public. ::.<br>
</blockquote></div><br></div>