CMakelists.notes 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. USE_TCP is required
  2. ---
  3. error: invalid use of undefined type ‘struct tcp_connection’
  4. ==================
  5. USE_DANGLE is required
  6. ----
  7. warning: ‘tcp_proto_no’ defined but not used [-Wunused-variable]
  8. ==================
  9. USE_TLS requires TLS_HOOKS support
  10. #ifdef CORE_TLS
  11. #include "core/tls/tls_init.h" THIS FOLDER DOES not exist
  12. #define tls_has_init_si() 1
  13. #define tls_loaded() 1
  14. #else
  15. #include "core/tls_hooks_init.h"
  16. CORE_TLS obsolete?
  17. ==================
  18. USE_NAPTR is required also requires USE_DNS_CACHE
  19. create_srv_name is not defined
  20. ==================
  21. F_MALLOC and Q_MALLOC and TSLF_MALLOC are required
  22. undefined reference to `fm_malloc_init_shm_manager' same for others
  23. This also requires MALLOC_STATS to compile or else it will give
  24. ```
  25. error: ‘SREV_PKG_UPDATE_STATS’ undeclared (first use in this function)
  26. 820 | sr_event_exec(SREV_PKG_UPDATE_STATS, 0);
  27. ```
  28. ==================
  29. REQUIRES #ifdef STATISTICS
  30. pv_stats.c:49:2: error: unknown type name ‘stat_var’
  31. 49 | stat_var *stat;
  32. tmx_mod.c:92:1: error: unknown type name ‘stat_var’; did you mean ‘start_retr’?
  33. registrar.h:117:8: error: unknown type name ‘stat_var’
  34. usrloc/udomain.h:53:2: error: unknown type name ‘stat_var’
  35. 53 | stat_var *users;
  36. ==================
  37. presence requires libxml