On 09/20/2012 10:40 PM, Jim Marshall wrote:
> Hi, its me again ;)
>
> What version of Linux are you using to build openslp? What versions of
> autoconf, automake, libtool, gcc are you using?
>
> I'm trying to build openslp on CentOS 5.5 and it is not going well.
> CentOS comes with autoconf 2.59, I upgraded to autoconf 2.63 but now
> when I do a make I get a compile error in slp_thread.c for
> pthread_mutexattr_settype not being declared and PTHREAD_MUTEX_RECURSIVE
> being undefined. I see there was a discussion in the openslp list back
> in Dec 2010 and May 2011, the resolution was a patch to the code base.
> As such I'm kind of at a loss as to why I am seeing the error.
Hi Jim,

The only reason I can think of why you get this error is that 
'configure' wasn't run correctly. It checks whether 
pthread_mutex_settype is available, causing slp_thread.c to only use it 
if so.

You could check the modification dates of configure.ac, configure and 
config.h.

I'm running Fedora 15 with autoconf 2.68 by the way.

BR,
     Roel
> Thanks
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> Openslp-devel mailing list
> Openslp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openslp-devel
>


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Openslp-devel mailing list
Openslp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-devel

Reply via email to