Thomas Bleher
Thomas Bleher
The libstdc++ bundled with G++ 4.8.1 on OpenSUSE 13.1 does not have a move constructor for std::stringstream, and copying is forbidden. Work around this by constructing the std::stringstream directly.
osi-visualizer currently depends on OpenGL 4.3 (Core profile). Unfortunately, Linux inside VMWare only supports OpenGL 3.3. This means that osi-visualizer cannot currently be used in a VMWare environment. It would...
The OSI GroundTruth provides a field `proj_string` to describe a mapping between the coordinates used in OSI and global world coordinates. My understanding is that ideally one would copy the...
I have a repo with submodules in it. Now one of the repos will need to be converted to Git LFS. This will change all its commit hashes. Git LFS...
I started using wheel2deb today, and want to first of all say that it is a great tool :) However, I found one problem: it uses a hardcoded `/tmp/wheel2deb` folder....
Freetype-gl uses several functions that are only declared on Linux if GL_GLEXT_PROTOTYPES is defined. Define GL_GLEXT_PROTOTYPES, to get prototypes for functions like glGetAttribLocation. Since C99, prototypes are needed for all...
Thank you for the builds of wine - these are extremely helpful to me! I have just one question: would it be possible to run the build for wine-devel more...
Note: this bug is not specific to the installer, but this seems the best place to track it and collect infos on it. Sometimes Logos can get into a situation...
PEAR still wants to install v1.0.0, which doesn't work with modern versions of PHP (tested with PHP 8.1 on Ubuntu 22.04). Installing via composer works without issue. Only describe the...
Found by codespell