Results 1 to 15 of 20

Thread: Help...

Hybrid View

  1. #1
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,009

    Re: Help...

    well it bombed in the bazaar search. Im giving up for the night. Unfortunately I have some other stuff to work on.

    bazaarlog.cpp: In member function ‘void BazaarLog::bazaarSearch(const uint8_t*, size_t, uint8_t)’:
    bazaarlog.cpp:63:69: error: no matching function for call to ‘qMin(unsigned int, long unsigned int)’
    strncpy(name,resp.item_name,qMin(sizeof(resp.item_ name), 255UL));
    ^
    In file included from /usr/include/qt4/QtCore/qchar.h:45,
    from /usr/include/qt4/QtCore/qstring.h:45,
    from /usr/include/qt4/QtCore/qdatetime.h:45,
    from /usr/include/qt4/QtCore/QDateTime:1,
    from bazaarlog.cpp:23:
    /usr/include/qt4/QtCore/qglobal.h:1328:34: note: candidate: ‘template<class T> constexpr const T& qMin(const T&, const T&)’
    Q_DECL_CONSTEXPR inline const T &qMin(const T &a, const T &b) { return (a < b) ? a : b; }
    ^~~~
    /usr/include/qt4/QtCore/qglobal.h:1328:34: note: template argument deduction/substitution failed:
    bazaarlog.cpp:63:69: note: deduced conflicting types for parameter ‘const T’ (‘unsigned int’ and ‘long unsigned int’)
    strncpy(name,resp.item_name,qMin(sizeof(resp.item_ name), 255UL));
    ^
    make[2]: *** [Makefile:729: bazaarlog.o] Error 1
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  2. #2
    Administrator
    Join Date
    Oct 2019
    Posts
    507

    Re: Help...

    OK, I forgot that they use a weird target triplet.

    Unapply (or revert) the previous patch, and try the attached patches.

    Also, in addition to the packages listed for Debian in the Compatibility thread, I needed to install libx11-dev and libxext-dev. Though this wasn't from a clean install (just a Pi 3 I had around from some other previous use), so some other necessary things might have already been installed.


    arm_gnueabihf_fix.txt will fix the qt auto-detection.

    qmin_template_fix.txt will fix the compile error in bazaarlog.cpp


    With those patches and the extra packages, it compiles on an older version of OSMC (based on Debian Stretch) on a Pi 3. If they work for you, I'll go ahead an apply them to the beta branch.
    Attached Files Attached Files

  3. #3
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,009

    Re: Help...

    I will try it tomorrow. Thank you.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On