View Single Post
  #2  
Old 21st June 2010, 10:14
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Quote:
Originally Posted by th0r1n View Post
I'm getting this error when configuring the gazelle version of xbtt on ubuntu 10.04. I have the normal version of xbtt installed and running fine on the same machine.

Code:
checking size of int... 0
checking size of long... 0
checking size of long long... 0
checking size of void *... 0
configure: error: No 32-bit datatype found - please report this to the developers
try...
Code:
sudo apt-get install build-essential
or
Code:
apt-get install build-essential
Reply With Quote