-
| | |
|--------------------|----|
| Bugzilla Link | [PR45356](https://bugs.llvm.org/show_bug.cgi?id=45356) |
| Status | NEW |
| Importance | P normal |
|…
-
I am trying nimqt on windows with QT 6.6.1
First I was getting errors like this:
`.nimble\pkgs\nimqt-0.1\nimqt\qtcore\qstring.nim(189, 1) Error: redefinition of 'arg'; previous declaration here: .n…
-
I get a compilation error when compiling examples from the examples folder:
`C:\Users\user\nimqt\examples>nim cpp -r hello.nim
Hint: used config file 'D:\nim-2.0.2\config\nim.cfg' [Conf]
Hint: used…
-
**Description**
I declare in my Swift module two entities - swift class and function, that returns instance of that class. In Swift header they are in wrong order, so C++ function doesn't compile wit…
-
### Description of Issue
```
FAILED: pxr/base/tf/CMakeFiles/tf.dir/pyErrorInternal.cpp.obj
C:\PROGRA~1\MICROS~3\2022\PROFES~1\VC\Tools\MSVC\1442~1.344\bin\Hostx64\x64\cl.exe /nologo /TP -DBOOST_A…
DDoS updated
13 hours ago
-
Starting with C++11, we have a full range of specialized string classes... E.g., std::u8string, std::u16string... std::u8string_view, and so forth. Strictly speaking they were introduced with C++11 (…
-
https://github.com/onnx/onnx-mlir/blob/main/docs/BuildOnWindows.md
![image](https://github.com/user-attachments/assets/8867d915-bd8e-4e72-b7a4-ac82c1a45cbf)
`FAILED: src/Accelerators/CMakeFiles/…
-
wxhelper-dev-3.9.11.25 分支,大佬是否可以提供一个已经编译好的dll
用 x64 Natite Tools Command Prompt for vs 2022
x86的试过了还是不行
set SOURCE_DIR=G:/Downloads/wxhelper/app
set VCPKG_INSTALL_DIR=D:/tools/vcpkg
cmake -DCMA…
-
Run using `clangd --lit-test`
```
{
"jsonrpc": "2.0",
"id": 0,
"method": "initialize",
"params": {
"initializationOptions": {
"fallbackFlags": [
…
-
**Reporter: assefa**
**Date: 2007/02/15 - 17:39**
```
I tried to build 4.10.1 on Windows with a mapparse.c generated on a linux and
could not do it out of the box : around line 1014 here is what was …