[torquedev] build fails on sol10
Garrick Staples
garrick at clusterresources.com
Thu Aug 3 15:39:22 MDT 2006
Has anyone else noticed that TORQUE completely fails to build on solaris
10? Seems that it has a /usr/include/sys/list.h that defines a
list_head that interferes with TORQUE's own linked list implementation.
Does anyone have any clever solutions other than:
find . -name \*.c | xargs perl -pi -e 's/list_head/tlist_head/g'
find . -name \*.h | xargs perl -pi -e 's/list_head/tlist_head/g'
More information about the torquedev
mailing list