Mojca Miklavec
Mojca Miklavec
When compiling lcdf-typetools with msys2 on Windows, I had to change ```bash g++ -g -O2 -o cfftot1.exe cfftot1.o maket1font.o ../libefont/libefont.a ../liblcdf/liblcdf.a g++ -g -O2 -o otfinfo.exe otfinfo.o ../libefont/libefont.a ../liblcdf/liblcdf.a g++...
This pull requests includes various changes that I couldn't easily split into individual pull requests as they would conflict with each other, but I would be more than happy to...
I'm having troubles installing `rtmidi_python` on Windows. After checking, it seems like the project is pretty abandoned. In order to make SamplerBox working on my PC, I had to switch...
Occasionally, usually when pressing way too many keys on the keyboard, I run into the following error which makes it impossible to recover. Sometimes restarting the python app helps, sometimes...
Building MoarVM as universal binary on OS X worked in 2016.07, but fails with 2016.09: ``` src/jit/emit_x64.dasc:2381:181: warning: shift count >= width of type [-Wshift-count-overflow] dasm_put(Dst, 3847, Dt20([invoke->code_register]), invoke->spesh_cand, (unsigned...
While trying to fix https://trac.macports.org/ticket/59318 I only noticed a duplicate at https://trac.macports.org/ticket/55471 when I tried to make a pull request (I was initially working on the wrong/old/generated file). Maybe we...
We used @Korusuke's [work](https://github.com/Korusuke/MacPorts-Docker) as the basis to create a slightly more improved Docker image for MacPorts base and suggest to merge the image to the base where it makes...
A few days back one of the workers (which was experiencing some intermittent issues and seems to be ok since the reboot) stopped processing build jobs. It appears to be...
MacPorts installs ROOT6 with `-Dcxx17=ON`. As as consequence Gate fails to compile: ``` /usr/bin/clang++ -DG4INTY_USE_QT -DG4UI_USE -DG4UI_USE_QT -DG4UI_USE_TCSH -DG4VERBOSE -DG4VIS_USE -DG4VIS_USE_OPENGL -DG4VIS_USE_OPENGLQT -DG4_STORE_TRAJECTORY -F//System/Library/Frameworks -I/opt/local/libexec/root6/include/root -I/opt/local/include/libxml2 -I/path/to/gate/work/build -I/path/to/gate/work/Gate-8.1.p01/source/arf/include -I/path/to/gate/work/Gate-8.1.p01/source/geometry/include -I/path/to/gate/work/Gate-8.1.p01/source/physics/include...
In order to be able to compile for MSVC I had to comment out the following line in `CMakeLists.txt`: ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-shadow") ``` One should check for which compilers...