Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Description
I tried to build ReactOS in "Visual Studio 15 2017" as follows:
set PATH=C:\RosBE\bin;%PATH%
|
configure -DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1 VSSolution
|
Errors happened.
In Japanese:
454>cl : コマンド ライン warning D9025: '/DREACTOS_SOURCE_DIR="C:/Users/katahiromz/reactos"' より '/UREACTOS_SOURCE_DIR' が優先されます。
|
...
|
454>asmshader.y(318): error C2065: 'REACTOS_SOURCE_DIR': 定義されていない識別子です。 (ソース ファイルをコンパイルしています C:\Users\katahiromz\reactos\dll\directx\wine\d3dcompiler_43\asmshader.tab.c)
|
454>asmshader.y(323): error C2065: 'REACTOS_SOURCE_DIR': 定義されていない識別子です。 (ソース ファイルをコンパイルしています
|
...
|
In English I translated:
454>cl : command line warning D9025: '/UREACTOS_SOURCE_DIR' takes precedence over '/DREACTOS_SOURCE_DIR="C:/Users/katahiromz/reactos"'.
|
454>asmshader.y(318): error C2065: 'REACTOS_SOURCE_DIR': Undefined identifier (compiling source file
|
Attachments
Issue Links
- duplicates
-
CORE-15991 [VSSolution] Loads of "error C2065: 'REACTOS_SOURCE_DIR' : undeclared identifier"
- Resolved