Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Seems similar to linuxquestions.org/questions/… where it's suggested that checking library dependencies is worthwhile, using ldd Commented Aug 18, 2015 at 19:19
  • 1
    @steve thanks for the comment. Can you please see my edit? I also compiled my binary (same source code) right in my Rasbian natively. ldd displayed the same info. Commented Aug 18, 2015 at 20:25
  • Is the error message produced when running qmake, i.e. qmake: 1: Syntax error: word unexpected (expecting ")")? If so, this topic might help. Commented Jul 25, 2016 at 12:42
  • If I remember correctly I was using cmake. Commented Jul 26, 2016 at 4:20
  • related: stackoverflow.com/questions/36725864/… Commented Jul 22, 2018 at 15:24