-
The current `master` branch does not appear to link correctly out of the box on CMake. I'm getting the following error:
```
[343/376] Linking CXX executable tests
FAILED: tests tests[1]_tests.cma…
-
Hello beautiful devs,
I'm trying to build the latest release from the sources. It went well except i think the ninja install forget to create some symlink.
```
wget https://github.com/warthog-n…
-
Seems that when I build the project on my windows machine using cmake and mingw I get this string of errors after about halfway through the build. I have checked and a libuvw.a file is outputted but u…
-
Working on the Yocto Project [meta-layer](https://github.com/stefanofiorentino/meta-uvw.git) to natively list `uvw` in the OpenEmbedded Layer index and this [sample application](https://github.com/ste…
-
Library name: uvw
New version number: 2.12.1
Other information that may be useful (release notes, etc...)
current vcpkg version is 2.7.0 and it is way behind from current version.
2.12.1 uses …
-
简单描述这个 Bug:
如图
![QQ截图20210501100625](https://user-images.githubusercontent.com/5364709/116767823-2db22300-aa65-11eb-953a-1eb8ce59e427.png)
https://github.com/XTLS/Xray-core/issues/91
连接用的是这里的。另…
-
Hi,
When building UVW as a shared library (by setting BUILD_UVW_LIBS to ON) on Windows, a DLL is created but without any .lib file.
The issue is that nothing is exported using__declspec(dllexport)…