Problems compiling 0.6.2
Posted: Thu Sep 23, 2010 5:29 am
I downloaded the love sdk for visual studio 2008 and the source for 0.6.2, spent about 4 hours trying to get the thing to compile. I believe I've ran into a brick wall i.e. files I need not being available.
Here are some errors I get:
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:
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 :/)
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 :/)