PDA

View Full Version : Compile Error: iso9660


shamgar03
2008-02-20, 03:44
I am getting the following compile error:

cast from 'CXHandle*' to 'int' loses precision
iso9660.cpp: In member function 'iso9660::isofile* iso9660::GetFileContext(CXHandle*)':
iso9660.cpp:986: error: cast from 'CXHandle*' to 'int' loses precision
make[1]: *** [iso9660.o] Error 1

This would probably be a 64 bit error. Is 64 bit not supported yet?

I also get a lot of these warnings:
../xbmc/linux/XSyncUtils.h:18: warning: '__stdcall__' attribute ignored
../xbmc/linux/XSyncUtils.h:21: warning: '__stdcall__' attribute ignored
../xbmc/linux/XSyncUtils.h:25: warning: '__stdcall__' attribute ignored
../xbmc/linux/XSyncUtils.h:26: warning: '__stdcall__' attribute ignored

This would make me think that I have a different version of GCC, but I am running gcc 4.2

BLKMGK
2008-02-20, 04:35
64bit not yet there I don't think. There's a discussion in the Developer's corner http://www.xboxmediacenter.com/forum/showthread.php?t=27155 that might be helpful