Laytan

Results 212 comments of Laytan

Can't do that: 1. version on brew might be ahead or before what we need, I don't think you can specify a version number for the packages in brew? I...

Right, so brew and Odin aren't going to fully work together in that case, whatever we do here (besides just shipping them, or building all of these libraries from source...

@p-linnane putting a note would probably not help, people see it on brew, install it, and don't read up on the installation page. Then it doesn't work, and they complain...

So to be clear, you are ok with the formula doing: 1. Pull the folder 2. Delete all binary files ala `find vendor -type f \( -name "*.lib" -o -name...

@MikeMcQuaid Which position is that? Adding a caveat or building the needed libraries from source?

Alright, I would like to try the build from source approach then as I don't like a caveat if it can be avoided. @joakin do you want to take a...

Like @flysand7 said, this is being worked on in the new os package, currently at `core:os/os2` and not intended for general use yet. The example provided here can be done...

~~I guess you could add an if statement around it checking if the path is already absolute, if it then works? I know on Windows you need to put all...

#2857 is a similar issue with shared libraries on Linux

@joakin so I did some looking at this, and adding the cwd seems to be correct, if you ship a binary you also want it based on cwd so you...