mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +00:00
- GMP: name the parameters in the configure probe from 0001-GMP_GCC15.patch. Unnamed parameters are a hard error on GCC 10 and older, so configure failed there. - TBB: turn off the automatic hwloc search so a system libhwloc-dev is not picked up. - scripts/linux.d/debian: run apt update before checking which webkit2gtk package exists, and prefer webkit2gtk-4.1 since the build requires it. Add automake, which MPFR's autoreconf needs.
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
--- GMP/acinclude.m4 2025-05-14 18:50:11.396354745 -0400
|
|
+++ GMP/acinclude.m4.2 2025-05-14 18:57:20.757853503 -0400
|
|
@@ -609,7 +609,7 @@
|
|
|
|
#if defined (__GNUC__) && ! defined (__cplusplus)
|
|
typedef unsigned long long t1;typedef t1*t2;
|
|
-void g(){}
|
|
+void g(int a,t1 const*b,t1 c,t2 dd,t1 const*e,int ff){}
|
|
void h(){}
|
|
static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0)
|
|
{t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;}
|
|
|
|
--- GMP/configure 2025-05-14 19:33:35.730593315 -0400
|
|
+++ GMP/configure 2025-05-14 19:35:37.805619186 -0400
|
|
@@ -6526,7 +6526,7 @@
|
|
|
|
#if defined (__GNUC__) && ! defined (__cplusplus)
|
|
typedef unsigned long long t1;typedef t1*t2;
|
|
-void g(){}
|
|
+void g(int a,t1 const*b,t1 c,t2 dd,t1 const*e,int ff){}
|
|
void h(){}
|
|
static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0)
|
|
{t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;}
|
|
@@ -8145,7 +8145,7 @@
|
|
|
|
#if defined (__GNUC__) && ! defined (__cplusplus)
|
|
typedef unsigned long long t1;typedef t1*t2;
|
|
-void g(){}
|
|
+void g(int a,t1 const*b,t1 c,t2 dd,t1 const*e,int ff){}
|
|
void h(){}
|
|
static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0)
|
|
{t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;}
|