DanielGavin / ols

Language server for Odin
MIT License
382 stars 58 forks source link

Unknown library collection: 'base' #321

Closed jakelacey2012 closed 3 months ago

jakelacey2012 commented 3 months ago

I get the following error in macOS Ventura, after cloning and running ./build.sh. Is there any additional information I get give that would be helpful to fix the issue?

Unknown library collection: 'base'
jakelacey2012 commented 3 months ago

So it looks like updating (re-cloning and re-building) odin allows the build.sh to run without this error, don't know if it works yet though.

DanielGavin commented 3 months ago

base is a new collection for odin compiler. That usually just means that you are running an old Odin version.