Menu

Error Building Development Version

2015-06-04
2017-05-04
  • Robert Turnbull

    Robert Turnbull - 2015-06-04

    I'm getting this error when I try to compile the latest version from SVN.

    src/GUI-QT/RigDlg.cpp: In constructor ‘RigDlg::RigDlg(CRig&, QWidget)’:
    src/GUI-QT/RigDlg.cpp:47:9: error: ‘class Ui::RigDlg’ has no member named ‘sMeterLayout’
    make:
    ** [obj/RigDlg.o] Error 1

     
  • Julian Cable

    Julian Cable - 2015-12-02

    Hi Robert - sorry noone got back to you on this - I'm afraid we aren't paying much attention. I'm doing a build now and I'll answer this once I have a working build system.

     
  • Robert Turnbull

    Robert Turnbull - 2016-11-13

    I was able to build on a newer Ubuntu distribution. I did have an issue with the makefile trying to link both libqwt and libqwt-qt5. Here is a patch:

    --- /tmp/dream-HEAD.pro
    +++ /home/robertt/Dream/drm-code/dream/dream.pro
    @@ -324,7 +324,7 @@
    LIBS += -lqwtd
    } else {
    # unix | win release
    - LIBS += -lqwt
    + LIBS += -lqwt-qt5
    }
    }
    !crosscompile {

     
  • Julian Cable

    Julian Cable - 2016-11-16

    Thanks Robert, qwt is an absolute pain for breaking compatibility and for libraries changing names. I'll commit your change - maybe at the weekend. Its about time we had a release.

    Have you tried the qcustomplot build? qcustomplot is a much nicer library but there are probably still bugs in the Dream interface to it.

     

    Last edit: Julian Cable 2016-11-16
  • Julian Cable

    Julian Cable - 2016-11-21

    Can you try with the latest commit? It builds for me on 15.10. I put some instructions here https://sourceforge.net/p/drm/wiki/Build%20on%20Ubuntu/

     
  • Nagasai Boppudi

    Nagasai Boppudi - 2017-03-14

    Hi! I installed dream on ubuntu-mate on raspberry pi 3. When i run dream i am getting a run time error of
    dream: symbol look up error dream: undefined symbol:NeAACInitDRM
    I compiled the sources against qt4. What might be the problem??

     
  • Nagasai Boppudi

    Nagasai Boppudi - 2017-05-04

    Hi, I tried with proper options and it started working. Looks like faad has a patch released sometime back for this. Thank You

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.