MathewWi / vba-wii

Automatically exported from code.google.com/p/vba-wii
0 stars 0 forks source link

Compilation problems with r538 on Windows/MSYS #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install devKitPro with Windows installer (1.5.0)
2. Recompile vba-wii (revision 538 from svn) by typing "make" in MSYS

Output:

make -f Makefile.wii
make[1]: Entering directory `/home/Isaac/vba-wii'
audio.cpp
filebrowser.cpp
fileop.cpp
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp: In function 'bool MountD
VD(bool)':
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp:306:25: error: too many a
rguments to function 'BOOL ISO9660_Unmount()'
c:/devkitPro/libogc/include/iso9660.h:13:6: note: declared here
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp:320:36: error: too many a
rguments to function 'BOOL ISO9660_Mount()'
c:/devkitPro/libogc/include/iso9660.h:12:6: note: declared here
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp: In function 'bool ParseD
irEntries()':
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp:520:14: error: 'struct di
rent' has no member named 'd_type'
c:/devkitPro/msys/home/Isaac/vba-wii/source/fileop.cpp:520:22: error: 'DT_DIR' w
as not declared in this scope
make[2]: *** [fileop.o] Error 1
make[1]: *** [build_wii] Error 2
make[1]: Leaving directory `/home/Isaac/vba-wii'
make: *** [wii] Error 2

Does this issue occur on VBA-M r781 -
http://visualboyadvance-m.googlecode.com/files/VisualBoyAdvance781.7z ?
If so, please report the issue to the VBA-M forum.
*No, this is a function for reading DVDs - it's specific to libogc from what I 
can tell

What version are you using? On GameCube or Wii?
*Wii version

Are you using the official build (from the downloads page or auto-update)?
*Using the SVN build r538

Please provide any additional information below.
*I think this might be two separate problems - one with the ISO9660 functions 
and another with d_type.

Original issue reported on code.google.com by maybewa...@gmail.com on 6 Apr 2011 at 1:56

GoogleCodeExporter commented 9 years ago
sorry, you need libogc SVN and an unreleased devkitpro to compile SVN as-is.

Original comment by dborth@gmail.com on 6 Apr 2011 at 2:03