How to compile ReactOS from source code (in Windows 10)

preview_player
Показать описание

Thanks for watching! Make sure to like this video, share it with your friends and subscribe, so you don't miss any of my future videos.
Also, stay tuned for a BIG announcement.

#reactos
Рекомендации по теме
Комментарии
Автор

Don't forget to like this video and subscribe! Also, you can follow me on Twitter @ twitter.com/NTDEV_ to see what I've been working on for the last few days! It's something that a lot of people asked me to do!

NTDEV
Автор

Thanks to your tutorial I managed to compile ReactOS by myself!

qcedl
Автор

I want to see the ReactOs explorer/desktop environment running on Windows 10

alexthelion
Автор

[3/3698] Linking C executable
FAILED:
An error occured loading
[8/3698] Building C object
ninja: build stopped: subcommand failed.

pjmclenon
Автор

ninja all
[10/296] Building C object
warning: "NONAMELESSUNION" redefined
#define NONAMELESSUNION

<command-line>: note: this is the location of the previous definition
[13/296] Building C object
dll/win32/dbghelp/type.c:25: warning: "NONAMELESSUNION" redefined
#define NONAMELESSUNION

<command-line>: note: this is the location of the previous definition
[64/296] Building C object
In function 'main':
warning: implicit declaration of function 'ftruncate'; did you mean 'strncat'?
if (ftruncate(fileno(fp), isostat.st_size + padding))

strncat
[92/296] Building C object
In function 'eaccess':
warning: implicit declaration of function 'access'; did you mean 'eaccess'?
return (access(name, mode));

eaccess
[136/296] Building C object
sdk/tools/rsym/rsym64.c:12: warning: "DPRINT" redefined
#define DPRINT if(DoPrint) printf

In file included from sdk/tools/rsym/rsym.h:4,
from sdk/tools/rsym/rsym64.c:5:
note: this is the location of the previous definition
#define DPRINT if (0) printf

sdk/tools/rsym/rsym64.c: In function 'DwDecodeCie':
warning: passing argument 1 of 'DwDecodeUleb128' from incompatible pointer type
pc += DwDecodeUleb128(&Cie->CodeAlign, pc);

note: expected 'long unsigned int *' but argument is of type 'ULONG *' {aka 'unsigned int *'}
DwDecodeUleb128(unsigned long *pResult, char *pc)

warning: passing argument 1 of 'DwDecodeSleb128' from incompatible pointer type
pc += DwDecodeSleb128(&Cie->DataAlign, pc);

note: expected 'long int *' but argument is of type 'LONG *' {aka 'int *'}
DwDecodeSleb128(long *pResult, char *pc)

warning: passing argument 1 of 'DwDecodeUleb128' from incompatible pointer type
pc += DwDecodeUleb128(&Cie->ReturnAddressRegister, pc);

note: expected 'long unsigned int *' but argument is of type 'ULONG *' {aka 'unsigned int *'}
DwDecodeUleb128(unsigned long *pResult, char *pc)

warning: passing argument 1 of 'DwDecodeUleb128' from incompatible pointer type
pc += DwDecodeUleb128(&Cie->AugLength, pc);

note: expected 'long unsigned int *' but argument is of type 'ULONG *' {aka 'unsigned int *'}
DwDecodeUleb128(unsigned long *pResult, char *pc)

[296/296] Linking C executable widl.exe

dooo.xxturtu
visit shbcf.ru