Skip to content
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

Install error #64

Closed
shwdmsh opened this issue Jul 20, 2021 · 2 comments
Closed

Install error #64

shwdmsh opened this issue Jul 20, 2021 · 2 comments
Labels

Comments

@shwdmsh
Copy link

shwdmsh commented Jul 20, 2021

Hi,I use these commans as follows to install IGoR ,some error as follows:

include/jemalloc/internal/../jemalloc.h:59:28: error: redefinition of 'aligned_alloc'

define je_aligned_alloc aligned_alloc

                        ^

src/jemalloc.c:1978:1: note: in expansion of macro 'je_aligned_alloc'
je_aligned_alloc(size_t alignment, size_t size) {
^~~~~~~~~~~~~~~~
In file included from include/jemalloc/internal/jemalloc_internal_decls.h:50:0,
from include/jemalloc/internal/jemalloc_preamble.h:5,
from src/jemalloc.c:2:
/root/anaconda3/x86_64-conda_cos6-linux-gnu/sysroot/usr/include/stdlib.h:513:21: note: previous definition of 'aligned_alloc' was here
static inline void* aligned_alloc (size_t al, size_t sz)

Could you help me ?
My centos version is 7.0.
Then:
./configure
make(some error)

@qmarcou
Copy link
Owner

qmarcou commented Jul 21, 2021

Dear @shwdmsh
It seems you have a conflict with some anaconda C library, however I would need more information to give you some hints.
As it seems you have closed this issue, I guess you found a solution to your problem, could you please write it up here or give hints of the nature of the problem and solutions for other users bumping into this?
Best regards

@shwdmsh
Copy link
Author

shwdmsh commented Jul 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants