einstein95 / desmumewii

Automatically exported from code.google.com/p/desmumewii
GNU General Public License v3.0
0 stars 0 forks source link

I can´t compile r180 #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hello i can´t compile r180. bevor i have compile all versions. now there a 
lot of errors at compiling with defkit

Original issue reported on code.google.com by alugi...@googlemail.com on 2 May 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Nothing between r179 and r180 would cause any compile errors.  If you're just 
looking
for the binary.  Here's the unofficial builds
http://fabi2800.ath.cx/desmumewii/index.php?dir=&sort=date&order=desc

Original comment by iamsca...@gmail.com on 2 May 2010 at 7:22

GoogleCodeExporter commented 9 years ago
im getting this error in main. I already have that compilation from that page 
but i 
want to make it by my own.

main.cpp
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp: In function 'int 
main(int, 
char**)':
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:205: error: cannot 
convert 
'const char*' to 'PARTITION_INTERFACE' for argument '1' to 'bool 
fatUnmount(PARTITION_INTERFACE)'
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:206: error: 
'__io_wiisd' was 
not declared in this scope
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:207: error: 
'fatMountSimple' 
was not declared in this scope
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:211: error: cannot 
convert 
'const char*' to 'PARTITION_INTERFACE' for argument '1' to 'bool 
fatUnmount(PARTITION_INTERFACE)'
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:213: error: 
'__io_usbstorage' was not declared in this scope
c:/devkitPro/examples/wii/DesmumeWii/source/src/main.cpp:213: error: 
'fatMountSimple' 
was not declared in this scope

Original comment by techx3@gmail.com on 2 May 2010 at 11:43