ibroheem / cuap-gateway

CUAP [China Mobile USSD Application Protocol] gateway
4 stars 2 forks source link

compilation issue #1

Open inmasi opened 3 years ago

inmasi commented 3 years ago

In file included from /usr/include/c++/8/bits/ios_base.h:41, from /usr/include/c++/8/ios:42, from /usr/include/c++/8/ostream:38, from /usr/include/c++/8/iterator:64, from /usr/local/include/fmt/core.h:14, from /usr/local/include/fmt/format.h:60, from /usr/local/include/fmt/locale.h:11, from /usr/include/c++/8/clocale:42, from /usr/include/c++/8/x86_64-redhat-linux/bits/c++locale.h:41, from /usr/include/c++/8/bits/localefwd.h:40, from /usr/include/c++/8/string:43, from /usr/local/include/trantor/utils/Date.h:19, from /usr/local/include/trantor/net/EventLoop.h:20, from /usr/local/include/trantor/net/TcpClient.h:20, from gateway.h:4, from main.cpp:1: /usr/include/c++/8/bits/locale_classes.h:333:37: error: ‘_GLIBCXX_NUM_CATEGORIES’ was not declared in this scope enum { _S_categories_size = 6 + _GLIBCXX_NUM_CATEGORIES };

ibroheem commented 3 years ago
  1. Do you have all the dependencies installed
  2. I can see the problem is pointing to your FMT installation. Version 5 is being used for the current version of the project.
inmasi commented 3 years ago

Thanks for response. I got gateway installed successfully on CENTOS8. Will try to integrate it with USSDC.

ibroheem commented 3 years ago

Nice, will be waiting for feedback.