SquallATF
SquallATF
My system Language for non-Unicode programs set en-US, but my system local is zh-CHS, most characters are question marks in GUI
I am getting this error when integrating opencv to image
stage2 build will failed because llvm runtimes not found. llvm14 support `LLVM_ENABLE_RUNTIMES` maybe useful for bootstrap build. eg. https://github.com/llvm/llvm-project/blob/5f66e721ec1d099cf2370235ce122cf47c287308/clang/cmake/caches/CrossWinToARMLinux.cmake#L54-L56
windows can use msys2 or cygwin
package.json中main设置不正确参考[jquery](/jquery/jquery/blob/master/package.json#L6) dist文件未更新 我现在是用的webpack提供的resolve映射的js文件 ```javascript resolve: { alias: { dialog: "dialog/dist/dialog", "mobile-select-area": "mobile-select-area/dist/mobile-select-area" } } ``` 但是这样写了后对css的引用就会变成 ```javascript require("mobile-select-area/../../dist/mobile-select-area.css") ```
lldb-mi.exe under `E:\llvm14\bin\`, and source file under `K:\Work\cmaketest\hello.c`, mingw crt source under `E:\Source\git\mingw-w64\mingw-w64-crt`, the `-stack-list-frames` result is >```stack: [frame={level=0,addr=0x00007ff6449f148d,func=main,file=hello.c,fullname=/K:/Work/cmaketest/hello.c,line=5},frame={level=1,addr=0x00007ff6449f13d7,func=__tmainCRTStartup,file=crtexe.c,fullname=E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c,line=321},frame={level=2,addr=0x00007ff6449f1436,func=mainCRTStartup,file=crtexe.c,fullname=E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c,line=202},frame={level=3,addr=0x00007fff162d244d,func=BaseThreadInitThunk,file=??,fullname=??,line=-1},frame={level=4,addr=0x00007fff16fadf88,func=RtlUserThreadStart,file=??,fullname=??,line=-1}]``` when I start `lldb-mi.exe` from `C:\`, the `-stack-list-frames` changed to >```stack=[frame={level="0",addr="0x00007ff6449f1486",func="main",file="hello.c",fullname="/K:/Work/cmaketest/hello.c",line="4"},frame={level="1",addr="0x00007ff6449f13d7",func="__tmainCRTStartup",file="crtexe.c",fullname="/E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c",line="321"},frame={level="2",addr="0x00007ff6449f1436",func="mainCRTStartup",file="crtexe.c",fullname="/E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c",line="202"},frame={level="3",addr="0x00007fff162d244d",func="BaseThreadInitThunk",file="??",fullname="??",line="-1"},frame={level="4",addr="0x00007fff16fadf88",func="RtlUserThreadStart",file="??",fullname="??",line="-1"}]```...
as return value the register order is v1 v0 should modify `allegrex.cspec` line 58 like this ```xml ``` and as parameter like `SceOff sceIoLseek(SceUID fd, SceOff offset, int whence)` the...
browser forwarder bridge doesn't work properly on chromium based browsers when early data is enabled
## What version of V2Ray are you using? V2Ray 4.45.2 ## What problems have you encountered? When using a chromium based browser as a forwarder, the forwarding browser cannot connect...
get black screen
via https://clang.llvm.org/docs/UsersManual.html#configuration-files Using configuration file can reduce one process invoke but no `ccache` support, `clang clang++ gcc g++ cc c++` can support configuration file but ` c99 c11 as` can...