derpicated / dynamic_network_of_speakers

Dynamic Network of Speakers with MQTT
http://derpicated.github.io/dynamic_network_of_speakers/website/
MIT License
7 stars 1 forks source link

Build is failing for specific targets #40

Closed idelsink closed 8 years ago

idelsink commented 8 years ago

Build is failing for rwf_test data_parser_test config_parser_test

All errors fails point to /../logger/easylogging++.h:4592: more undefined references to 'el::base::elStorage'

idelsink commented 8 years ago

easylogging++ that is used in the dns_client uses a configure_logger function and a few defines to setup the logger. These tests don't have them, that's why there failing to build. Mabye move this to a seperate config header and use this to include the logger.