Menu

#225 Fails to build on arm architectures

v0.2.4
closed
General (153)
5
2012-12-22
2012-03-25
No

For Qt on arm, qreal != double. There are a number of cases where the scidavis makes this assumption. Patch (that I've just added to the Debian package) attached.

Discussion

  • Scott Kitterman

    Scott Kitterman - 2012-03-25

    Patch

     
  • High Performance Coder

    • assigned_to: High Performance Coder
     
  • High Performance Coder

    As my first commit, I'm going to try adding this patch

     
  • High Performance Coder

    I wasn't able to use the patch file, as it didn't seem to match the source tree, but by defining QT_COORD_TYPE=float in the Makefile, I was able to get the compiler to catch all instances that needed changing (I hope).

     
  • High Performance Coder

    • status: open --> closed
     

Log in to post a comment.