# 2014-09-09 21:46:11: Установка get_xyz Linux Debian

При компиляции get_xyz возникает ошибка:
cisco.cpp: In function ‘int parse_result_cisco(char*, std::vector<__nf5_stat, std::allocator<__nf5_stat> >*)’:
cisco.cpp:101: error: ‘LONG_MIN’ was not declared in this scope
cisco.cpp:101: error: ‘LONG_MAX’ was not declared in this scope
cisco.cpp:105: error: ‘LONG_MIN’ was not declared in this scope
cisco.cpp:105: error: ‘LONG_MAX’ was not declared in this scope
make[1]: *** [cisco.o] Error 1

Для исправления данной ошибки необходимо в файле cisco.cpp, а так же в файлах: revolution.cpp, mikrotik.cpp добавить:
#include "/usr/include/limits.h"
После этого get_xyz устанавливается.