gcfavorites / wiixplorer

Automatically exported from code.google.com/p/wiixplorer
1 stars 0 forks source link

MD5Logger.cpp build errors #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout revision 218
2. open WiiXplorer.pnproj
3. alt+1 to begin make

What is the expected output? What do you see instead?
Expect to see MD5Logger.cpp build.  Instead see

MD5Logger.cpp
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp: In member 
function 'bool MD5Logger::CalculateDirectory(const char*, bool)':
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp:218:30: error: 
'diropen' was not declared in this scope
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp:231:15: error: 
'dirclose' was not declared in this scope
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp:241:33: error: 
'dirnext' was not declared in this scope
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp:248:16: error: 
'dirclose' was not declared in this scope
c:/projects/wii/wiixplorer/source/FileOperations/MD5Logger.cpp:271:14: error: 
'dirclose' was not declared in this scope
make[1]: *** [MD5Logger.o] Error 1
"make": *** [build] Error 2

What version of the product are you using? On what operating system?
Revision 218
Windows 7 64

Please provide any additional information below.
First attempt at building wiixplorer; successfully built and installed libs 
from svn.

Original issue reported on code.google.com by noah....@gmail.com on 4 Sep 2011 at 9:45

GoogleCodeExporter commented 9 years ago
The revisions above r212 are wip revisions. Not ment for public compilation.

Original comment by dimok...@hotmail.de on 5 Sep 2011 at 7:51