LanguageMachines / libfolia

FoLiA library for C++
https://proycon.github.io/folia
GNU General Public License v3.0
15 stars 7 forks source link

1.16 fails to configure: error: Could not find a version of the Boost::Regex library! #35

Closed yurivict closed 4 years ago

yurivict commented 5 years ago
configure:16328: (cc -c -Werror -Wunknown-warning-option  -pthread -O2 -pipe -fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing  -fno-omit-frame-pointer conftest.c >&5) && (echo ==== >&5) && (cc -o conftest -Werror -Wunknown-warning-option  -pthread -O2 -pipe -fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing  -fno-omit-frame-pointer  -fstack-protector-strong  conftest.o  >&5)
====
configure:16328: $? = 0
configure:16346: result: no
configure:16495: checking for joinable pthread attribute
configure:16513: cc -o conftest -O2 -pipe -fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing  -pthread -fno-omit-frame-pointer  -fstack-protector-strong  conftest.c   >&5
configure:16513: $? = 0
configure:16521: result: PTHREAD_CREATE_JOINABLE
configure:16535: checking whether more special flags are required for pthreads
configure:16548: result: no
configure:16556: checking for PTHREAD_PRIO_INHERIT
configure:16572: cc -o conftest -O2 -pipe -fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing  -pthread -fno-omit-frame-pointer  -fstack-protector-strong  conftest.c   >&5
configure:16572: $? = 0
configure:16581: result: yes
configure:16827: checking for boostlib >= 1.50 (105000)
configure:16859: c++ -c -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer   -pthread -fno-omit-frame-pointer -I/usr/local/include conftest.cpp >&5
configure:16859: $? = 0
configure:16861: result: yes
configure:17041: checking whether the Boost::Regex library is available
configure:17064: c++ -c -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer   -pthread -fno-omit-frame-pointer -I/usr/local/include -I/usr/local/include conftest.cpp >&5
conftest.cpp:34:15: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
boost::regex r(); return 0;
              ^~
conftest.cpp:34:15: note: replace parentheses with an initializer to declare a variable
boost::regex r(); return 0;
              ^~
              {}
1 warning generated.
configure:17064: $? = 0
configure:17078: result: yes
configure:17226: error: Could not find a version of the Boost::Regex library!

boost-libs-1.70.0

kosloot commented 5 years ago

@yurivict Sorry for the late reaction. This issue slipped through somehow. Normally we would have reacted with questions about your system and configuration. But that is void now: We are in the process of removing the boost dependency. The master branches of the software are already at this point. So you might try these. Or wait for new releases. Those are due in September.

again sorry for the delay.

kosloot commented 4 years ago

Boost is not needed anymore.