--- tobitosso patriciak784-ros@yahoo.de schrieb:
I want to build. revision 18766 of ReactOS I typed in mingw32-make bootcd in my MSYS window but GCC (both, 3.4.2 and 3.4.4) return these errors in mingw.cpp: [CC] toolsrbuildbackendmingwmingw.cpp tools\rbuild\backend\mingw\mingw.cpp:18:23: ../../pch.h: No such file or directory . . . When I replace "#include "../../pch.h" with "#include "pch.h", the erros does not occur any more. This error occurs also in other files and its just the same so I only write what I replaced with what in which file(the base dir I am using for this is tools\rbuild: backend/mingw/mingw.h: #include "../backend.h" -> #include "backend/backend.h" backend\mingw/modulehandler.h #include "../backend.h" -> #include "backend/backend.h" backend/mingw/mingwmodulehandler.cpp: #include "../../pch.h" -> #include "pch.h" #include "../../rbuild.h" -> #include "rbuild.h" backend/mingw/proxymakefile.cpp: #include "../../pch.h" -> #include "pch.h" backend\devcpp/devcpp.h: #include "../backend.h" -> #include "backend/backend.h" backend\msvc/genguid.cpp: #include "../../pch.h" -> #include "../../../pch.h" backend\msvc/msvc.h: #include "../backend.h" -> #include "../../backend.h" backend\msvc/msvc.cpp: #include "../mingw/mingw.h" -> #include "../../mingw/mingw.h" backend\backend.cpp: #include "../pch.h" -> #include "pch.h" #include "../rbuild.h" -> #include "rbuild.h" backend\backend.h: #include "../rbuild.h" -> #ifndef __MSVC_H__ #include "rbuild.h" #else #include "../rbuild.h" #endif
Now building rbuild works.
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
I have to add that everything could get better if the makefile is changed because actually the include directives are right but GCC looks at the wrong places because of the makefiles.
___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de