Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jfjunior

#1
General Support / Re: Error libpcre32 on CentOS 6
September 17, 2019, 04:19:14 AM
Hello Victor, thank you so much for your help.

Now the following error occurs during make:

../../../include/nms_util.h:1930: error: address of overloaded function with no contextual type information
../../../include/nms_util.h: In member function 'EnumerationCallbackResult SynchronizedSharedHashMap<K, V>::forEach(EnumerationCallbackResult (*)(const K*, const V*, C*), C*) const [with C = std::pair<wchar_t*, wchar_t*>, K = unsigned int, V = Action]':
actions.cpp:657:   instantiated from here
../../../include/nms_util.h:1918: error: address of overloaded function with no contextual type information
../../../include/nms_util.h: In member function 'EnumerationCallbackResult SynchronizedSharedHashMap<K, V>::forEach(EnumerationCallbackResult (*)(const K*, const V*, C*), C*) const [with C = wchar_t, K = unsigned int, V = Action]':
actions.cpp:677:   instantiated from here
../../../include/nms_util.h:1918: error: address of overloaded function with no contextual type information
../../../include/nms_util.h: In member function 'EnumerationCallbackResult SynchronizedSharedHashMap<K, V>::forEach(EnumerationCallbackResult (*)(const K*, const V*, C*), C*) const [with C = SendActionData, K = unsigned int, V = Action]':
actions.cpp:711:   instantiated from here
../../../include/nms_util.h:1918: error: address of overloaded function with no contextual type information
../../../include/nms_util.h: In member function 'const shared_ptr<U>& SynchronizedSharedHashMap<K, V>::findElement(bool (*)(const K*, const V*, C*), C*) const [with C = const uuid, K = unsigned int, V = Action]':
actions.cpp:795:   instantiated from here
../../../include/nms_util.h:1930: error: address of overloaded function with no contextual type information
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-format-truncation"
cc1plus: warning: unrecognized command line option "-Wno-unused-result"
make[4]: *** [libnxcore_la-actions.lo] Error 1
make[4]: Leaving directory `/usr/local/src/netxms-3.0.2258/src/server/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/netxms-3.0.2258/src/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/netxms-3.0.2258/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/netxms-3.0.2258'
make: *** [all] Error 2
#2
General Support / Error libpcre32 on CentOS 6
September 16, 2019, 03:10:15 AM
Hello everybody

When I try to compile version 3 from source on CentOS 6 I get the following error

checking for pcre32_compile in -lpcre32... no
configure: error: libpcre32 is requred