19.08.2022 13:15, Gabor Boros wrote:
2022.08.19. 10:54 keltezéssel, Vlad Khorsun írta:
   It shows that preprocessing was failed. Look for the following line at 
console:

Preprocessing the source files needed to build gpre and isql...

Few lines after there should be few blocks like:

Processing burp/backup.epp
Calling GPRE for burp/backup.epp
         1 file(s) moved.


Show it here, please.


Preprocessing the source files needed to build gpre and isql...
    The file:
      "C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\Common7\Tools\\..\..\VC\Auxiliary\Build\vcvarsall.bat" AMD64
    has already been executed.


    Setting Environment Variables thus...

    vs_ver=msvc15
    FB_VSCOMNTOOLS=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\Common7\Tools\
    platform=x64
    msvc_version=15
    db_path=R:/FIREBI~1
    root_path=R:\FIREBI~1

    (End of setenvvar.bat)

...

Processing yvalve/blob.epp
Calling GPRE for yvalve/blob.epp
         1 file(s) moved.

  Here is missed lines about preprocessing of dsql/metd.epp, dsql/DdlNodes.epp 
and dsql/PackageNodes.epp
Check, please, presence of src/dsql/*.epp files

  Also, ensure your preprocess.bat contains following line:

::===========
:BOOT_PROCESS
@echo.
@set GPRE=%FB_BOOT_BIN_DIR%\gpre_boot -lang_internal
@for %%i in (backup, restore, OdsDetection) do @call :PREPROCESS burp %%i -ocxx 
-m
@for %%i in (extract, isql, show) do @call :PREPROCESS isql %%i -ocxx
@for %%i in (dba) do @call :PREPROCESS utilities/gstat %%i

@set GPRE=%FB_BOOT_BIN_DIR%\gpre_boot
@for %%i in (alice_meta) do @call :PREPROCESS alice %%i
@for %%i in (array, blob) do @call :PREPROCESS yvalve %%i
@for %%i in (metd, DdlNodes, PackageNodes) do @call :PREPROCESS dsql %%i -gds_cxx       
<<< HERE
@for %%i in (gpre_meta) do @call :PREPROCESS gpre/std %%i


  At last, ensure your .bat files contains Windows-style EOL's (crlf), not Unix 
style.

Processing gpre/std/gpre_meta.epp
Calling GPRE for gpre/std/gpre_meta.epp
         1 file(s) moved.

Regards,
Vlad


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to