Open the-Arioch opened 2 years ago
I wish there was an option to have single-CPU install, to see the exact sequence leading to the ocmpilation error...
as for LazBuild,exe it has the --language=en
option, but it might be not enough for ppc/make/linker or other tools, and generaly for Windows (OS) error messages those tools can channel into stdout/stderr
See the error messages. Either you should enforce English-only messages, something like
export LC_ALL=C
on Linux. Or you should use proper codepage to convert from (seeGetOEMCP()
in MSDN, dunno if the LCL GUI is using UTF-8 or WindowsGetACP()
as the target codepage)P.S. Meanwhile i still can not install Laz 2.2 over Lax 2.0 keeping the packagees and using fpcupdeluxe. OPM requires Laz-VTV and Laz-VTV seems to break Laz 2.2 (or maybe fpcupdeluxe can not detect and update laz-VTV).
I probably can install using clean slate, but that would be losing OPM and other selected and installed packages...
See the error messages. Either you should enforce English-only messages, something like
export LC_ALL=C
on Linux. Or you should use proper codepage to convert from (seeGetOEMCP()
in MSDN, dunno if the LCL GUI is using UTF-8 or WindowsGetACP()
as the target codepage)P.S. Meanwhile i still can not install Laz 2.2 over Lax 2.0 keeping the packagees and using fpcupdeluxe. OPM requires Laz-VTV and Laz-VTV seems to break Laz 2.2 (or maybe fpcupdeluxe can not detect and update laz-VTV).
I probably can install using clean slate, but that would be losing OPM and other selected and installed packages...
It relies on encoding, so works well on the old Windows version, on the newer one FPC.exe refuses to understand non-ANSI characters even in directory names. Must be a (most)minor issue
FPC.exe refuses to understand non-ANSI characters even in directory names.
Does your language have the same or different codepages for GUI(ANSI) or TUI(OEM) applications? Your GetACP() and GetOEMCP() values ?
Thanks for your extensive investigation of this issue. What is important now: is this a fpcupdeluxe issue ? (might also be a limitation of FPC.exe itself, as you mentioned) And, if the answer is yes: how can this be solved ?
See the error messages. Either you should enforce English-only messages, something like
export LC_ALL=C
on Linux. Or you should use proper codepage to convert from (seeGetOEMCP()
in MSDN, dunno if the LCL GUI is using UTF-8 or WindowsGetACP()
as the target codepage)P.S. Meanwhile i still can not install Laz 2.2 over Lax 2.0 keeping the packagees and using fpcupdeluxe. OPM requires Laz-VTV and Laz-VTV seems to break Laz 2.2 (or maybe fpcupdeluxe can not detect and update laz-VTV).
I probably can install using clean slate, but that would be losing OPM and other selected and installed packages...