Am Mi., 15. Mai 2024 um 12:17 Uhr schrieb Kornel Benko:

> Am Tue, 14 May 2024 18:34:50 +0200
> schrieb Yu Jin:
>
> > Am Di., 14. Mai 2024 um 17:54 Uhr schrieb Kornel Benko:
> >
>
> ...
>
> > > Corrected at 5eaa03a1, sorry.
> > >
> >
> > Well, the 2.4.x branch still does not compile:
> >
> > Build started at 18:30...
> > 1>------ Build started: Project: support (applications\LyX\support),
> > Configuration: Debug x64 ------
> > 1>ConsoleApplication.cpp
> > 1>Package.cpp
> > 1>C:\lyx\master\src\support\Package.cpp(553,29): error C2065:
> > 'LYX_DIR_VER': undeclared identifier
> > 1>C:\lyx\master\src\support\Package.cpp(556,46): error C2065:
> > 'LYX_DIR_VER': undeclared identifier
> > 1>C:\lyx\master\src\support\Package.cpp(650,47): error C2065:
> > 'LYX_DIR_VER': undeclared identifier
> > 1>C:\lyx\master\src\support\Package.cpp(666,31): error C2065:
> > 'LYX_USERDIR_VER': undeclared identifier
> > 1>PathChanger.cpp
> > 1>gzstream.cpp
> > 1>C:\lyx\master\src\support\gzstream.cpp(92,19): warning C4244:
> > 'initializing': conversion from '__int64' to 'int', possible loss of data
> > 1>C:\lyx\master\src\support\gzstream.cpp(113,11): warning C4244:
> > 'initializing': conversion from '__int64' to 'int', possible loss of data
> > 1>gettext.cpp
> > 1>Generating Code...
> > 1>Done building project "support.vcxproj" -- FAILED.
> > ========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped
> ==========
> > ========== Build completed at 18:30 and took 03,018 seconds ==========
> >
> > or here
> >
> > Build started at 18:33...
> > 1>------ Build started: Project: LyX (applications\LyX\LyX),
> Configuration:
> > Debug x64 ------
> > 1>version.cpp
> > 1>C:\lyx\master\src\version.cpp(25,38): error C2065: 'NOTFOUND':
> undeclared
> > identifier
> > 1>C:\lyx\master\src\version.cpp(26,38): error C2065: 'NOTFOUND':
> undeclared
> > identifier
> > 1>Done building project "LyX.vcxproj" -- FAILED.
> > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
> ==========
> > ========== Build completed at 18:33 and took 00,368 seconds ==========
> >
> > not sure why it says NOTFOUND here, line 25 and 26 are actually:
> >
> > extern const int lyx_version_major = LYX_MAJOR_VERSION;
> > extern const int lyx_version_minor = LYX_MINOR_VERSION;
> >
> > Those definitions are not found though.
> >
>
> Thanks for the report. After the amend at 8edc87b6 these errors should go
> too.
>

Confirmed, now only the issue with the metainfo file remains.
-- 
  Eugene
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to