Dan Rosser

Results 378 comments of Dan Rosser

yeah so I think we repurpose the macOS to be the Mega platform, so lets leave osx as is

Please use bleeding branch. Windows works I’ve been building all day on windows On Tue, 13 Feb 2024 at 4:00 am, Dan Moore ***@***.***> wrote: > ***@***.*** > /cygdrive/e/of_v0.12.0_vs_release/of_v0.12.0_vs_release/apothecary >...

Maybe best to download apothecary bleeding zip from here and drop it in your release folder. I don’t think currently apothecary is shipped with nightlys until it’s usable. We a...

Also for anyone finding this, use Git Bash or Windows Bash and it sorts it out all

might need ninja for clang, seems to work currently with VS 2022 clangcl for most things however if any llvm includes get added in any #include_next with llvm core error...

This is working, just some issues with libraries not supporting it yet, will merge now and fix libs later

Should be fixed now I updated the cmakelists for both

https://github.com/openframeworks/apothecary/releases Strange all the assets are there, what is the error?

Oh yes should apply that to master

Currently all the static binaries within the framework are signed via: ``` XCFRAMEWORK_PATH="${LIBS_DIR_REAL}/${1}/lib/${TYPE}/$1.xcframework" # Loop over each .a file found within the xcframework find "$XCFRAMEWORK_PATH" -type f -name "*.a" |...