Herman
Herman
Elephone P8000, android 5.1. No output sound in antox, input/output in qtox fine while doing an antox qtox call or vice versa. In antox the speaker icon is crossed out....
Sorry for late response. Here's my logs: https://gist.github.com/Sheogorath2/c2b6ceeecd51daa265e16e4032b4e559 Antox 0.25.476 (15476) from google play on Android 5.1, Elephone p8000
Output of cmake with find debug mode on is here: [log.txt](https://github.com/stuntrally/stuntrally3/files/14115753/log.txt) I find it weird that it first uses the `CMake/FindBULLET.cmake` file and then also `/usr/share/cmake/Modules/FindBullet.cmake` which it is not...
I added message line for module path before finding bullet ```cmake # fix 5 bullet message(STATUS "module path: " ${CMAKE_MODULE_PATH}) find_package( Bullet REQUIRED ) ``` and it prints `/home/herman/prog/build/sr3/Dependencies/Ogre/CMake/Packages`. So...
It still cannot link static libraries in. When I compile bullet as shared libraries, it gives warnings ``` /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libBulletDynamics.so.3.20, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../lib64/libBulletWorldImporter.so, may conflict with libBulletDynamics.so.3.26 /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: warning:...
After I changed `target_link_libraries( ${EXE} ${BULLET_LIBRARIES} -lBulletWorldImporter )` to `target_link_libraries( ${EXE} ${BULLET_LIBRARIES} )` it does not link the system bullet libs anymore. Yay! > Does it mean I should rename...
I had to update sci-mathematics/flint to 3.1.3
I was able to build after applying this guy's patch https://github.com/sagemath/sage/issues/38242#issuecomment-2180437545 I have put it in /etc/portage/patches/sci-mathematics/sagemath-standard/numpy_fix.diff ```patch --- a/sage/plot/complex_plot.pyx +++ b/sage/plot/complex_plot.pyx @@ -1290,7 +1290,7 @@ def rgb_to_hls(rgb): l =...
I added analogous changes for VST Effects (some effect plugins also have lots of knobs). I also reduced max length of the search bar to 35 since this is also...
It looks like this https://github.com/user-attachments/assets/23c063a8-777f-4226-a2ad-4609786ff404 Of course it would be better to realign them on grid, but it is not obvious for me how to do that.