-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[libs] - Install from git on linux errors #8421
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
Comments
the difference is gcc6 in the name. so it seems to work if we instead use: |
installing libs on RPI still uncompressing on wrong folder. |
thanks @dimitre for RPI - can you test with the nightly builds? |
Yes I'll be testing this afternoon. Other than this observations I would suggest moving aside openFrameworks/of script until after the release |
Finally it compiled latest nightly on RPI (took a while and freeze once)
|
RPI - |
That error with assimp3DModelLoaderExample is really weird as main.o is being linked. |
ofxAssimpExample compiled ok
|
I'll remove obj folder and try to compile again as main.o has zero bytes |
Ok, now compiled ok, running gives the same error
there is a proposed fix here if I export this before
it opens a blank window and throw some errors:
and a lot of other errors all related to GLSL versions. I've tried also
with the same results. |
This seems to make it run, but very slow.
|
I bet its the GL version in main.cpp 99% sure that will fix it :D |
@ofTheo in fact the one that I'm testing is 3DPrimitivesExample, but it fixed by commenting out setGLVersion. |
Nice @dimitre I wonder if we should comment out all the Or wrap in an Ifndef ? |
Wrapping in ifndef will be easier now. if we have a better idea after the release we can change again |
I'm testing now on linux, following the guide
https://github.com/openframeworks/openFrameworks/blob/master/INSTALL_FROM_GITHUB.md
so the install script now changed to
but it doesnt work. it points to a 404 path:
ideas? @ofTheo @danoli3
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_linux64.tar.bz2
The text was updated successfully, but these errors were encountered: