Dan Rosser
Dan Rosser
You can fix this yourself in the nightly checkout by running the **scripts/vs/download_latest_libs.sh** it will just download the latest libraries and extract them
Okay so Nightly: ``` cd $OUTPUT_FOLDER $ROOT/scripts/dev/create_package.sh linux64 $lastversion master gcc6 $ROOT/scripts/dev/create_package.sh linuxarmv6l $lastversion master $ROOT/scripts/dev/create_package.sh linuxaarch64 $lastversion master $ROOT/scripts/dev/create_package.sh osx $lastversion master $ROOT/scripts/dev/create_package.sh ios $lastversion master $ROOT/scripts/dev/create_package.sh msys2 $lastversion...
Should be fixed now @sebleedelisle sebleedelisle
How latest did you install the libs? Okay really need to start packaging the version numbers, build times, with binaries. I had a branch somewhere with version export into lib...
Oh okay I think maybe @dimitre that branch was not at latest master when you ran the script! You can see bleeding libs which means latest, however there should only...
Yeah semi concerning, probably just the gremlins
 3rd zip?
clang-format is definitely the way. However it does not explicitly support A Style. We can override this by adding a .clang-format file in root directory with some custom settings to...
For Developer Reference if you ever see Error: ``` ld: framework 'CoreAudioTypes' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` when...
Closing as changes made in https://github.com/openframeworks/openFrameworks/pull/7889 PR instead / merged into that one