Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • linuxmce linuxmce
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 255
    • Issues 255
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linuxmcelinuxmce
  • linuxmcelinuxmce
  • Issues
  • #1636
Closed
Open
Issue created Dec 24, 2012 by Marie O Schmidt@marie.oMaintainer

lmce-dlna build fails

Using the latest hupnp libs and trying to build lmce-dlna causes a compile time error:

g++ -c -I.. -I../DCE -I/usr/include/mysql -I./include -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -I/usr/include/qt4/  -Wall -fPIC -ggdb3  LMCERenderer.cpp -o LMCERenderer.o
LMCERenderer.cpp: In member function void DCE::LMCERenderer::UpdateNowPlaying():
LMCERenderer.cpp:293:33: warning: comparison between signed and unsigned integer expressions [In member function virtual qint32 DCE::LMCERenderer::doPrevious():
LMCERenderer.cpp:442:1: warning: control reaches end of non-void function [-Wreturn-type](-Wsign-compare]
LMCERenderer.cpp:)
LMCERenderer.cpp: In member function virtual qint32 DCE::LMCERenderer::doNext():
LMCERenderer.cpp:430:1: warning: control reaches end of non-void function [In member function virtual qint32 DCE::LMCERenderer::doStop():
LMCERenderer.cpp:393:1: warning: control reaches end of non-void function [-Wreturn-type](-Wreturn-type]
LMCERenderer.cpp:)
g++ -c -I.. -I../DCE -I/usr/include/mysql -I./include -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -I/usr/include/qt4/  -Wall -fPIC -ggdb3  LMCERendererConnectionManager.cpp -o LMCERendererConnectionManager.o
g++ -o DLNA Main.o DLNA.o ../Gen_Devices/DLNABase.o DLNAEngine.o LMCERenderer.o LMCERendererConnectionManager.o  -L../lib  -lmysqlclient_r -lQtGui -lQtCore -lHUpnp -lHUpnpAv -lpluto_main -lSerializeClass -lDCECommon -lPlutoUtils -lpthread
LMCERenderer.o: In function `LMCERenderer':
/mnt/backup2/linuxmce/svn/branches/LinuxMCE-1004/src/DLNA/LMCERenderer.cpp:60: undefined reference to `vtable for DCE::LMCERenderer'
/mnt/backup2/linuxmce/svn/branches/LinuxMCE-1004/src/DLNA/LMCERenderer.cpp:60: undefined reference to `vtable for DCE::LMCERenderer'
LMCERenderer.o: In function `~LMCERenderer':
/mnt/backup2/linuxmce/svn/branches/LinuxMCE-1004/src/DLNA/LMCERenderer.cpp:183: undefined reference to `vtable for DCE::LMCERenderer'
/mnt/backup2/linuxmce/svn/branches/LinuxMCE-1004/src/DLNA/LMCERenderer.cpp:183: undefined reference to `vtable for DCE::LMCERenderer'
collect2: ld returned 1 exit status
make[*** [DLNA](1]:) Error 1
Assignee
Assign to
Time tracking