The code used by OpenGlide depends on /proc/cpuinfo in order to work. However, Mac OS X doesn't have the proc filesystem by default. There's probably a different way to get it using sysctl or similar, at least for Mac OS X.
From gulikoza:
"Eh? /proc/cpuinfo crash was fixed with rev 1.5 of clock.cpp...freq won't work but if I can see it's only used for writing FPS into log. It won't work reliably in linux either since frequency can change..."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From gulikoza:
"Eh? /proc/cpuinfo crash was fixed with rev 1.5 of clock.cpp...freq won't work but if I can see it's only used for writing FPS into log. It won't work reliably in linux either since frequency can change..."