unixbench
I order a USA VPS to play around with today, just for fun. No serious stuff on it. Decided to run Unixbench but hit with some minor problem.
./src/ubgears.c:641: warning: implicit declaration of function âevent_loopâ ./src/ubgears.c:643: warning: implicit declaration of function âglXDestroyContextâ ./src/ubgears.c:645: warning: implicit declaration of function âXDestroyWindowâ ./src/ubgears.c:646: warning: implicit declaration of function âXCloseDisplayâ make: *** [pgms/ubgears] Error 1 ********************************************** Run: "make all" failed; aborting
This is due to some development tools not installed.
Solution:
yum install -y SDL-devel mesa-libGL-devel
Hope this helps someone out there …
Ünsal Korkmaz:
1 year later.. helped me
18 April 2011, 7:33 pmThanks
allan:
thank you for this!
Helped me.
14 July 2011, 1:59 pmWebHostInDeals:
Old post, but it is helped me out of this error
many thanks.
25 October 2011, 2:23 am