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(a)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