fstl-app / fstl

A fast STL file viewer
449 stars 105 forks source link

Build failed in Raspbian Stretch #24

Closed aytekno closed 3 years ago

aytekno commented 6 years ago

Hello, make -j8 command fails after %46 of build on Raspberry pi 3. What can be the reason? Thank you.

Akranen commented 6 years ago

Hi,

A screenshot of the error message can help.

Thanks

aytekno commented 6 years ago

Thank you. Build completed with the command make -j4. But again program can not be opened with ./fstl command. Gives the following error: screenshot_1

mkeeter commented 6 years ago

This bug looks relevant. Can you poke around in context creation and see whether anything changes?

fstl also uses QGL* classes, rather than the more modern QOpenGL* classes; if you open up a PR that fixes this, I'll happily merge it in.

DeveloperPaul123 commented 6 years ago

This may also fix the warning about the accessibility bus address; but it might be a band-aid fix.

DeveloperPaul123 commented 6 years ago

@aytekno Any updates on this?

DeveloperPaul123 commented 3 years ago

Closing this as a stale issue