Mac OS X.14, alpha version
Modérateur : xcasadmin
Re: Mac OS X.14, alpha version
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.
Re: Mac OS X.14, alpha version
I'm still having an issue. I've done brew install hevea.
I've tried to:
1. Rerun the original compile script
2. Insert 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?
I've tried to:
1. Rerun the original compile script
2. Insert
Code : Tout sélectionner
./configure --prefix=/Applications/usr
make
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?
Re: Mac OS X.14, alpha version
Missing link I guess. Try
Code : Tout sélectionner
cd /Applications/usr/bin
rm -rf doc
ln -sf ../share/giac/doc
Re: Mac OS X.14, alpha version
Thanks, it is working now. There were some additional aliases to remove and add.
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.
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