Kurento / bugtracker

[ARCHIVED] Contents migrated to monorepo: https://github.com/Kurento/kurento
46 stars 10 forks source link

compile error on cento7.2 #593

Closed worker24h closed 3 years ago

worker24h commented 3 years ago

Prerequisites

I'm building kms-core:6.16.0 on centos7.2, but it's occurs a problem.

Issue description


No dependency kmd files found in paths: /usr/share/kurento/modules:/usr/share/kurento/modules 
Generation success Scanning dependencies of target kmscoreimpl

[ 78%] Building CXX object src/server/CMakeFiles/kmscoreimpl.dir/implementation/EventHandler.cpp.o
In file included from /root/kurento/kms-core/src/server/implementation/EventHandler.cpp:19:0:
/root/kurento/kms-core/src/server/implementation/WorkerPool.hpp:42:3: 
error: expected constructor, destructor, or type conversion before ‘post’
   post (BOOST_ASIO_MOVE_ARG (CompletionHandler) handler)
   ^
/root/kurento/kms-core/src/server/implementation/EventHandler.cpp: In function ‘void kurento::post_task(std::function<void()>)’:
/root/kurento/kms-core/src/server/implementation/EventHandler.cpp:30:11: 
error: ‘class kurento::WorkerPool’ has no member named ‘post’
   workers.post (cb);
           ^
make[2]: *** [src/server/CMakeFiles/kmscoreimpl.dir/implementation/EventHandler.cpp.o] Error 1
make[1]: *** [src/server/CMakeFiles/kmscoreimpl.dir/all] Error 2
make: *** [all] Error 2
[root@63d5c0084f5b build]# ```

## Context

## How to reproduce?

## Expected & current behavior

## (Optional) Possible solution

## Info about your environment

### About Kurento Media Server

### About your Application Server

### About end-user clients

### Run these commands
github-actions[bot] commented 3 years ago

Hello @worker24h! :wave: we're sorry you found a bug... so first of all, thank you very much for reporting it.

However, your report doesn't follow the issue template, so it is being automatically closed. We are really sorry for that, but we need all reports to follow the template, or else it won't be possible to understand and help with all issues.

Please, create a new issue following the template, or reopen this same issue to edit and provide all required information.