Re: ¿Es un bug ... es una mala implementación ... ?
Posted: Fri May 13, 2011 8:17 pm
Cuál el es la ruta completa a al arbol de código?
The Official ReactOS Forum
https://reactos.org/forum/
Sì, es justamente eso, prueba a mover "C:\Documents and Settings\xerver\reactos\trunk" a "C:\Trunk"...xerver wrote:yo uso en el path C:\Documents and Settings\xerver\reactos\trunk... no estoy seguro si es esto lo que me preguntas???.. aqui descomprimí el código que está para descargar en el link de la página de descargas de ReactOS
Code: Select all
[HOST-CC] tools\rbuild\backend\mingw\mingw.cpp
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::ProcessModules()':
tools\rbuild\backend\mingw\mingw.cpp:254: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:279: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::CheckAutomaticDependenciesForModuleOnly()':
tools\rbuild\backend\mingw\mingw.cpp:323: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:328: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::CreateMakefile()':
tools\rbuild\backend\mingw\mingw.cpp:366: error: 'fopen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::CloseMakefile() const':
tools\rbuild\backend\mingw\mingw.cpp:377: error: 'fclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateHeader() const':
tools\rbuild\backend\mingw\mingw.cpp:384: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateProjectCFlagsMacro(const char*, const IfableData&) const':
tools\rbuild\backend\mingw\mingw.cpp:398: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:405: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateGlobalCFlagsAndProperties(const char*, const IfableData&) const':
tools\rbuild\backend\mingw\mingw.cpp:421: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateProjectGccOptionsMacro(const char*, IfableData&) const':
tools\rbuild\backend\mingw\mingw.cpp:441: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:454: error: 'fputs' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateGlobalVariables() const':
tools\rbuild\backend\mingw\mingw.cpp:523: error: 'fputs' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:531: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:536: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateAllTarget(const std::vector<MingwModuleHandler*, std::allocator<MingwModuleHandler*> >&) const':
tools\rbuild\backend\mingw\mingw.cpp:590: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateRegTestsRunTarget() const':
tools\rbuild\backend\mingw\mingw.cpp:612: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateXmlBuildFilesMacro() const':
tools\rbuild\backend\mingw\mingw.cpp:625: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:640: error: 'fopen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:644: error: 'fileno' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:646: error: 'fclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:659: error: 'fclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateTestSupportCode()':
tools\rbuild\backend\mingw\mingw.cpp:686: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateCompilationUnitSupportCode()':
tools\rbuild\backend\mingw\mingw.cpp:697: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateSysSetup()':
tools\rbuild\backend\mingw\mingw.cpp:707: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateProxyMakefiles()':
tools\rbuild\backend\mingw\mingw.cpp:725: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::CheckAutomaticDependencies()':
tools\rbuild\backend\mingw\mingw.cpp:737: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateDirectories()':
tools\rbuild\backend\mingw\mingw.cpp:747: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::DetectCompiler()':
tools\rbuild\backend\mingw\mingw.cpp:770: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'std::string MingwBackend::GetVersionString(const std::string&)':
tools\rbuild\backend\mingw\mingw.cpp:833: error: 'popen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:836: error: 'feof' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:837: error: 'fgetc' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:843: error: 'pclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'std::string MingwBackend::GetBinutilsVersionDate(const std::string&)':
tools\rbuild\backend\mingw\mingw.cpp:938: error: 'popen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:941: error: 'feof' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:942: error: 'fgetc' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:948: error: 'pclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::DetectBinutils()':
tools\rbuild\backend\mingw\mingw.cpp:997: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::DetectNetwideAssembler()':
tools\rbuild\backend\mingw\mingw.cpp:1044: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::DetectPipeSupport()':
tools\rbuild\backend\mingw\mingw.cpp:1069: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:1082: error: 'fopen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:1086: error: 'fclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::DetectPCHSupport()':
tools\rbuild\backend\mingw\mingw.cpp:1101: error: 'printf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:1115: error: 'fopen' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp:1119: error: 'fclose' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::OutputInstallTarget(const FileLocation&, const FileLocation&)':
tools\rbuild\backend\mingw\mingw.cpp:1178: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::OutputRegistryInstallTarget()':
tools\rbuild\backend\mingw\mingw.cpp:1261: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateInstallTarget()':
tools\rbuild\backend\mingw\mingw.cpp:1288: error: 'fprintf' was not declared in this scope
tools\rbuild\backend\mingw\mingw.cpp: In member function 'void MingwBackend::GenerateTestTarget()':
tools\rbuild\backend\mingw\mingw.cpp:1319: error: 'fprintf' was not declared in this scope
make.exe: *** No rule to make target `makefile.auto', needed by `all'. Stop.
Total Build Time: 00:00:03
Aqui gabriel hizo un video para seguir los pasos:xerver wrote:aqui descomprimí el código que está para descargar en el link de la página de descargas de ReactOS