[mythtv-commits] Ticket #4166: libmythupnp link error (post changeset 14844)

MythTV mythtv at cvs.mythtv.org
Mon Nov 12 18:47:44 UTC 2007


#4166: libmythupnp link error (post changeset 14844)
-------------------------------------------+--------------------------------
 Reporter:  mythtv at dadeos.freeserve.co.uk  |       Owner:  dblain 
     Type:  defect                         |      Status:  new    
 Priority:  minor                          |   Milestone:  unknown
Component:  upnp                           |     Version:  head   
 Severity:  medium                         |     Mlocked:  0      
-------------------------------------------+--------------------------------
 Changeset 14844 causes a link error on my system (Slackware) for
 libmythupnp (cannot find –lXext).

 Error is:-
 {{{
 ccache g++ -Wl,-rpath,/usr/lib/qt/lib -shared
 -Wl,-soname,libmythupnp-0.20.so.0 -o libmythupnp-0.20.so.0.20.0 version.o
 httprequest.o upnp.o ssdp.o taskqueue.o upnputil.o upnpdevice.o
 upnptasknotify.o upnptasksearch.o threadpool.o httpserver.o upnpcds.o
 upnpcdsobjects.o bufferedsocketdevice.o eventing.o upnpcmgr.o upnpmsrr.o
 upnptaskevent.o ssdpcache.o configuration.o soapclient.o mythxmlclient.o
 moc_ssdpcache.o  -L/usr/lib/qt/lib -L../libmyth -lmyth-0.20 -lqt-mt -lXext
 -lX11 -lm -lpthread
 /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-
 linux/bin/ld: cannot find -lXext
 collect2: ld returned 1 exit status
 make: *** [libmythupnp-0.20.so.0.20.0] Error 1
 }}}

 The attached patch resolves this issue for me.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4166>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list