Menu

hamlib in QtCreator

Anne Ranch
2024-04-25
2024-04-26
  • Anne Ranch

    Anne Ranch - 2024-04-25

    I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
    I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
    I have read something to the effect it my be not code friendly in 5.12.x version of Qt.

    I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
    I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..

     
    • Michael Black

      Michael Black - 2024-04-25

      I don't know about 5.12.x but WSJT-X is 5.15.2 and uses hamlib just fine.I'm pretty suer WSJT-X did use an older Qt version too.
      Mike W9MDB

      On Wednesday, April 24, 2024 at 07:33:55 PM CDT, Anne Ranch <anne128@users.sourceforge.net> wrote:
      

      I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
      I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
      I have read something to the effect it my be not code friendly in 5.12.x version of Qt.

      I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
      I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..

      hamlib in QtCreator

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/134214/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       
  • Anne Ranch

    Anne Ranch - 2024-04-26

    I have loaded all source files and it is missing configure,h.
    I am assuming ./configure builds it but I see no configure,
    After reading INSTALL it looks as I need to run "bootstrap" first.

    OK, in Ubuntu I can use "run as program" but there is no feedback.
    I am not sure it is actually running bootstrap. .
    Most likely not.

    I am not "make" expert , can I set "bootstrap" to give some
    kind of progress / feedback ?

    PS
    Please advise if this forum is "user oriented" and asking software questions not welcomed.

    '

     
    • Michael Black

      Michael Black - 2024-04-26

      Open a terminal window.

      cd Hamlib
      ./bootstrap
      ./configure
      make -j 4 install

      The -j 4 just uses 4 CPUs and speeds up the build.

      Mike W9MDB

      On Thursday, April 25, 2024 at 10:50:06 PM CDT, Anne Ranch anne128@users.sourceforge.net wrote:

      I have loaded all source files and it is missing configure,h.
      I am assuming ./configure builds it but I see no configure,
      After reading INSTALL it looks as I need to run "bootstrap" first.

      OK, in Ubuntu I can use "run as program" but there is no feedback.
      I am not sure it is actually running bootstrap. .
      Most likely not.

      I am not "make" expert , can I set "bootstrap" to give some
      kind of progress / feedback ?

      PS
      Please advise if this forum is "user oriented" and asking software questions not welcomed.

      '


      hamlib in QtCreator


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/134214/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

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.