[Libreoffice-bugs] [Bug 153476] Configuration problem: checking for UCRT location fails

2023-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153476 Hossein changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Libreoffice-bugs] [Bug 153476] Configuration problem: checking for UCRT location fails

2023-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153476 Commit Notification changed: What|Removed |Added Whiteboard||target:7.6.0 -- You are

[Libreoffice-bugs] [Bug 153476] Configuration problem: checking for UCRT location fails

2023-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153476 Buovjaga changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 153476] Configuration problem: checking for UCRT location fails

2023-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153476 --- Comment #1 from Hossein --- I tried to bisect this problem with libreoffice 7.3, so I did: git checkout origin/libreoffice-7-3 But I had the same problem there. I think this can be a problem with the recent Windows 10 updates,

[Libreoffice-bugs] [Bug 153476] New: Configuration problem: checking for UCRT location fails

2023-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153476 Bug ID: 153476 Summary: Configuration problem: checking for UCRT location fails Product: LibreOffice Version: unspecified Hardware: All OS: All

Re: Configuration problem: checking for UCRT location fails

2023-01-27 Thread Stephan Bergmann
On 27/01/2023 15:33, Hossein Nourikhah wrote: Looking into some similar problems, I think there might a problem with the Windows SDK installation, or its version. UNSOLVED c1083: cannot open include file: 'stddef.h':No such file or directory

Re: Configuration problem: checking for UCRT location fails

2023-01-27 Thread Hossein Nourikhah
Hello, We have actually tried to compile and run a simple program like this, and it was successful inside the Visual Studio 2022. #include #include int main (void) { std::cout << "_MSC_VER" << std::endl; return 0; } Looking into some similar problems, I think there might a problem

Configuration problem: checking for UCRT location fails

2023-01-27 Thread Hossein Nourikhah
Hello, One of our mentees was trying to build LibreOffice on Windows using LODE. At first, he mistakenly didn't install C/C++ development workload ("Desktop development with C++") from Visual Studio 2022. He had only installed individual components that were listed in the TDF wiki. But