FS#45385 - [hiredis] PLEASE ENTER SUMMARY
Attached to Project:
Community Packages
Opened by Matheus Caldas Santos (mtcs) - Thursday, 18 June 2015, 19:25 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 09 July 2015, 08:59 GMT
Opened by Matheus Caldas Santos (mtcs) - Thursday, 18 June 2015, 19:25 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 09 July 2015, 08:59 GMT
|
Details
Description:
This package shoulr require/sugest libev /usr/include/hiredis/adapters/libev.h file includes ev.h witch resides in libev package Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: compiling redox (https://github.com/hmartiro/redox) generated a error for /usr/include/hiredis/adapters/libev.h file |
This task depends upon
Closed by Massimiliano Torromeo (mtorromeo)
Thursday, 09 July 2015, 08:59 GMT
Reason for closing: Not a bug
Thursday, 09 July 2015, 08:59 GMT
Reason for closing: Not a bug
It provides headers for the convenience of integration with a number of event loops (libev being just one) but it is redox itself which depends on libev. libhiredis is not linked to any of them.
In fact, the README explicitly states "Redox is built on top of hiredis and libev" and gives build instructions for ubuntu to install both libraries "sudo apt-get install libhiredis-dev libev-dev".