Mojca Miklavec

Results 48 issues of Mojca Miklavec

FindROOT.cmake needs some taking care of. Currently it would happily try to execute a shell script `root-config` even on Windows. I will write more details later, but I would like...

windows

The code in Gate.cc that includes getopt.h and uses getopt_long(...) to read the options doesn't work with Visual Studio. I will check the support in cygwin and MinGW just in...

windows

When compiling luasocket on Alpine Linux I get the following warning ``` /usr/include/sys/poll.h:1:2: warning: redirecting incorrect #include to ``` and in fact after some web searching it seems that `poll.h`...

While running `make check` I realized that `zzcat.exe` is a bit picky about the name you feed it: ``` $ ls Makefile test.zip zzipself.exe zzipself.o zzipsetstub.exe zzipsetstub.o $ ../bins/zzcat.exe test...

With a bunch of tests on msys2, the `zip` binary was not found during configuration: ``` checking for zip... no checking for pkzip... no ``` this apparently prevents some tests...

Rationale for this change: I wanted to create a 64-bit image using a VM inside macOS running on a M1 chip (the image creation is super fast compared to the...

This minimal change allows a cleaner way to change the port and baud rate when the needs are slightly different. In particular, this helps a lot under Windows where there's...

I cannot get the `ssh-agent` working in combination with https://github.com/msys2/setup-msys2 ``` Cloning into 'private-repository-I-fetch-via-cmake-fetchcontent'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have...

help wanted

I described the problem in https://github.com/webfactory/ssh-agent/issues/149 and I'm not actually sure which action needs to be fixed, but it would certainly be helpful to collaborate to find a suitable solution....

question

Hi, is anyone willing to help me with adapting the LaTeX bundle to the extent that some of its bits and pieces could be reused for the ConTeXt bundle? ConTeXt...

Question