[Slackbuilds-users] My packages (Aaditya Bagga)
    Aaditya Bagga 
    aaditya_gnulinux at zoho.com
       
    Wed Feb  4 06:25:32 UTC 2015
    
    
  
On 2/4/15, B Watson <yalhcru at gmail.com> wrote:
 > Connecting to download-origin.transmissionbt.com
 > (download-origin.transmissionbt.com)|212.129.33.50|:80... failed:
 > Connection refused.
Guess that's why we have maintainers. Upstream changed the
URL. I'll take over transmission and submit a new script in the
next day or so, but meanwhile, Willy or someone, could you change
the download link to:
https://transmission.cachefly.net/transmission-2.84.tar.xz
--------------------------------------------------------------------
Yeah, I changed the link, here is what I have so far:
http://sourceforge.net/projects/mefiles/files/Slackware/transmission.tar.gz 
(will be up shortly I think)
I can build it without Qt (QT=no ./transmission.SlackBuild)
But cant seem to disable the GTK client (--disable-gtk)
or build the Qt part. Fails with:
/usr/lib64/qt/include/QtGui/qwidget.h:556:10: note:   no known 
conversion for argument 1 from ‘<unresolved overloaded function type>’ 
to ‘QLayout*’
mainwin.cc:1323:9: error: invalid use of member function (did you forget 
the ‘()’ ?)
    layout->addItem (spacer, layout->rowCount (), 0, 1, 
layout->columnCount ());
          ^
mainwin.cc:1323:9: error: base operand of ‘->’ is not a pointer
mainwin.cc:1323:34: error: invalid use of member function (did you 
forget the ‘()’ ?)
    layout->addItem (spacer, layout->rowCount (), 0, 1, 
layout->columnCount ());
                                   ^
mainwin.cc:1323:34: error: base operand of ‘->’ is not a pointer
mainwin.cc:1323:61: error: invalid use of member function (did you 
forget the ‘()’ ?)
    layout->addItem (spacer, layout->rowCount (), 0, 1, 
layout->columnCount ());
                                                              ^
mainwin.cc:1323:61: error: base operand of ‘->’ is not a pointer
make: *** [mainwin.o] Error 1
make: *** Waiting for unfinished jobs....
    
    
More information about the SlackBuilds-users
mailing list