Page 1 of 2 12 LastLast
Results 1 to 15 of 20

Thread: Help...

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

    Help...

    I am trying to get SEQ6 on the new Pi4.

    I have installed all the packages that I think are needed:

    apt-get update
    apt-get upgrade
    apt-get install xdm
    apt-get install x11-apps
    apt-get install libvte9
    apt-get install qt4-default
    apt-get install subversion
    apt-get install libtool
    Not in repo apt-get install aclocal
    apt-get install make
    apt-get install automake
    apt-get install libpcap-dev

    But I am getting an error when I compile. I am not sure what package I am missing...

    >> Found version.: 4.8.7
    >>> Headers......: /usr/include/qt4
    >>>> Libraries...: Unable to locate?!?
    configure: error: Please verify your Qt lib install!

    I also have installed and verified the installation of these packages.

    libqt4-declarative, qt4-dev-tools, qt4-qmake, libqtwebkit4

    Boy I feel like a noob...

    Well it is past my bed time so maybe tomorrow I may have more luck. I am tired of beating my head...
    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
    496

    Re: Help...

    See if this patch helps. I think I missed one when I did the earlier rpi fix.


    Code:
     patch -p1 < acinclude_host_cpu.txt
    Attached Files Attached Files

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

    Re: Help...

    ok, Ill try when I get home tonight.
    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

  4. #4
    Registered User
    Join Date
    Nov 2010
    Posts
    82

    Re: Help...

    ike qt4 isn't in your path. some times the easiest thing is to remove it and re-install, other solutions are available

    sudo apt purge qt4*
    sudo apt install qt4

    I'll be getting to this very soon myself
    Your dad.

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

    Re: Help...

    Ive already done that after I had this issue. It didnt help. QT4 is qt4-default.

    I did the patch and it still cant find the Libraries. I am removing QT4 again but I doubt it will work.
    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

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

    Re: Help...

    The library path is /usr/lib/arm-linux-gnueabihf/ but even modifying acinclude.m4 to add that path, it doesnt work. It still says it cant find it.
    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

  7. #7
    Administrator
    Join Date
    Oct 2019
    Posts
    496

    Re: Help...

    I assume you modified right near where the patch applied? There are a 3 or 4 different sections that look about the same, so it's easy to modify the wrong one if you're not careful.

    Also, I'm guessing you probably did, but did you run autoreconf afterwards to update configure, before re-running it?

    Failing all of that, you should be able to do

    Code:
    ./configure --with-qt-libdir=/usr/lib/arm-linux-gnueabihf
    (or whatever the option is... you can do ./configure --help and get a list)


    I'm a bit tied up at the moment, but I can try to take a look at it a bit later.

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

    Re: Help...

    I went through the list of qt4 and libqt4 and made sure that all packages were installed.

    I used --without-qt-validation and I am compiling now. If it compiles and works, then it has to be something in the build that it need to be defined for it.
    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

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

    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

  10. #10
    Administrator
    Join Date
    Oct 2019
    Posts
    496

    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

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

    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

  12. #12
    Registered User
    Join Date
    Nov 2010
    Posts
    82

    Re: Help...

    With a clean pi image,
    all qt4
    both patches
    and --without-qt-validation

    I have skittles. or to be more precise
    Attached Images Attached Images
    Your dad.

  13. #13
    Administrator
    Join Date
    Oct 2019
    Posts
    496

    Re: Help...

    Did you try without --without-qt-validation? Just asking, because I expected it to work without needing it. Were there still issues?

  14. #14
    Registered User
    Join Date
    Nov 2010
    Posts
    82

    Re: Help...

    It went on to fail at finding the qt documentation. Whatever else I tried failed.
    Your dad.

  15. #15
    Administrator
    Join Date
    Oct 2019
    Posts
    496

    Re: Help...

    Ah. Not finding the qt docs is just a warning - it should continue even without them. As such, I haven't bothered updating the detection rules for the docs.

Thread Information

Users Browsing this Thread

There are currently 19 users browsing this thread. (0 members and 19 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