Mac OS X.14, alpha version

Nouveautes concernant Xcas.
News about Xcas

Modérateur : xcasadmin

parisse
Messages : 5869
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: Mac OS X.14, alpha version

Message par parisse » jeu. sept. 19, 2024 10:37 am

C'est probablement un problème de la libfltk, vu que ça fonctionne sur d'autres architectures. Je n'ai aucune prise là-dessus, si ça ne concerne que le tableur formel ce n'est pas encore trop grave.

ftneek
Messages : 19
Inscription : sam. juin 08, 2024 7:40 pm

Re: Mac OS X.14, alpha version

Message par ftneek » ven. sept. 27, 2024 8:31 pm

I'm still having an issue. I've done brew install hevea.

I've tried to:
1. Rerun the original compile script
2. Insert

Code : Tout sélectionner

./configure --prefix=/Applications/usr
make
before sh mkosx in the script.
3. Do make install instead of make.

The end result is that there are no entries in the Help Index, and the physics and high school menu drop downs are still empty, although /Applications does have a usr/share/giac/doc directory. These features seem to work fine on the precompiled version. Am I making an error somewhere?

parisse
Messages : 5869
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: Mac OS X.14, alpha version

Message par parisse » lun. sept. 30, 2024 12:06 pm

Missing link I guess. Try

Code : Tout sélectionner

cd /Applications/usr/bin
rm -rf doc
ln -sf ../share/giac/doc

ftneek
Messages : 19
Inscription : sam. juin 08, 2024 7:40 pm

Re: Mac OS X.14, alpha version

Message par ftneek » lun. sept. 30, 2024 5:04 pm

Thanks, it is working now. There were some additional aliases to remove and add.

Code : Tout sélectionner

cd /Applications/usr/bin
rm -rf doc
rm -rf en_cas_help
rm -rf es_cas_help
rm -rf fr_cas_help
rm -rf giac
ln -sf ../share/giac/doc
ln -sf ../share/giac/aide_cas
ln -sf ../share/giac/examples
Perhaps a change can be made in the source to create the aliases automatically, or these steps could be added to the instructions for compiling on macOS.

Répondre