Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 112
    • Issues 112
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-daemon
  • Issues
  • #52

Closed
Open
Created Sep 24, 2018 by szotsaki@szotsaki

restclient.cpp:59:16: error: 'pollEvents' is not a member of 'DRing'

I get compilation error when trying to compile today's ring-daemon snapshot (only ring-daemon, in a separate container):

[  197s] restclient.cpp: In member function 'int RestClient::event_loop()':
[  197s] restclient.cpp:59:16: error: 'pollEvents' is not a member of 'DRing'
[  197s]          DRing::pollEvents();
[  197s]                 ^~~~~~~~~~
[  198s] make[3]: *** [Makefile:547: libclient_rest_la-restclient.lo] Error 1
[  198s] make[3]: *** Waiting for unfinished jobs....

Command line switches:

%configure  --with-alsa \
            --with-pulse \
            --with-jack \
            --with-dbus \
            --enable-video \
            --with-sdes \
            --with-speex \
            --with-speexdsp \
            --with-opus \
            --with-upnp \
            --with-natpmp \
            --enable-ipv6 \
            --enable-accel \
            --enable-ringns \
            --without-nodejs \
            --with-restcpp \
            --without-portaudio \
            --disable-static
Assignee
Assign to
Time tracking