[Slackbuilds-users] Unmaintained builds - want any of these?

Dave Woodfall dave at slackbuilds.org
Sat Feb 22 20:55:18 UTC 2020


On 2020-02-22 21:43,
414N <414N at slacky.it> put forth the proposition:
> Hi Dave,
>
> had some time to play around with building qt-5.12 and testing what goes
> wrong with scantailor during the build.
>
> It turns out that the compilation error is `error: invalid use of
> incomplete type 'class QButtonGroup'` and, by looking for solutions on
> the web, I stumbled upon a github issue [1] with a patch for another
> project that basically just adds the `QButtonGroup` header inclusion in
> the affected source file.
>
> I then tried applying a similar change to scantailor sources (patch
> attached): the build went flawlessly and the program seems to be working
> ok, although I did not throughly test it yet.
>
>
> [1]: https://github.com/lupoDharkael/smilla-enlarger/issues/3
>
>
> Alan Alberghini
>
> SBo clone: GitHub <https://github.com/414n/slackbuilds.org>

Thanks, Alan.

> On 22/02/20 00:21, 414N wrote:
> > Hello Dave,
> >
> > not yet, will try to look at it this weekend.
> >
> > Alan Alberghini
> >
> > SBo clone: GitHub <https://github.com/414n/slackbuilds.org>
> >
> > On 21/02/20 19:37, Dave Woodfall wrote:
> >> On 2020-01-26 11:08,
> >> 414N <414N at slacky.it> put forth the proposition:
> >>> Hi,
> >>>
> >>> I would gladly take
> >>>
> >>> graphics/scantailor
> >>>
> >>> if it is still possible.
> >>>
> >>> I also tried contacting Zhischenko Sergey for confirmation to no avail...
> >>>
> >>>
> >>> Alan Alberghini
> >> Hi Alan,
> >>
> >> Have you had any luck testing this with qt5-5.12.6?
> >>
> >> https://git.slackbuilds.org/slackbuilds/tree/libraries/qt5?h=user/dive/qt5-5.12
> >>
> >> Dave
> >
> > _______________________________________________
> > SlackBuilds-users mailing list
> > SlackBuilds-users at slackbuilds.org
> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ - https://slackbuilds.org/faq/
> >

> Index: scantailor-EXPERIMENTAL_2016_01_13/filters/page_split/OptionsWidget.cpp
> ===================================================================
> --- scantailor-EXPERIMENTAL_2016_01_13.orig/filters/page_split/OptionsWidget.cpp
> +++ scantailor-EXPERIMENTAL_2016_01_13/filters/page_split/OptionsWidget.cpp
> @@ -28,6 +28,7 @@
>  #include <QPixmap>
>  #include <boost/foreach.hpp>
>  #include <assert.h>
> +#include <QButtonGroup>
>
>  namespace page_split
>  {

--
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20200222/429d45e7/attachment.asc>


More information about the SlackBuilds-users mailing list