Coder Social home page Coder Social logo

openelp's Introduction

OpenELP, an Open Source EchoLink Proxy

OpenELP is an open source EchoLink proxy for Linux and Windows. It aims to be efficient and maintain a small footprint, while still implementing all of the features present in the official EchoLink proxy.

OpenELP also has the ability to bind to multiple network interfaces which are routed to unique external IP addresses, and therefore is capable of accepting connections from multiple clients simultaneously.

GitHub Workflow Status AUR version EPEL package Fedora package Codecov

Prerequisites

To build OpenELP you will need:

If available, OpenELP can use:

If your system doesn't have PCRE2 development files installed, you have the option of bundling PCRE2 with OpenELP. To do this, specify -DOPENELP_BUNDLE_PCRE:BOOL=ON when you call cmake. CMake will download the PCRE2 sources automatically and build them into the OpenELP library.

To create a Windows installer, you will also need to install NSIS

The only runtime dependency that OpenELP has is on the PCRE2 shared library, unless PCRE2 was bundled into OpenELP.

To install these prerequisites on Fedora (23+) and CentOS/RHEL (6+ w/EPEL), run:

sudo yum install cmake doxygen gcc pcre2-devel pkgconfig openssl-devel

Compiling

Linux:

mkdir build && cd build
cmake ..
make

Windows:

mkdir build && cd build
cmake .. -DOPENELP_BUNDLE_PCRE:BOOL=ON
devenv openelp.sln /build

Windows Installer:

devenv openelp.sln /project PACKAGE /build

License

See LICENSE file.

EchoLink® is a registered trademark of Synergenics, LLC.

Bugs

All issues and feature requests should be directed to the bug tracker. Please review any open issues before filing new ones.

openelp's People

Contributors

cottsay avatar patricklang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

openelp's Issues

Issues building on Ubuntu Server 15.04

I added libpcre3-dev and cmake, cloned the repo, then tried to build as recommended. No luck :(

Patrick@Ubuntu-1504-1:~/OpenELP/openelp/build$ cmake ..
CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:168 (find_package_handle_standard_args)
  CMakeLists.txt:91 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/Patrick/OpenELP/openelp/CMakeFiles/CMakeOutput.log".

Building in Centos 7.1 - also can't get PCRE 2.8

I tried setting up the prerequisites:

sudo yum install cmake doxygen pcre-devel gcc subversion

That still doesn't get a compatible PCRE 2.8 on Centos 7.1.

[Patrick@plang-ducp-c1 build]$ cmake ..
-- The C compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- checking for module 'libpcre2-8'
--   package 'libpcre2-8' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:279 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
  CMakeLists.txt:92 (pkg_check_modules)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5")
-- Configuring incomplete, errors occurred!

If I try to use static PCRE 2.8, it fails building PCRE itself:

[Patrick@plang-ducp-c1 openelp]$ cmake .. -DOPENELP_BUNDLE_PCRE:BOOL=ON
CMake Error: The source directory "/home/Patrick" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
[Patrick@plang-ducp-c1 openelp]$ cd build/
[Patrick@plang-ducp-c1 build]$ rm -rf *
[Patrick@plang-ducp-c1 build]$ cmake .. -DOPENELP_BUNDLE_PCRE:BOOL=ON
-- The C compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found Subversion: /usr/bin/svn (found version "1.7.14")
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/Patrick/openelp/build
[Patrick@plang-ducp-c1 build]$ make
Scanning dependencies of target pcre
[  3%] Creating directories for 'pcre'
[  7%] Performing download step (SVN checkout) for 'pcre'
A    pcre/doc
A    pcre/doc/pcre2_general_context_free.3
A    pcre/doc/pcre2demo.3
A    pcre/doc/pcre2_compile_context_copy.3
A    pcre/doc/pcre2_match_data_free.3
A    pcre/doc/pcre2_compile.3
A    pcre/doc/pcre2_get_mark.3
A    pcre/doc/pcre2_match_context_copy.3
A    pcre/doc/pcre2_substring_nametable_scan.3
A    pcre/doc/pcre2_match.3
A    pcre/doc/pcre2test.txt
A    pcre/doc/pcre2build.3
A    pcre/doc/pcre2_serialize_encode.3
A    pcre/doc/index.html.src
A    pcre/doc/pcre2_substring_copy_byname.3
A    pcre/doc/pcre2stack.3
A    pcre/doc/pcre2_set_recursion_memory_management.3
A    pcre/doc/pcre2_callout_enumerate.3
A    pcre/doc/pcre2_substring_list_get.3
A    pcre/doc/pcre2api.3
A    pcre/doc/pcre2_substring_number_from_name.3
A    pcre/doc/pcre2grep.txt
A    pcre/doc/pcre2test.1
A    pcre/doc/pcre2_set_callout.3
A    pcre/doc/pcre2_jit_stack_assign.3
A    pcre/doc/pcre2_compile_context_create.3
A    pcre/doc/pcre2_get_ovector_pointer.3
A    pcre/doc/pcre2_match_context_create.3
A    pcre/doc/pcre2unicode.3
A    pcre/doc/pcre2syntax.3
A    pcre/doc/pcre2serialize.3
A    pcre/doc/pcre2_match_data_create_from_pattern.3
A    pcre/doc/pcre2_get_ovector_count.3
A    pcre/doc/pcre2_get_startchar.3
A    pcre/doc/pcre2_set_parens_nest_limit.3
A    pcre/doc/pcre2grep.1
A    pcre/doc/pcre2_compile_context_free.3
A    pcre/doc/pcre2.txt
A    pcre/doc/pcre2_serialize_get_number_of_codes.3
A    pcre/doc/pcre2-config.txt
A    pcre/doc/pcre2_match_context_free.3
A    pcre/doc/pcre2limits.3
A    pcre/doc/pcre2_general_context_create.3
A    pcre/doc/pcre2_config.3
A    pcre/doc/pcre2_maketables.3
A    pcre/doc/pcre2_match_data_create.3
A    pcre/doc/pcre2_substring_get_byname.3
A    pcre/doc/pcre2perform.3
A    pcre/doc/pcre2_code_free.3
A    pcre/doc/pcre2_jit_stack_free.3
A    pcre/doc/pcre2_set_compile_recursion_guard.3
A    pcre/doc/pcre2pattern.3
A    pcre/doc/pcre2.3
A    pcre/doc/pcre2sample.3
A    pcre/doc/pcre2_substring_get_bynumber.3
A    pcre/doc/pcre2jit.3
A    pcre/doc/pcre2_pattern_info.3
A    pcre/doc/pcre2partial.3
A    pcre/doc/pcre2_set_bsr.3
A    pcre/doc/pcre2_set_character_tables.3
A    pcre/doc/pcre2_jit_free_unused_memory.3
A    pcre/doc/pcre2posix.3
A    pcre/doc/pcre2callout.3
A    pcre/doc/pcre2_set_match_limit.3
A    pcre/doc/pcre2_general_context_copy.3
A    pcre/doc/pcre2_substring_length_byname.3
A    pcre/doc/pcre2_substring_list_free.3
A    pcre/doc/pcre2_substring_copy_bynumber.3
A    pcre/doc/pcre2_substring_free.3
A    pcre/doc/pcre2_set_recursion_limit.3
A    pcre/doc/pcre2compat.3
A    pcre/doc/pcre2_substring_length_bynumber.3
A    pcre/doc/pcre2_serialize_free.3
A    pcre/doc/pcre2_serialize_decode.3
A    pcre/doc/pcre2matching.3
A    pcre/doc/pcre2_get_error_message.3
A    pcre/doc/pcre2_jit_compile.3
A    pcre/doc/pcre2_jit_stack_create.3
A    pcre/doc/pcre2_jit_match.3
A    pcre/doc/pcre2_dfa_match.3
A    pcre/doc/html
A    pcre/doc/html/pcre2limits.html
A    pcre/doc/html/pcre2posix.html
A    pcre/doc/html/pcre2_substring_copy_byname.html
A    pcre/doc/html/pcre2_substring_get_byname.html
A    pcre/doc/html/pcre2_general_context_copy.html
A    pcre/doc/html/pcre2_set_newline.html
A    pcre/doc/html/pcre2_set_compile_recursion_guard.html
A    pcre/doc/html/pcre2pattern.html
A    pcre/doc/html/pcre2_substring_get_bynumber.html
A    pcre/doc/html/pcre2sample.html
A    pcre/doc/html/pcre2_compile.html
A    pcre/doc/html/pcre2matching.html
A    pcre/doc/html/pcre2_substring_nametable_scan.html
A    pcre/doc/html/pcre2_match.html
A    pcre/doc/html/pcre2_compile_context_free.html
A    pcre/doc/html/pcre2build.html
A    pcre/doc/html/pcre2_match_context_free.html
A    pcre/doc/html/pcre2_jit_free_unused_memory.html
A    pcre/doc/html/pcre2_serialize_encode.html
A    pcre/doc/html/pcre2_config.html
A    pcre/doc/html/pcre2_callout_enumerate.html
A    pcre/doc/html/pcre2_set_recursion_memory_management.html
A    pcre/doc/html/pcre2_substitute.html
A    pcre/doc/html/index.html
A    pcre/doc/html/pcre2_get_ovector_pointer.html
A    pcre/doc/html/pcre2test.html
A    pcre/doc/html/pcre2_set_recursion_limit.html
A    pcre/doc/html/pcre2-config.html
A    pcre/doc/html/pcre2_match_data_create_from_pattern.html
A    pcre/doc/html/pcre2_get_ovector_count.html
A    pcre/doc/html/pcre2serialize.html
A    pcre/doc/html/pcre2_serialize_decode.html
A    pcre/doc/html/pcre2partial.html
A    pcre/doc/html/pcre2_jit_compile.html
A    pcre/doc/html/NON-AUTOTOOLS-BUILD.txt
A    pcre/doc/html/pcre2_jit_stack_create.html
A    pcre/doc/html/pcre2_set_bsr.html
A    pcre/doc/html/pcre2_set_character_tables.html
A    pcre/doc/html/pcre2_jit_match.html
A    pcre/doc/html/pcre2_general_context_create.html
A    pcre/doc/html/pcre2_set_match_limit.html
A    pcre/doc/html/pcre2_dfa_match.html
A    pcre/doc/html/pcre2_match_data_create.html
A    pcre/doc/html/pcre2_maketables.html
A    pcre/doc/html/pcre2_substring_number_from_name.html
A    pcre/doc/html/pcre2_jit_stack_free.html
A    pcre/doc/html/pcre2_substring_copy_bynumber.html
A    pcre/doc/html/pcre2_jit_stack_assign.html
A    pcre/doc/html/pcre2_compile_context_create.html
A    pcre/doc/html/pcre2.html
A    pcre/doc/html/pcre2_substring_free.html
A    pcre/doc/html/pcre2_general_context_free.html
A    pcre/doc/html/pcre2_match_context_create.html
A    pcre/doc/html/pcre2_compile_context_copy.html
A    pcre/doc/html/pcre2_match_data_free.html
A    pcre/doc/html/pcre2syntax.html
A    pcre/doc/html/pcre2unicode.html
A    pcre/doc/html/pcre2_pattern_info.html
A    pcre/doc/html/pcre2_match_context_copy.html
A    pcre/doc/html/pcre2_serialize_get_number_of_codes.html
A    pcre/doc/html/pcre2callout.html
A    pcre/doc/html/pcre2stack.html
A    pcre/doc/html/pcre2api.html
A    pcre/doc/html/pcre2_substring_list_get.html
A    pcre/doc/html/pcre2perform.html
A    pcre/doc/html/pcre2_code_free.html
A    pcre/doc/html/pcre2_substring_length_byname.html
A    pcre/doc/html/pcre2_substring_list_free.html
A    pcre/doc/html/README.txt
A    pcre/doc/html/pcre2_set_callout.html
A    pcre/doc/html/pcre2compat.html
A    pcre/doc/html/pcre2_substring_length_bynumber.html
A    pcre/doc/html/pcre2demo.html
A    pcre/doc/html/pcre2jit.html
A    pcre/doc/html/pcre2_serialize_free.html
A    pcre/doc/html/pcre2_get_mark.html
A    pcre/doc/html/pcre2_get_startchar.html
A    pcre/doc/html/pcre2_set_parens_nest_limit.html
A    pcre/doc/html/pcre2_get_error_message.html
A    pcre/doc/html/pcre2grep.html
A    pcre/doc/pcre2_substitute.3
A    pcre/doc/pcre2_set_newline.3
A    pcre/doc/pcre2-config.1
A    pcre/libpcre2-posix.pc.in
A    pcre/COPYING
A    pcre/RunTest.bat
A    pcre/perltest.sh
A    pcre/autogen.sh
A    pcre/NEWS
A    pcre/libpcre2-8.pc.in
A    pcre/CMakeLists.txt
A    pcre/NON-AUTOTOOLS-BUILD
A    pcre/RunGrepTest
A    pcre/CleanTxt
A    pcre/ChangeLog
A    pcre/libpcre2-32.pc.in
A    pcre/libpcre2-16.pc.in
A    pcre/README
A    pcre/HACKING
A    pcre/maint
A    pcre/maint/MultiStage2.py
A    pcre/maint/utf8.c
A    pcre/maint/ucptest.c
A    pcre/maint/pcre2_chartables.c.non-standard
A    pcre/maint/ManyConfigTests
A    pcre/maint/README
A    pcre/maint/GenerateUtt.py
A    pcre/maint/Unicode.tables
A    pcre/maint/Unicode.tables/CaseFolding.txt
A    pcre/maint/Unicode.tables/DerivedGeneralCategory.txt
A    pcre/maint/Unicode.tables/UnicodeData.txt
A    pcre/maint/Unicode.tables/GraphemeBreakProperty.txt
A    pcre/maint/Unicode.tables/Scripts.txt
A    pcre/maint/ucptestdata
A    pcre/maint/ucptestdata/testinput1
A    pcre/maint/ucptestdata/testoutput1
A    pcre/testdata
A    pcre/testdata/testinput6
A    pcre/testdata/testoutput3B
A    pcre/testdata/testoutput5
A    pcre/testdata/testoutput6
A    pcre/testdata/testoutput11-16
A    pcre/testdata/testinput7
A    pcre/testdata/testoutput7
A    pcre/testdata/testinput8
A    pcre/testdata/testinput9
A    pcre/testdata/testoutput9
A    pcre/testdata/grepfilelist
A    pcre/testdata/testoutput8-8
A    pcre/testdata/testinput10
A    pcre/testdata/grepinput3
A    pcre/testdata/testinput11
A    pcre/testdata/testinput12
A    pcre/testdata/grepbinary
A    pcre/testdata/grepinputv
A    pcre/testdata/testinput13
A    pcre/testdata/testinput14
A    pcre/testdata/testinput15
A    pcre/testdata/grepinput8
A    pcre/testdata/grepinputx
A    pcre/testdata/testinput16
A    pcre/testdata/grepoutput8
A    pcre/testdata/testinput17
A    pcre/testdata/testinput18
A    pcre/testdata/testinputEBC
A    pcre/testdata/testinput19
A    pcre/testdata/testoutput8-32
A    pcre/testdata/testoutputEBC
A    pcre/testdata/testoutput8-16
A    pcre/testdata/grepinput
A    pcre/testdata/testoutput12-32
A    pcre/testdata/testoutput12-16
A    pcre/testdata/greplist
A    pcre/testdata/grepoutputN
A    pcre/testdata/wintestinput3
A    pcre/testdata/testoutput10
A    pcre/testdata/wintestoutput3
A    pcre/testdata/greppatN4
A    pcre/testdata/testoutput13
A    pcre/testdata/testoutput14
A    pcre/testdata/testoutput15
A    pcre/testdata/testoutput16
A    pcre/testdata/testoutput17
A    pcre/testdata/testoutput18
A    pcre/testdata/testoutput19
A    pcre/testdata/grepoutput
A    pcre/testdata/testinput1
A    pcre/testdata/testinput2
A    pcre/testdata/testoutput1
A    pcre/testdata/testinput3
A    pcre/testdata/testoutput2
A    pcre/testdata/testinput4
A    pcre/testdata/testoutput3
A    pcre/testdata/testinput5
A    pcre/testdata/testoutput11-32
A    pcre/testdata/testoutput3A
A    pcre/testdata/testoutput4
A    pcre/Makefile.am
A    pcre/CheckMan
A    pcre/config-cmake.h.in
A    pcre/cmake
A    pcre/cmake/FindReadline.cmake
A    pcre/cmake/FindPackageHandleStandardArgs.cmake
A    pcre/cmake/COPYING-CMAKE-SCRIPTS
A    pcre/cmake/FindEditline.cmake
A    pcre/m4
A    pcre/m4/ax_pthread.m4
A    pcre/m4/pcre2_visibility.m4
A    pcre/pcre2-config.in
A    pcre/Detrail
A    pcre/AUTHORS
A    pcre/src
A    pcre/src/pcre2_dfa_match.c
A    pcre/src/pcre2_printint.c
A    pcre/src/pcre2_study.c
A    pcre/src/pcre2posix.h
A    pcre/src/pcre2_chartables.c.dist
A    pcre/src/pcre2_tables.c
A    pcre/src/pcre2_internal.h
A    pcre/src/pcre2demo.c
A    pcre/src/pcre2_ord2utf.c
A    pcre/src/pcre2_match_data.c
A    pcre/src/pcre2_string_utils.c
A    pcre/src/pcre2_serialize.c
A    pcre/src/pcre2_compile.c
A    pcre/src/pcre2_error.c
A    pcre/src/dftables.c
A    pcre/src/config.h.generic
A    pcre/src/pcre2_match.c
A    pcre/src/pcre2_intmodedep.h
A    pcre/src/pcre2_xclass.c
A    pcre/src/pcre2_newline.c
A    pcre/src/pcre2_config.c
A    pcre/src/pcre2_maketables.c
A    pcre/src/sljit
A    pcre/src/sljit/sljitNativePPC_32.c
A    pcre/src/sljit/sljitNativeARM_64.c
A    pcre/src/sljit/sljitNativeARM_T2_32.c
A    pcre/src/sljit/sljitUtils.c
A    pcre/src/sljit/sljitNativeX86_32.c
A    pcre/src/sljit/sljitNativePPC_common.c
A    pcre/src/sljit/sljitNativePPC_64.c
A    pcre/src/sljit/sljitNativeX86_common.c
A    pcre/src/sljit/sljitNativeX86_64.c
A    pcre/src/sljit/sljitConfigInternal.h
A    pcre/src/sljit/sljitConfig.h
A    pcre/src/sljit/sljitNativeTILEGX_64.c
A    pcre/src/sljit/sljitNativeTILEGX-encoder.c
A    pcre/src/sljit/sljitNativeMIPS_32.c
A    pcre/src/sljit/sljitNativeSPARC_32.c
A    pcre/src/sljit/sljitExecAllocator.c
A    pcre/src/sljit/sljitLir.c
A    pcre/src/sljit/sljitNativeMIPS_common.c
A    pcre/src/sljit/sljitNativeSPARC_common.c
A    pcre/src/sljit/sljitNativeMIPS_64.c
A    pcre/src/sljit/sljitNativeARM_32.c
A    pcre/src/sljit/sljitLir.h
A    pcre/src/pcre2_substitute.c
A    pcre/src/pcre2_ucd.c
A    pcre/src/pcre2_valid_utf.c
A    pcre/src/pcre2_substring.c
A    pcre/src/pcre2test.c
A    pcre/src/pcre2_context.c
A    pcre/src/pcre2_jit_test.c
A    pcre/src/pcre2_auto_possess.c
A    pcre/src/pcre2_pattern_info.c
A    pcre/src/pcre2.h.in
A    pcre/src/pcre2_ucp.h
A    pcre/src/pcre2_jit_compile.c
A    pcre/src/pcre2grep.c
A    pcre/src/pcre2.h.generic
A    pcre/src/pcre2_jit_misc.c
A    pcre/src/pcre2_jit_match.c
A    pcre/src/pcre2posix.c
A    pcre/132html
A    pcre/PrepareRelease
A    pcre/LICENCE
A    pcre/configure.ac
A    pcre/RunTest
 U   pcre
Checked out revision 498.
[ 11%] No patch step for 'pcre'
[ 15%] Performing update step (SVN update) for 'pcre'
Updating '.':
At revision 498.
[ 19%] Performing configure step for 'pcre'
-- The C compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error at CMakeLists.txt:78 (CMAKE_POLICY):
  Policy "CMP0026" is not known to this version of CMake.


-- Could NOT find BZip2 (missing:  BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Could not find OPTIONAL package Readline
-- Could not find OPTIONAL package Editline
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for strerror
-- Looking for strerror - found
--
--
-- PCRE2 configuration summary:
--
--   Install prefix .................. : /usr/local
--   C compiler ...................... : /usr/bin/cc
--   C compiler flags ................ : -I/home/Patrick/openelp/build/pcre-prefix/src/pcre/src
--
--   Build 8 bit PCRE2 library ....... : ON
--   Build 16 bit PCRE2 library ...... : OFF
--   Build 32 bit PCRE2 library ...... : OFF
--   Enable JIT compiling support .... : OFF
--   Enable Unicode support .......... : ON
--   Newline char/sequence ........... : LF
--   \R matches only ANYCRLF ......... : OFF
--   EBCDIC coding ................... : OFF
--   EBCDIC coding with NL=0x25 ...... : OFF
--   Rebuild char tables ............. : OFF
--   Use heap recursion .............. : OFF
--   Internal link size .............. : 2
--   Parentheses nest limit .......... : 250
--   Match limit ..................... : 10000000
--   Match limit recursion ........... : MATCH_LIMIT
--   Build shared libs ............... : OFF
--   Build static libs ............... : ON
--   Build pcre2grep ................. : OFF
--   Enable JIT in pcre2grep ......... : ON
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test  . : OFF
--                and pcre2grep)
--   Link pcre2grep with libz ........ : Library not found
--   Link pcre2grep with libbz2 ...... : Library not found
--   Link pcre2test with libeditline . : Library not found
--   Link pcre2test with libreadline . : Library not found
--   Support Valgrind .................: OFF
--
-- Configuring incomplete, errors occurred!
make[2]: *** [pcre-prefix/src/pcre-stamp/pcre-configure] Error 1
make[1]: *** [CMakeFiles/pcre.dir/all] Error 2
make: *** [all] Error 2
[Patrick@plang-ducp-c1 build]$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.