Pro-pra

Results 27 comments of Pro-pra

$ go version go version go1.16.7 linux/amd64

Thank you, update golang help me.

hmmm may be https://github.com/GreycLab/gmic-community/commit/312e1d286bed4935bde02e2501d548ab945a3d8e not needed? yes revert this patch help me, and i add symlink to CImg.h

Thank you, may build fine with this patch

https://svnweb.mageia.org/packages/cauldron/stuntrally/current/SOURCES/stuntrally-2.6.1-bullet-double.patch?revision=1919688&view=markup this link not opening :(

hmmm.... 1. i patch and rebuild bullet 2. patch stuntrally and build with patched bullet Build fail. Need more build option?

Bullet spec and patch https://abf.io/import/bullet and build log https://file-store.rosalinux.ru/api/v1/file_stores/1c7071253cdfd069418dcdd3fb7943acfecbac3b.log?show=true stuntrally spec and patch https://abf.io/import/stuntrally and build log https://file-store.rosalinux.ru/api/v1/file_stores/71cca51d72afce097c9ecc3de2d78c20f4546445.log?show=true

-DBT_USE_DOUBLE_PRECISION need in stuntrally? i set it and see in build log: > Manually-specified variables were not used by the project: > BT_USE_DOUBLE_PRECISION For stuntrally-2.7 i rediff patch https://abf.io/import/stuntrally/blob/rosa2021.1/stuntrally-2.7-bullet-double.patch its...

strange to see file in include without .h extension... this fact made me doubt

My attempt patch for ppp-2.5.0 ``` diff -ruN a/configure b/configure --- a/configure 2025-01-12 12:09:26.719518784 +0900 +++ b/configure 2025-01-12 12:13:23.456540826 +0900 @@ -21030,7 +21030,7 @@ *) ppp_path="$with_ppp" ;; esac -level_file="$ppp_path/include/pppd/patchlevel.h" +level_file="$ppp_path/include/pppd/pppdconf.h"...