-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation impossible sur Mac osx #537
Comments
Bonjour, Je viens de voir qu'ibex était toujours dans homebrew, as-tu essayé de l'installer via ce gestionnaire ? Je n'ai pas réessayé depuis le passage aux arm64, mais avec les mac-intel ça marchait bien. |
Bonjour, MacBook-Pro-10:GAOL-master $ sudo ./configure Je ne sais pas où il cherche MathLib mais visiblement pas dans /usr/local alors qu'a priori ça devrait être là non ? |
Dans le processus d'installation standard, ces bibliothèques sont installées automatiquement par ibex. Il me semble que sur mac-intel ça marche bien avec Concernant l'installation de gaol, pourquoi es-tu root? Essaye de faire le configure sans le sudo, car ce n'est pas sûr que le root ait les mêmes variables d'environnement que l'utilisateur standard. |
Bon, puisque ces libs sont dans ibex pourquoi m'as-tu donne une ligne ou tu vas les chercher ailleurs ? |
Est-ce que tu peux utiliser un langage plus adapté, stp ? Tu n'as toujours pas répondu à ma première question, à savoir quelle est ta configuration ? Je suis désolé, mais tu ne sembles pas bien comprendre ce que tu es en train de faire. Si tu veux explicitement utiliser gcc à la place de clang, c'est très simple et supporté par cmake (en fait, il se contente de prendre le compilateur par défaut sur ta propre machine). Si tu ne veux pas t'embêter avec tout ça, je te proposais tout à l'heure d'installer ibex via homebrew, même si ça fait quelque temps que je n'ai pas testé. L'installation sera au moins aussi simple qu'avec macports ( |
Bonjour,
voila des heures que je bataille pour parvenir a utiliser cette librairie et ce que j'ai tenté :
Ce qui est plus qu'etonnant c'est que l'installation sous MacPorts ne soit pas propre vu qu'il est cense s'assurer de la compatibilite des dependances.
Any help?
Les traces de la compilation :
Undefined symbols for architecture x86_64:
"__ZN4ibexlsERSoRKNS_8IntervalE", referenced from:
_main in ccCE0WLL.o
"__ZNK4ibex12BxpActiveCtr9to_stringB5cxx11Ev", referenced from:
__ZTVN4ibex12BxpActiveCtrE in ccCE0WLL.o
"__ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv", referenced from:
_ZNSt3__16vectorIPN4ibex3BxpENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT in libibex.a(ibex_BoxProperties.cpp.4.o)
_ZNSt3__16vectorIPKN4ibex8ExprNodeENS_9allocatorIS4_EEE21__push_back_slow_pathIS4_EEvOT in libibex.a(ibex_ExprSubNodes.cpp.4.o)
_ZNSt3__16vectorIiNS_9allocatorIiEEE21__push_back_slow_pathIRKiEEvOT in libibex.a(ibex_System.cpp.4.o)
_ZNSt3__16vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE21__push_back_slow_pathIS6_EEvOT in libibex.a(ibex_System.cpp.4.o)
_ZNSt3__16vectorIiNS_9allocatorIiEEE21__push_back_slow_pathIiEEvOT in libibex.a(ibex_FunctionBuild.cpp.4.o)
_ZNSt3__16vectorIiNS_9allocatorIiEEE21__push_back_slow_pathIRKiEEvOT in libibex.a(ibex_Gradient.cpp.4.o)
_ZNSt3__16vectorIPN4ibex8FunctionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT in libibex.a(parser.tab.cc.4.o)
...
"__ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv", referenced from:
__ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv in libibex.a(ibex_BxpActiveCtr.cpp.4.o)
__ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv in libibex.a(ibex_IntervalVector.cpp.4.o)
__ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv in libibex.a(ibex_NumConstraint.cpp.4.o)
_ZN4gaol18input_format_errorC2EPKcjS2 in libgaol.a(gaol_interval.o)
_ZN4gaol20invalid_action_errorC2EPKcjS2 in libgaol.a(gaol_interval.o)
_ZN4gaol25unavailable_feature_errorC2EPKcjS2 in libgaol.a(gaol_interval.o)
__ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv in libgaol.a(gaol_interval.o)
...
"__ZNKSt3__16locale9use_facetERNS0_2idE", referenced from:
__ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m in libibex.a(ibex_BxpActiveCtr.cpp.4.o)
__ZN4ibexlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERKNS_13BoxPropertiesE in libibex.a(ibex_BoxProperties.cpp.4.o)
__ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m in libibex.a(ibex_BoxProperties.cpp.4.o)
__ZN4ibexlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERKNS_14IntervalMatrixE in libibex.a(ibex_IntervalMatrix.cpp.4.o)
__ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m in libibex.a(ibex_IntervalMatrix.cpp.4.o)
__ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m in libibex.a(ibex_IntervalVector.cpp.4.o)
__ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m in libibex.a(ibex_NumConstraint.cpp.4.o)
...
The text was updated successfully, but these errors were encountered: