Here are some errors I get:
Code: Select all
7>LINK : fatal error LNK1104: cannot open file '..\debug\love\filesystem.lib'
6>LINK : fatal error LNK1104: cannot open file '..\debug\love\filesystem.lib'
8>LINK : fatal error LNK1104: cannot open file '..\debug\love\filesystem.lib'
9>LINK : fatal error LNK1104: cannot open file '..\debug\common.lib'
Hopefully you can help me with the above problem. I have another problem in compiling which I believe is lua related, so I'll understand if you don't want to help with it. But the problem is:
Code: Select all
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(21) : error C2039: 'acosf' : is not a member of '`global namespace''
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(21) : error C2873: 'acosf' : symbol cannot be used in a using-declaration
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(21) : error C2039: 'asinf' : is not a member of '`global namespace''
2>love.cpp
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(21) : error C2873: 'asinf' : symbol cannot be used in a using-declaration
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2039: 'atanf' : is not a member of '`global namespace''
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2873: 'atanf' : symbol cannot be used in a using-declaration
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2039: 'atan2f' : is not a member of '`global namespace''
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2873: 'atan2f' : symbol cannot be used in a using-declaration
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2039: 'ceilf' : is not a member of '`global namespace''
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\cmath(22) : error C2873: 'ceilf' : symbol cannot be used in a using-declaration
In any case, whether or not my problem can be solved, thank you for LOVE. I have been prototyping a few games in it and it's working great! (Just want to get this darn debugging workning :/)