| Hi, 
 For some reason I can't compile the code today that I could compile on Friday. I am getting the following error:
 
 
one Building Project "C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.sln" (default targets) -- FAILED.
Build FAILED.
"C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.sln" (default target) (1) ->
"C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj" (default target) (2) ->
(ClCompile target) -> 
  ..\glfw\lib\win32\win32_joystick.c(237): error C2143: syntax error : missing ';' before 'type' [C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj]
  ..\glfw\lib\win32\win32_joystick.c(238): error C2065: 'j' : undeclared identifier [C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj]
  ..\glfw\lib\win32\win32_joystick.c(238): error C2065: 'j' : undeclared identifier [C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj]
  ..\glfw\lib\win32\win32_joystick.c(238): error C2065: 'j' : undeclared identifier [C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj]
  ..\glfw\lib\win32\win32_joystick.c(239): error C2065: 'j' : undeclared identifier [C:\Users\dath\Desktop\Lighting test\myLittleTest.buildv80c\glfw\vc2010\MonkeyGame.vcxproj]
    0 Warning(s)
    5 Error(s)
Time Elapsed 00:00:03.05
TRANS FAILED: Error executing 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /p:Configuration=Release /p:Platform=Win32 MonkeyGame.sln', return code=1
 Could the problem be that I have installed a game or something that updated the MS framework?
 
 
 |