Compile Error: iso9660
#1
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
Reply
#2
64bit not yet there I don't think. There's a discussion in the Developer's corner http://www.xboxmediacenter.com/forum/sho...hp?t=27155 that might be helpful
Openelec Gotham, MCE remote(s), Intel i3 NUC, DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoded with Handbrake to x.264. Yamaha receiver(s)
Reply

Logout Mark Read Team Forum Stats Members Help
Compile Error: iso96600