Hi Robert,
it works fine.
Thanks
Ruth
Robert Osfield schrieb:
On 8/8/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
Hi Ruth,
I'm currently reivewing the code looking to see where I should add
extra guards to prevent compile probolems under RH8, but am not sure
how wide I need to through the net. There are three #if defined
(__linux__) blocks. Which of them causes problems?
A bit of search on the web suggest to me that
_numberOfProcessors = sysconf(_SC_NPROCESSORS_CONF);
will probably be ok under 2.4 kernel, so that just leaves the last #if
block which I've changed to:
#if defined (__linux__) && defined(CPU_SET)
This now checked into CVS with the hope that it'll fix compile under
RH8, please let me know if it works.
Cheers,
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
--
------------------------------------------------------------------------------------------------------
Dipl.Ing. Ruth Lang
Zentrum für Angewandte Informatik phone: +49 221 478-5589
Universität zu Köln fax: +49 221 478-5590
Robert-Koch-Strasse 10 email: [EMAIL PROTECTED]
D - 50931 Köln http://www.informatik.uni-koeln.de/ls_lang
---------------------------------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/