Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Cloning blueZ / blueman - nor really question .

Cloning blueZ / blueman - nor really question .

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 314 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    This is another one of my posts I am not sure it belongs here.

    I feel it is related to my bluetooth app issues, so here it comes.
    If it is off established topics, please do not chastise me, just ignore it.

    I am still unable to finish cloning qtconnectivity - cannot finish configuration.
    However, cloning "blueman" , from another github source , went "too good to be true " - without " interference" from ANY Qt wizards - all the way to "project"!
    I am actually not interested in compiling the blueman library, I am just trying to find HOW they do "Remove " bluetooth device.

    BUT
    out of curiosity - is there a doc to show me HOW to use QtCreator to build library ? Is that too non-Qt to even attempt to?

    Just FYI
    here is "compiler output " , few errors, after I just did "build " :

    14:01:10: Running steps for project blueman...
    14:01:10: Starting: "/usr/bin/make" clean
    make: *** No rule to make target 'clean'. Stop.
    14:01:10: The process "/usr/bin/make" exited with code 2.
    14:01:10: Starting: "/home/z/git_blueman/blueman/autogen.sh"
    I am going to run ./configure with no arguments - if you wish
    to pass any to it, please specify them on the /home/z/git_blueman/blueman/autogen.sh command line.
    /home/z/git_blueman/blueman/autogen.sh: 23: /home/z/git_blueman/blueman/autogen.sh: autoreconf: not found
    14:01:10: The process "/home/z/git_blueman/blueman/autogen.sh" exited with code 127.
    Error while building/deploying project blueman (kit: Desktop)
    When executing step "Autogen"
    14:01:10: Elapsed time: 00:00.

    Cheers

    jsulmJ 1 Reply Last reply
    0
    • A Anonymous_Banned275

      This is another one of my posts I am not sure it belongs here.

      I feel it is related to my bluetooth app issues, so here it comes.
      If it is off established topics, please do not chastise me, just ignore it.

      I am still unable to finish cloning qtconnectivity - cannot finish configuration.
      However, cloning "blueman" , from another github source , went "too good to be true " - without " interference" from ANY Qt wizards - all the way to "project"!
      I am actually not interested in compiling the blueman library, I am just trying to find HOW they do "Remove " bluetooth device.

      BUT
      out of curiosity - is there a doc to show me HOW to use QtCreator to build library ? Is that too non-Qt to even attempt to?

      Just FYI
      here is "compiler output " , few errors, after I just did "build " :

      14:01:10: Running steps for project blueman...
      14:01:10: Starting: "/usr/bin/make" clean
      make: *** No rule to make target 'clean'. Stop.
      14:01:10: The process "/usr/bin/make" exited with code 2.
      14:01:10: Starting: "/home/z/git_blueman/blueman/autogen.sh"
      I am going to run ./configure with no arguments - if you wish
      to pass any to it, please specify them on the /home/z/git_blueman/blueman/autogen.sh command line.
      /home/z/git_blueman/blueman/autogen.sh: 23: /home/z/git_blueman/blueman/autogen.sh: autoreconf: not found
      14:01:10: The process "/home/z/git_blueman/blueman/autogen.sh" exited with code 127.
      Error while building/deploying project blueman (kit: Desktop)
      When executing step "Autogen"
      14:01:10: Elapsed time: 00:00.

      Cheers

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @AnneRanch said in Cloning blueZ / blueman - nor really question .:

      autoreconf: not found

      Looks like you need to install autoconf first

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      2
      • jsulmJ jsulm

        @AnneRanch said in Cloning blueZ / blueman - nor really question .:

        autoreconf: not found

        Looks like you need to install autoconf first

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @jsulm said in Cloning blueZ / blueman - nor really question .:

        @AnneRanch said in Cloning blueZ / blueman - nor really question .:

        autoreconf: not found

        Looks like you need to install autoconf first

        I would assume if something is missing it needs to be installed.

        I did this primarily to verify cloning wizards, not to build the library.
        Cloning process did not utilize ANY wizards , only downloaded the files from github.

        When I do similar with qtconnecetivity (example) I have no choice but to go thru the wizards and NEVER complete the process.

        I may be expecting too much from Qt cloning wizards , but like to know WHY two different github sources take different approach to actually step thru the cloning process. (Nether approach is successful )

        I would expect if "autoconfig" needs to be installed , in case of cloning the library, Qt wizards would step in DURING the process , not AFTER build fails.

        Again , this discussion may be off the beaten path here, it is not that important.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved