Page 1 of 1

STK on Windows7 64bit found error

PostPosted: 28 Mar 2013, 21:05
by modz
hi,

i try to build STK current on my machine, windows7 64 bit, when i load project, i got this error on my Microsoft Visual c++ 2010 express
D:\stk-trunk\src\ide\vc10\supertuxkart.vcxproj : warning : Platform 'x64' referenced in the project file 'supertuxkart' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

D:\stk-trunk\src\ide\vc10\bullet_lib.vcxproj : warning : Platform 'x64' referenced in the project file 'bullet_lib' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

D:\stk-trunk\src\ide\vc10\enet.vcxproj : warning : Platform 'x64' referenced in the project file 'enet' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

D:\stk-trunk\lib\irrlicht\source\Irrlicht\Irrlicht10.0.vcxproj : warning : Platform 'x64' referenced in the project file 'Irrlicht' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.



how to fix this error?

thanks and regards

Re: STK on Windows7 64bit found error

PostPosted: 29 Mar 2013, 13:10
by hiker
Hi,

I haven't tried a VS 2010 build for a while, so I'll check this when I get on my other computer, which might be after Easter. It looks like Stephen did some changes to the VS 2010 project files to do 64-bit built (see https://sourceforge.net/apps/trac/super ... ticket/844 for the ticket), but it isn't finished yet.

Afaik there should still be the 32-bit builds defined - check with the configuration manager and select a 32 bit configuration (the other option would be to try importing the VS 9 project file, which isn't 64 bit).

Cheers,
Joerg

Re: STK on Windows7 64bit found error

PostPosted: 30 Mar 2013, 04:33
by acme_pjz
Hi hiker,

Do we have 64-bit version of dependency libraries installed?

Re: STK on Windows7 64bit found error

PostPosted: 30 Mar 2013, 07:30
by sj04736
The dependencies I compiled to build 64-bit binaries are here: http://downloads.tuxfamily.org/stkaddon ... t-deps.zip - as hiker mentioned, you might have to make some changes to the project configuration for it to compile properly. The project should be up-to-date, unless I'm missing recent changes within the last week or two.

Use this at your own risk, at least one other person has reported not being able to make it run with these dependencies. I would recommend building 32-bits just because the official dependency pack is better tested than the libraries I compiled.