Is there a Win x64 Version?

1am3r

17-11-2010 22:39:05

I searched around and got the svn version, but it seams it's not possible to compile for win x64.
Did i miss something, or if not, is a x64 Version planned?

stickymango

18-11-2010 17:28:06

What issues are there with x64?

1am3r

18-11-2010 19:11:21

I get the following errors:


1>Link:
1> Creating library ./lib\OgreOggSound.lib and object ./lib\OgreOggSound.exp
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_read
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_seekable
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_open_callbacks
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_info
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_comment
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_clear
1>OgreOggStaticSound.obj : error LNK2001: unresolved external symbol ov_time_total
1>OgreOggStreamSound.obj : error LNK2001: unresolved external symbol ov_time_seek
1>./lib\OgreOggSound.dll : fatal error LNK1120: 8 unresolved externals


I think the problem is that the static libs in dependencies are win32 instead of x64. Is there a source package for the dependencies somewhere?

stickymango

19-11-2010 09:19:43

Yeah, that could be an issue, source for the dependencies can be downloaded here: dependency source

NOTE:- you'll need to rename the folders to just 'ogg' and 'vorbis' I think.

1am3r

19-11-2010 22:50:00

Thanks, i will try it.