-
While trying to install luasocket on a fairly new windows installation, I started getting the following error:
```
In file included from src/socket.h:18,
from src/inet.h:18,
…
-
This library is not compatible with `WIN32_LEAN_AND_MEAN` definition. It fails to find struct `timeval` which is normally found by `windows.h` header. But with `WIN32_LEAN_AND_MEAN` this header is exc…
-
I'm trying to build libimobiledevice on Windows. Now I'm stuck at
```
$ make
make all-recursive
make[1]: Entering directory `/c/Users/beci/source/libimobiledevice'
Making all in common
make[2]: Ente…
-
### Windows Version
Microsoft Windows [Version 10.0.19045.4651]
### WSL Version
WSL version: 2.0.14.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
Default Versio…
c0nsy updated
3 months ago
-
I am cross-building ADIOS2 2.10.1 for Windows ( x86_64-w64-mingw32) to create a DLL that can be used from Julia. See for details.
Building for this architecture worked with ADIOS 2.9 with a few pa…
-
BPO | [28708](https://bugs.python.org/issue28708)
--- | :---
Nosy | @pfmoore, @pitrou, @tjguk, @njsmith, @asvetlov, @zware, @desbma, @eryksun, @zooba, @andzn, @nicoleallen
PRs | python/cpython#13842py…
-
I've tried to install Octopress on Windows a couple of times, the most recent using chocolatey and the instructions shown here: http://thaiat.github.io/blog/2014/03/13/how-to-install-and-use-octopress…
-
Is this a warning or an error?
`* installing *source* package 'doRedis' ...
** пакет 'doRedis' удачно распакован, MD5 sums проверены
** using staged installation
** libs
C:/RBuildTools/3.5/mingw_…
-
MSVC gettimeofday implementation rely on the definition of timeval provided by winsock2.h
https://learn.microsoft.com/en-us/windows/win32/api/winsock2/ns-winsock2-timeval
typedef struct timeval {
…
-
## Motivation
We'd like to be able to build TCP and UDP clients that fully run on WebAssembly runtime. We'd like to be able to build clients like HTTP or low-latency UDP-based protocols (e.g. RTP). T…