Hello saeid,
Which version of ReactOS are you trying to compile (I suppose it is 0.3.9 according to your directory naming) ?
Since revision 55855 (5 months ago), the good old build system, rbuild , has been removed and a new build system has been set up : cmake.
With the version 2.0 of the ReactOS Build Environment, after checking-out the LAST version of ReactOS (with svn), supposing you downloaded the code under D:\reactcode\reactos0314 and you want to generate the output (binary) files under D:\rosbuilds\reactos0314 , do at the command prompt :
cd D:\rosbuilds\reactos0314
D:\reactcode\reactos0314\configure.cmd
(you are still under D:\rosbuilds\reactos0314)
cd host-tools
makex all
(the makex command allows you to launch many compilations in parallel. Otherwise use make)
cd ..\reactos
makex all
To build the boot- and the live-cds, do :
makex bootcd
makex livecd
All things would work, now.
Cheers,
Hermès.
PS: if you want to compile ReactOS 0.3.9, try to download first an old version of the ReactOS Build Environment (on sourceforge.net), and then try again.
De : ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] De la part de saeid Envoyé : vendredi 10 août 2012 19:14 À : react os Objet : [ros-dev] (no subject)
i cant make the code
Am 10.08.2012 21:11, schrieb Hermès BÉLUSCA - MAÏTO:
cd D:\rosbuilds\reactos0314
D:\reactcode\reactos0314\configure.cmd
(you are still under D:\rosbuilds\reactos0314)
small correction: you should now be under D:\rosbuilds\reactos0314\output-mingw-i386
otherwise perfect explanation :)
Cheers, Timo
saeid it_en_sarami@yahoo.com wrote:
i cant make the code
Looking at the screenshot, I assume that you try to compile ReactOS 0.3.9 with the latest ReactOS Build Environment. This is not compatible as the build environment is much newer than your ReactOS version. See the version Wiki pages (like http://www.reactos.org/wiki/0.3.9) to find out what build environment has been used for what ReactOS version.
I recommend you to try out the latest ReactOS code by using the "ssvn create" command to retrieve the current SVN version.
Cheers,
Colin