hi everyone, i have just cloned dagger repository in my local machine and encountering some issue like UndeclearedImportedName, BrokenImport, MissingFieldorMethod and i don't know how can i fix it. I’ve tried updating dependencies and cleaning the build cache, but the issues persist. If anyone has insights or suggestions on how to resolve this, I would really appreciate it. Thankyou
#Need Help
1 messages · Page 1 of 1 (latest)
hm it looks like those are maybe linux specific build issues?
as in, it's trying to run the language server for mac/windows maybe, but the engine only builds on linux
@flint acorn are you on a Mac?
the engine can only currently build on a linux system and via dagger call which builds it in a linux container
oh, thanks but how can i build it on mac? isn't there any solution?
yes, you can use the dagger cli to build dagger. If you call dagger call engine container, that will build the engine and generate a container
hey @trail shuttle can i message you. I can't fixed it😫
can you share the error that you're getting?
yeah sure
here is the ss of the error i cloned the repo into my local and from then i am getting error
it seems like there could be platform-specific issues
yes, it's what I've mentioned above
you won't get your editor to work in Mac
you can still make changes and use dagger call to build your code
oh thanks alot marcosnils
@flint acorn could you share why you want to build dagger from source?