Skip to content

[RPI] - install from github not working #8401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dimitre opened this issue Mar 27, 2025 · 6 comments
Open

[RPI] - install from github not working #8401

dimitre opened this issue Mar 27, 2025 · 6 comments
Assignees
Milestone

Comments

@dimitre
Copy link
Member

dimitre commented Mar 27, 2025

I've just got a RPI again to test and follow the latest instructions from here
https://github.com/openframeworks/openFrameworks/blob/master/INSTALL_FROM_GITHUB.md

so the install is:

scripts/dev/download_libs.sh -p linuxaarch64

but it tries to download a non existent file
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_master_linuxaarch64.tar.bz2

cc: @ofTheo @danoli3

@dimitre dimitre added this to the 0.12.1 milestone Mar 27, 2025
@ofTheo
Copy link
Member

ofTheo commented Mar 27, 2025

ahh - should be:
scripts/dev/download_libs.sh -p linuxaarch64 -t latest

@ofTheo
Copy link
Member

ofTheo commented Mar 27, 2025

lots still to fix.
prob should make latest be the default in the script until master and latest are synced back up

@dimitre
Copy link
Member Author

dimitre commented Mar 27, 2025

ok, first try it didnt install anything becuase there was something cached
I've removed libs/downloads folder and tried it again
install complete
but fails running example

make[2]: *** [makefileCommon/compile.core.mk:259: ../../../libs/openFrameworksCompiled/lib/linuxaarch64/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from ../../../libs/openFrameworks/math/ofMathConstants.h:4,
                 from ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:3,
                 from ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:4,
                 from ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.cpp:1:
../../../libs/openFrameworks/utils/ofConstants.h:317:10: fatal error: tesselator.h: No such file or directory
  317 | #include <tesselator.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

@dimitre
Copy link
Member Author

dimitre commented Mar 27, 2025

install script seems to be creating a folder inside libs called openFrameworksLibs_bleeding_linuxaarch64 with the libs inside.

@danoli3
Copy link
Member

danoli3 commented Mar 28, 2025

linux aarch64 should be seperate to raspberry pi rootfs.

Going to have to push this fix till Monday. I will get the system working

@openframeworks openframeworks deleted a comment Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants