Jim Brooks wrote:
Had compile errors on FreeBSD 8.
Fixed with these two lines:
src/OpenThreads/pthreads/CMakLists.txt
IF(HAVE_PTHREAD_SETAFFINITY_NP)
IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") #---fix---
ADD_DEFINITIONS(-DHAVE_PTHREAD_SETAFFINITY_NP)
ENDIF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") #---fix---
Thanks; let's discuss this in osg-submissions where Robert has already
replied.
-Paul
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org