-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The project doesnt build on macos #2477
Comments
I guess that's the reason |
I need a newer/older version? |
@alex4o you need a newer version |
Oh thank you, I will revisit this when I update my mac |
You can close this issue then |
You can view the build instructions/requirements here: BuildInstructionsLadybird.md
|
This requirement for Xcode 16 is kind of new. I'll need to document it or work around older apple clang |
If this is resolved then you can close it manually |
I have AppleClang 16 installed and I'm still running into issues building on macos. Not quite sure what I might be missing?
build command: build error:
error log:
even if I run it with clang from brew I get the same error.
|
This comment has been minimized.
This comment has been minimized.
Apple clang 16 from Xcode 16 is not too old. This seems to be a command line tools issue, someone else mentioned it in discord yesterday. Presumably installing full Xcode.app will resolve the issue? Though we should figure out why just using the command line tools messes things up. |
@ADKaster yesterday I learned that Qt requires Xcode standalone app to build Qt apps... |
@ADKaster thanks for the reply. I got help in the discord build channel. Looks like I needed to just rm my Build directory and start over. I'm guessing because I had tried to build initially but with incorrect versions of things, so once I updated everything it still had stuff cached. It's currently building now still, but taking awhile on my m1 macbook air. |
Can confirm it builds without issue on Mac (M1 Pro), first try, after following directions. (unimportant side note): Does take a while. Took a little longer than terminal starwars, for reference. (side comment): Wild its so alpha, its mind-blowing. In todays age where we expect a browser to behave a certain way, its strange to see a browser that doesn't, with a simple html page like Klectr.dev. Kind of humbling, to say the least. Feels.... good |
I have this issue too, and I take 2 steps to build successfully. Before list these steps, take a look at my environment:
Here 2 steps:
When it successes, you can see Build/release/bin/Ladybird.app. Don't close your terminal, click Ladybird.app, there will be a window, you can type any url to take a test. But it seems that there are some unimplements, when I visit an url, terminal gives me some outputs which state that |
I did a simple
./Meta/ladybird.sh run ladybird
The text was updated successfully, but these errors were encountered: