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 chrome-build failed #216

Open
WellingtonSI opened this issue Jan 31, 2024 · 7 comments
Open

make chrome-build failed #216

WellingtonSI opened this issue Jan 31, 2024 · 7 comments

Comments

@WellingtonSI
Copy link

I follow all the native build steps, but when I get to the moment to run the "make chrome-build" command I get this error "make: *** No rules for creating the 'chrome-build' target. Stop." . I run this command inside the build folder, following the command order and I understood that it would be in that location.

@bashonly
Copy link

did you run ../configure first?

@WellingtonSI
Copy link
Author

yes, I ran the ../config command first and the only error I got was "configure: error: failed to find zlib"

@yifeikong
Copy link

Then you need to make sure that configure runs successfully. The configure script generates the Makefile.

For zlib, consider using brew or apt to install libz on your platform.

@WellingtonSI
Copy link
Author

If the Makefile script is generated inside the Build folder where the configure command was made, then it was unsuccessful. What could cause the failure and would there be a message indicating?

@lwthiker
Copy link
Owner

@WellingtonSI Can you provide more details on the errors you face, including the commands that you ran and their output? Right now it is difficult to understand exactly the problem you are facing.

@phapntm
Copy link

phapntm commented Mar 11, 2024

i have the same issue then i realize that i need install firefox first although i only need chrome.

@waschinski
Copy link

apt install zlib1g-dev did work for me on Debian.

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

6 participants