Tab Nahida
Tab Nahida
Linking CXX shared library bin\libPocoActiveRecord.dll FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -O2 -g -DNDEBUG -shared -o bin\libPocoActiveRecord.dll -Wl,--out-implib,lib\libPocoActiveRecord.dll.a -Wl,--major-image-version,102,--minor-image-version,0 ActiveRecord/CMakeFiles/ActiveRecord.dir/src/ActiveRecord.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/IDTraits.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/StatementPlaceholderProvider.cpp.obj lib/libPocoData.dll.a lib/libPocoFoundation.dll.a -liphlpapi -lkernel32...
I have changed my xmake.lua into ```lua set_languages("c++20") set_policy("build.c++.modules", true) add_rules("mode.debug", "mode.release") add_requires("conan::poco/1.13.3",{alias = "poco",configs = {settings = "compiler.cppstd=20"}}) target("P1") set_kind("static") add_files("_2248_.cpp") target("main") set_kind("binary") add_files("main.cpp") add_packages("poco") add_deps("P1") ``` However, I...
> > C:\Users\TabYe.conan2\p\b\sqlit563229e676c43\b\src\shell.c(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\TabYe.conan2\p\b\sqlit563229e676c43\b\build\sqlite3-bin.vcxproj] > > 这种安装错误,你应该到 conan 那边去反馈,conan 包问题,跟 xmake 没啥关系 Thank you.
> Thank you for contributing to the project! > > > > This looks useful. Perhaps we can add this to the [discussions](https://github.com/Genivia/RE-flex/discussions/categories/general) as a general suggestion for users on...
> pr #11 稍微看了下,里面全是 2格锁进,变4格锁进的改动. 改动行数过多(看上去几乎整个项目每行都改了), 很容易和其他pr冲突. 并且这个pr的描述信息很少.用 clippy 有啥好处?没讲. 为啥别人有动力去去和你的pr? Twhice's pr is just a sample about how to improve the quality of this shitting code. Although she just...
Very Good (Indian accent)! You successfully weak me up @yiyueawa . Go to hell. And I have seen the whole incident. @yiyueawa said is true. And I believe that the...
> @TabNahida > > > And I have seen the whole incident > > #12 在我发表改正文时只有20 comments, 但我今天回到这里时发现#12不仅404了, 而且我pinned #12的状态还表示comments数已经达到了56. > > 我想了解这期间发生了什么, 导致了不仅#10到#12变为404状态, 且@twhice的Github账户也变为了404状态. I do not know. But...
> > @TabNahida > > > And I have seen the whole incident > > > > > > #12 在我发表改正文时只有20 comments, 但我今天回到这里时发现#12不仅404了, 而且我pinned #12的状态还表示comments数已经达到了56. > > 我想了解这期间发生了什么, 导致了不仅#10到#12变为404状态, 且@twhice的Github账户也变为了404状态....
> > > @TabNahida > > > > And I have seen the whole incident > > > > > > > > > #12 在我发表改正文时只有20 comments, 但我今天回到这里时发现#12不仅404了, 而且我pinned #12的状态还表示comments数已经达到了56....
Rust use LLVM to support different arch. And LLVM support cross toolchain compile. So it is easy to support arm.