View Single Post
  #15  
Old 18th January 2010, 23:51
Laffin's Avatar
Laffin Laffin is offline
Senior Member
 
Join Date: Oct 2008
Posts: 32
Default
if the compiler cannot compute the sizeof(short) than its a compiler problem.
as code is simple as
Code:
function main()
{
   printf("%d",sizeof(short));
}
and if your compiler can't handle compiling that routine, its most likely a bad installation of the compiler system. As it should have no problems.
Do as the log suggests, and look into the log file for any further hints as to what the problem is.
Reply With Quote