Skip to content
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

RPI error in ofTexture (error: ‘GL_RGB16F’ was not declared in this scope;) #8213

Open
dimitre opened this issue Nov 25, 2024 · 6 comments

Comments

@dimitre
Copy link
Member

dimitre commented Nov 25, 2024

There is a function being called ofGLESVersionFromGL that tries to parse textual info from glGetString(GL_VERSION); and define which capabilities it has.
I think there are more direct ways of parsing this info, I'll be testing to just check if GL_RGB16F is defined

@dimitre
Copy link
Member Author

dimitre commented Nov 25, 2024

After some more work there is another apothecary lib with problems, in rpi-build (armv7l

  /usr/lib/gcc-cross/arm-linux-gnueabihf/13/../../../../arm-linux-gnueabihf/bin/ld: ../../../libs/kiss/lib/linuxarmv7l/libkiss.a(kiss_fftr.o)(.text+0x34): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `stderr@@GLIBC_2.4'

@dimitre
Copy link
Member Author

dimitre commented Nov 25, 2024

I've tried to change the formula but now I've find the RPI action is disabled.
we need help to put everything up to date.

@danoli3
Copy link
Member

danoli3 commented Nov 25, 2024 via email

@dimitre
Copy link
Member Author

dimitre commented Nov 25, 2024

no, it is a problem in a custom built

@dimitre
Copy link
Member Author

dimitre commented Nov 25, 2024

cross compiling is working great in OF actions. it now uses compilers installable via apt get and multistrap
we can copy the same logic to apothecary

@danoli3
Copy link
Member

danoli3 commented Nov 25, 2024 via email

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

2 participants