Giter Site home page Giter Site logo

Comments (13)

danoli3 avatar danoli3 commented on June 15, 2024

Ah yes the nightly for VS still pointing to old libs

image

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

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

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

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 master mingw64
$ROOT/scripts/dev/create_package.sh vs $lastversion master

ls -la
cd $ROOT

scripts/ci/package_builds.sh
does this

Then create_package.sh

 #download external dependencies
    cd $pkg_ofroot/
    if [ "$pkg_platform" = "osx" ]; then
        scripts/osx/download_libs.sh
        scripts/emscripten/download_libs.sh -n
    elif [ "$pkg_platform" = "linux64" ]; then
        scripts/linux/download_libs.sh -a 64$libs_abi
        scripts/emscripten/download_libs.sh -n
    elif [ "$pkg_platform" = "linuxarmv6l" ]; then
        scripts/linux/download_libs.sh -a armv6l
    elif [ "$pkg_platform" = "linuxarmv7l" ]; then
        scripts/linux/download_libs.sh -a armv7l
    elif [ "$pkg_platform" = "linuxaarch64" ]; then
        scripts/linux/download_libs.sh -a aarch64
    elif [ "$pkg_platform" = "msys2" ]; then
        scripts/msys2/download_libs.sh -a $libs_abi
        scripts/emscripten/download_libs.sh -n
    elif [ "$pkg_platform" = "vs" ]; then
        scripts/dev/download_libs.sh -p vs
        scripts/emscripten/download_libs.sh -n
    elif [ "$pkg_platform" = "android" ]; then
        scripts/android/download_libs.sh
    elif [ "$pkg_platform" = "ios" ]; then
        scripts/ios/download_libs.sh
    fi

Does ^

I've fixed by fixing vs to use latest libs. Train of conciseness as this likely happen again need to remember to update this code

I can see an issue in nightly with emscripten on vs now though. Will need to get that fixed after this

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

Should be fixed now @sebleedelisle sebleedelisle

from openframeworks.

dimitre avatar dimitre commented on June 15, 2024

I'm having issues with windows also: win11 here, vs 2022, latest libs installed.
and
Screenshot 2024-02-12 at 11 49 13

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

from openframeworks.

dimitre avatar dimitre commented on June 15, 2024

Yes good idea. I started to use a simple version in projectGenerator and it is great when trying to debug something. it even gets recorded inside an xcode generated project or visual studio, something like:

"openFrameworksProjectGeneratorVersion": "34",

from openframeworks.

dimitre avatar dimitre commented on June 15, 2024

cleaned up everything, project and core and libs folder, and installed again.
not sure if it is relevant but it complains in third zip.
is each zip a complete zip file?

libs

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

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 be 2 zip files now

from openframeworks.

dimitre avatar dimitre commented on June 15, 2024

ok, are the scripts updated accordingly? ok that is kinda strange. I've pulled latest master into my PR before.
I'll be testing again in master to see how it goes

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

Yeah semi concerning, probably just the gremlins

from openframeworks.

danoli3 avatar danoli3 commented on June 15, 2024

image

3rd zip?

from openframeworks.

sebleedelisle avatar sebleedelisle commented on June 15, 2024

This worked for me last time I checked the nightly a couple days ago. Ok to close?

from openframeworks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.