Open chenchienhao opened 8 years ago
Hi,
Are you trying to compile ASCYLIB on OS X? We have not tested ASCYLIB on OS X.
What compiler do you use?
To start fixing the problems, you can first set the number of cores and the frequency of your processor in common/Makefile.common
file, lines 192-193.
Hi, thanks for responding.
Yes, I use OS X and there is my information of compiler:
$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix
I will try to set the number of cores and the frequency of processor.
Sincerely.
Chen, Chien-Hao.
2016-05-17 11:12 GMT-04:00 Vasileios Trigonakis notifications@github.com:
Hi,
Are you trying to compile ASCYLIB on OS X? We have not tested ASCYLIB on OS X.
What compiler do you use?
However, to start fixing the problems, you can first set the number of cores and the frequency of your processor in common/Makefile.common file, lines 192-193.
— You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub https://github.com/LPD-EPFL/ASCYLIB/issues/14#issuecomment-219749377
Adding cflag -fheinous-gnu-extensions
should solve the problem.
Hi, I tried to type "make all" in ASCYLIB folder principal, and I got this error:
After I copied my usr/include/malloc/malloc.h file and put on ASCYLIB/include folder, now terminal showing:
Thanks. Sincerely.