La recherche a retourné 41 résultats

par sagitter
mer. juin 10, 2026 8:04 pm
Forum : Giac
Sujet : syntax error near unexpected token `fi'
Réponses : 5
Vues : 3234

Re: syntax error near unexpected token `fi'

parisse a écrit :
jeu. mai 21, 2026 1:27 pm
There is indeed a misplaced fi in configure.ac, the fixed version is
https://www-fourier.univ-grenoble-alpes ... nfigure.ac
I have checked on my side, it seems ok. Does it fix your issue?
Sorry for late reply.
Yes, it's working now.
par sagitter
mer. mai 20, 2026 6:27 pm
Forum : Giac
Sujet : syntax error near unexpected token `fi'
Réponses : 5
Vues : 3234

Re: syntax error near unexpected token `fi'

Is there any reason to regenerate the configure script?
Make recalls aclocal-1.16 and automake-1.16 which are not available in Fedora
par sagitter
sam. mai 16, 2026 4:51 pm
Forum : Giac
Sujet : syntax error near unexpected token `fi'
Réponses : 5
Vues : 3234

Re: syntax error near unexpected token `fi'

This error could be created from this patch: viewtopic.php?f=4&t=3022#p13310
par sagitter
sam. mai 16, 2026 2:54 pm
Forum : Giac
Sujet : syntax error near unexpected token `fi'
Réponses : 5
Vues : 3234

syntax error near unexpected token `fi'

Hi all. In Fedora 44 and latest stable giac version, autoconf-2.72 breaks Configure and generates following error: ./configure: line 24045: syntax error near unexpected token `fi' ./configure: line 24045: ` fi' Log: + cd giac-2.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (giac-fix_b...
par sagitter
jeu. janv. 29, 2026 8:31 pm
Forum : Giac
Sujet : error: invalid use of incomplete type
Réponses : 3
Vues : 5907

Re: error: invalid use of incomplete type

Probably some incompatible change with FLTK. Which version of FLTK are you using ? Is it 1.4.x?
Incompatible with FLTK-1.4.4, it is compiled against FLTK-1.3.11 instead.
Currently, this problem is limited into Fedora 44 (devel branch) repositories.
par sagitter
jeu. janv. 29, 2026 6:40 pm
Forum : Giac
Sujet : error: invalid use of incomplete type
Réponses : 3
Vues : 5907

error: invalid use of incomplete type

Hi all. giac-2.0.0-19 is not compiling on Fedora (with GCC-16) because of following errors: In file included from Print.cc:35: Graph.h: In constructor 'xcas::QRGraph::QRGraph(int, int, int, const char*)': Graph.h:44:9: warning: 'xcas::QRGraph::QRscale' will be initialized after [-Wreorder] 44 | int ...
par sagitter
dim. juil. 21, 2024 1:06 pm
Forum : Giac
Sujet : Wrong ld links on no-ARM64 architectures
Réponses : 8
Vues : 184542

Re: Wrong ld links on no-ARM64 architectures

I'm glad you solved the issue, but I don't understand why. mkjs is built using this Makefile.am rule: mkjs: mkjs.cc g++ mkjs.cc -o mkjs What's wrong? Moreover, this did not change since a while, I don't see why suddenly you got a problem with 1.9.0-994... Same doubts for me. Surely, mkjs file looks...
par sagitter
mar. juil. 16, 2024 8:21 pm
Forum : Giac
Sujet : Wrong ld links on no-ARM64 architectures
Réponses : 8
Vues : 184542

Re: Wrong ld links on no-ARM64 architectures

I'll add the current js.c/js.h to the tar source file. Those filles are already in source archive. BTW, I don't understand why it is impossible to copy ld-linux-aarch64.so.1 alone (I mean, not by installing a package) from another linux distribution and put it in /lib or in any directory that you a...
par sagitter
mer. juil. 10, 2024 8:05 pm
Forum : Giac
Sujet : Wrong ld links on no-ARM64 architectures
Réponses : 8
Vues : 184542

Re: Wrong ld links on no-ARM64 architectures

Hi Parisse Seems to be an error while running the mkjs executable, it requires a library that is missing. Did you try something like https://unix.stackexchange.com/questions/751329/qemu-aarch64-could-not-open-lib-ld-linux-aarch64-so-1-no-such-file-or-direc Impossible; arm64 libraries cannot be insta...
par sagitter
dim. juil. 07, 2024 5:34 pm
Forum : Giac
Sujet : Wrong ld links on no-ARM64 architectures
Réponses : 8
Vues : 184542

Wrong ld links on no-ARM64 architectures

Hi all. I cant compile giac-1.9.0 -993 in Fedora no-ARM64 because of this error: qemu-aarch64-static: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory Honestly, i don't know if it's caused by some changes inside giac code or by my patches Full build log in Fedora 41 x86_64: htt...
par sagitter
mer. janv. 11, 2023 9:20 pm
Forum : Giac
Sujet : giac headers use undefined uchar type
Réponses : 1
Vues : 14405

giac headers use undefined uchar type

Hi again. Original bug ticket in Fedora: 2160197 sagemath is failing to build against giac-1.9.0-35 with this error: INFO: gcc: sage/libs/gsl/array.c /usr/include/giac/plot.h:842:12: error: ‘uchar’ was not declared in this scope; did you mean ‘u_char’? 842 | void blend(uchar r1,uchar g1,uchar b1,uch...
par sagitter
dim. déc. 04, 2022 3:34 pm
Forum : Xcas devel
Sujet : Segmentation fault in Fedora 37 x86_64
Réponses : 4
Vues : 58314

Segmentation fault in Fedora 37 x86_64

Hi all. A Fedora (37 x86_64) user reported a segmentation fault of giac-1.9.0.29 with this output: Additional info: Output from running "icas" in GDB: 0x00005555556aa5ee in nlr_push (nlr=<synthetic pointer>) at ../micropython-1.12/xcas/../py/nlrx64.c:60 60 __asm volatile ( (gdb) bt #0 0x00005555556a...
par sagitter
dim. déc. 04, 2022 3:25 pm
Forum : Giac
Sujet : Graph.cc: error: format not a string literal and no format arguments
Réponses : 3
Vues : 17036

Re: Graph.cc: error: format not a string literal and no format arguments

parisse a écrit :
jeu. nov. 24, 2022 9:15 am
I have added "%s" in all fl_alert in Graph.cc and Graph3d.cc. Will be in giac-1.0.9-31.
Thank you
par sagitter
ven. nov. 18, 2022 8:39 pm
Forum : Giac
Sujet : Graph.cc: error: format not a string literal and no format arguments
Réponses : 3
Vues : 17036

Graph.cc: error: format not a string literal and no format arguments

Hi all. Graph.cc (giac-1.9.0 29) is not compiled: /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -std=gnu++14 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-...
par sagitter
jeu. août 18, 2022 4:43 pm
Forum : Giac
Sujet : giac-1.9.0 build 19 is failing in s390x architecture
Réponses : 4
Vues : 24008

Re: giac-1.9.0 build 19 is failing in s390x architecture

Then it should work with if ((i>=ips || !ok) && !make_random_initial_point(*kt->_VECTptr,&*ft)) This patch is working. Thank you. --- a/src/optimization.orig.cc 2022-04-11 09:52:40.000000000 +0200 +++ b/src/optimization.cc 2022-08-18 17:58:16.714974337 +0200 @@ -4825,7 +4825,7 @@ *kt=initp[i]; ok=c...