Cool - I don't watch the mailing list [edit]and yes, I've seen some talk about it in these forums[/edit], but it'd be good to eventually get PTS going on Mac OSX, and pit it against Linux or the purer BSDs for various tasks![]()
Earlier this month there was support for Sun's OpenSolaris operating
system added to the 1.2 branch of the Phoronix Test Suite[1]. Today
there has been a basic level of support with pts-core for *BSD operating
systems too. The software/hardware detection should now work on a BSD
operating system and the tests should run as expected, etc.
There may be a few corner cases where something isn't working right, but
the vast majority of the pts-core functions should now support *BSD. The
latest pts-core BSD support work was done with FreeBSD 7.0.
[1]
http://phoronix-test-suite.com/piper...ly/000028.html
Michael
Mailing List; http://phoronix-test-suite.com/piper...ly/000033.html
Cool - I don't watch the mailing list [edit]and yes, I've seen some talk about it in these forums[/edit], but it'd be good to eventually get PTS going on Mac OSX, and pit it against Linux or the purer BSDs for various tasks![]()
Last edited by grantek; 08-29-2008 at 01:56 AM.
I think Deanjo is going to work on Mac OS X support. I don't have access to a Mac right now so I can't do the porting, even though it would only take a few hours to do.
Hallo, I was using PTS 1.8 with FreeBSD 7.1, php5, php-gtk2, when I got the following error:
I don't know where installing the php-gtk2 package. I have used --prefix=/usr/local.Code:[ferocious@desktop-pesco ~/Download/phoronix-test-suite]$ ./phoronix-test-suite gui Fatal error: Class 'GtkWindow' not found in /usr/home/ferocious/Download/phoronix-test-suite/pts-core/objects/gtk/pts_gtk_window.php on line 23 [ferocious@desktop-pesco ~/Download/phoronix-test-suite]$
Last edited by ferocious; 03-13-2009 at 04:45 PM.
Do you have the php_gtk2.so module loaded? Otherwise you need to add extension=php_gtk2.so to your php.ini.