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

make: *** [all] error 1 #65

Open
hbwanghang opened this issue Nov 15, 2021 · 14 comments
Open

make: *** [all] error 1 #65

hbwanghang opened this issue Nov 15, 2021 · 14 comments

Comments

@hbwanghang
Copy link

微信图片_20211115204129
How to solve this error reported by make all

@NedaZand
Copy link

Hi @hbwanghang
Could you fix it?

@mahdi943
Copy link

mahdi943 commented Dec 3, 2021

Hi @NedaZand
I also got this error while installing by 'make all'
image

@mahdi943
Copy link

mahdi943 commented Dec 3, 2021

@TimoBolkart

Could you please help me to fix this error?
I am using:
1-Ubunto wsl on windows
2-python 3.8.6
3-virtualenvs

@NedaZand
Copy link

NedaZand commented Dec 9, 2021

Hi @mahdi943
Yes, I fixed it
Please send me an email to discuss about it.
[email protected]

@Daksitha
Copy link

any luck?

@mahdi943
Copy link

any luck?

downgrading to python 3.6 worked.

@shanzhajuan
Copy link

I have fixed this:
I am using:
1-Ubunto wsl on windows
2-python 3.6.13
3-anaconda virtualenvs
I got the error 1 with :
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1 (see photo below)
I follow https://linuxtect.com/the-error-command-gcc-failed-with-exit-status-1-error-and-solution/ ,
sudo apt install build-essential
sudo apt install python3-dev
sudo apt install libxslt-dev libffi-dev libssl-dev
then, make success.
image

@karan00713
Copy link

hi @mahdi943 @NedaZand
I'm using wsl ubuntu 20.04
python 3.6.15
virtualenv

this command $ BOOST_INCLUDE_DIRS=/path/to/boost/include make all gives the error make: *** No rule to make target 'all'. Stop.

could you help me please !

@Daksitha
Copy link

Daksitha commented Feb 16, 2022 via email

@XIANGLINYUN
Copy link

Hi, did you solve it?

@shanzhajuan
Copy link

shanzhajuan commented Jul 27, 2022 via email

@becausejustyn
Copy link

I had the same issue and fixed it by using

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

Note: Use at your own risk because I am not sure what this does. I found the potential solution here: astropy/halotools#813

@shanzhajuan
Copy link

shanzhajuan commented Aug 21, 2022 via email

@EnnaSachdeva
Copy link

This worked for me:
$ whereis boost
gives: /usr/include/boost
$ git clone https://github.com/MPI-IS/mesh
$ cd mesh
$ BOOST_INCLUDE_DIRS=/usr/include/boost/ make all

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

No branches or pull requests

9 participants