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 …

3 Comments

  1. Ünsal Korkmaz:

    1 year later.. helped me :)
    Thanks

  2. allan:

    thank you for this!

    Helped me.

  3. WebHostInDeals:

    Old post, but it is helped me out of this error :D

    many thanks.

Leave a comment