[Slackbuilds-users] Ekiga 4.0.1 not compiling on current
    Sebastian Arcus 
    s.arcus at open-t.co.uk
       
    Tue Apr  6 13:52:33 UTC 2021
    
    
  
Just a note that Ekiga 4.0.1 doesn't compile any more on current. I've 
enclosed below the error message. Looking at Ekiga's website, this 
version is from 2013 and there haven't been any updates since. Could it 
have developed some incompatibility with a current library in Slackware?
</snip>
../lib/engine/framework/services.cpp:159:13: error: ‘endl’ is not a 
member of ‘std’
   159 |     << std::endl
       |             ^~~~
../lib/engine/framework/services.cpp:47:1: note: ‘std::endl’ is defined 
in header ‘<ostream>’; did you forget to ‘#include <ostream>’?
    46 | #include "services.h"
   +++ |+#include <ostream>
    47 |
../lib/engine/framework/services.cpp:161:13: error: ‘endl’ is not a 
member of ‘std’
   161 |     << std::endl;
       |             ^~~~
../lib/engine/framework/services.cpp:161:13: note: ‘std::endl’ is 
defined in header ‘<ostream>’; did you forget to ‘#include <ostream>’?
make[3]: *** [Makefile:2052: services.lo] Error 1
make[3]: Leaving directory '/tmp/SBo/ekiga-4.0.1/lib'
make[2]: *** [Makefile:1436: all] Error 2
make[2]: Leaving directory '/tmp/SBo/ekiga-4.0.1/lib'
make[1]: *** [Makefile:645: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/ekiga-4.0.1'
make: *** [Makefile:529: all] Error 2
Failures:
   ekiga: ekiga.SlackBuild return non-zero
    
    
More information about the SlackBuilds-users
mailing list