sábado, 24 de janeiro de 2026

poedit construído a partir do código-fonte - parte seis

Parte seis da saga. Tentando instalar o "poedit" no Linux From Scratch (LFS), versão 12.4, edição System V.

Constatou-se que o programa "poedit" (3.8.1) exige a biblioteca "lucene".

Abaixo está transcrita a saída gerada pela execução do conjunto de comandos sequenciados de configuração do pacote "poedit" (3.8.1, ramificação "master" do repositório Git oficial):

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /usr/local
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports C++17 features by default... yes
checking for boostlib >= 1.69 (106900)... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether the Boost::IOStreams library is available... yes
checking for exit in -lboost_iostreams... yes
checking for cpprest/http_client.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for nlohmann/json.hpp... no
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 3.2.4 (--unicode)... yes (version 3.2.9)
checking for wxWidgets static library... no
checking whether wxWidgets was built with wxUSE_XRC... yes
checking whether wxWidgets was built with wxUSE_WEBVIEW... yes
checking for wxrc... /usr/local/bin/wxrc-3.2
checking for mkdtemp... yes
checking for icu-uc icu-i18n >= 54... yes
checking if wxWidgets toolkit uses GTK+ 3... yes
checking for gtkspell3-3.0 gtk+-3.0... yes
checking for liblucene++ >= 3.0.5... no
configure: error: missing Lucene++ library
Agora transcreve-se o conteúdo do arquivo "config.log":
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by poedit configure 3.8.1, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = comp03
uname -m = x86_64
uname -r = 6.16.1-20260118
uname -s = Linux
uname -v = #6 SMP PREEMPT_DYNAMIC Sun Jan 18 16:24:24 -03 2026

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/rustc/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /opt/kf6/bin/
PATH: /opt/qt6/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2744: looking for aux files: compile missing install-sh config.guess config.sub
configure:2757:  trying ./admin/
configure:2786:   ./admin/compile found
configure:2786:   ./admin/missing found
configure:2768:   ./admin/install-sh found
configure:2786:   ./admin/config.guess found
configure:2786:   ./admin/config.sub found
configure:2910: checking build system type
configure:2926: result: x86_64-pc-linux-gnu
configure:2946: checking host system type
configure:2961: result: x86_64-pc-linux-gnu
configure:2999: checking for a BSD-compatible install
configure:3073: result: /usr/bin/install -c
configure:3084: checking whether sleep supports fractional seconds
configure:3100: result: yes
configure:3103: checking filesystem timestamp resolution
configure:3238: result: 0.01
configure:3243: checking whether build environment is sane
configure:3288: result: yes
configure:3459: checking for a race-free mkdir -p
configure:3502: result: /usr/bin/mkdir -p
configure:3509: checking for gawk
configure:3530: found /usr/bin/gawk
configure:3542: result: gawk
configure:3553: checking whether make sets $(MAKE)
configure:3577: result: yes
configure:3603: checking whether make supports nested variables
configure:3622: result: yes
configure:3636: checking xargs -n works
configure:3652: result: yes
configure:3737: checking whether UID '1000' is supported by ustar format
configure:3743: result: yes
configure:3750: checking whether GID '1000' is supported by ustar format
configure:3756: result: yes
configure:3764: checking how to create a ustar tar archive
configure:3775: tar --version
tar (GNU tar) 1.35
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3778: $? = 0
configure:3818: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3821: $? = 0
configure:3825: tar -xf - <conftest.tar
configure:3828: $? = 0
configure:3830: cat conftest.dir/file
GrepMe
configure:3833: $? = 0
configure:3848: result: gnutar
configure:3875: checking whether to enable maintainer-specific portions of Makefiles
configure:3886: result: no
configure:3953: checking for install location
configure:3966: result: /usr/local
configure:3980: checking for gawk
configure:4013: result: gawk
configure:4025: checking whether ln -s works
configure:4029: result: yes
configure:4085: checking for ranlib
configure:4106: found /usr/bin/ranlib
configure:4118: result: ranlib
configure:4203: checking for gcc
configure:4224: found /usr/bin/gcc
configure:4236: result: gcc
configure:4595: checking for C compiler version
configure:4604: gcc --version >&5
gcc (GCC) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4615: $? = 0
configure:4604: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --disable-multilib --disable-bootstrap --disable-fixincludes --with-system-zlib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.2.0 (GCC) 
configure:4615: $? = 0
configure:4604: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4615: $? = 1
configure:4604: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4615: $? = 1
configure:4604: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4615: $? = 1
configure:4635: checking whether the C compiler works
configure:4657: gcc    conftest.c  >&5
configure:4661: $? = 0
configure:4712: result: yes
configure:4716: checking for C compiler default output file name
configure:4718: result: a.out
configure:4724: checking for suffix of executables
configure:4731: gcc -o conftest    conftest.c  >&5
configure:4735: $? = 0
configure:4759: result: 
configure:4783: checking whether we are cross compiling
configure:4791: gcc -o conftest    conftest.c  >&5
configure:4795: $? = 0
configure:4802: ./conftest
configure:4806: $? = 0
configure:4821: result: no
configure:4827: checking for suffix of object files
configure:4850: gcc -c   conftest.c >&5
configure:4854: $? = 0
configure:4878: result: o
configure:4882: checking whether the compiler supports GNU C
configure:4902: gcc -c   conftest.c >&5
configure:4902: $? = 0
configure:4914: result: yes
configure:4925: checking whether gcc accepts -g
configure:4946: gcc -c -g  conftest.c >&5
configure:4946: $? = 0
configure:4993: result: yes
configure:5013: checking for gcc option to enable C11 features
configure:5028: gcc  -c -g -O2  conftest.c >&5
configure:5028: $? = 0
configure:5047: result: none needed
configure:5171: checking whether gcc understands -c and -o together
configure:5194: gcc -c conftest.c -o conftest2.o
configure:5197: $? = 0
configure:5194: gcc -c conftest.c -o conftest2.o
configure:5197: $? = 0
configure:5213: result: yes
configure:5233: checking whether make supports the include directive
configure:5248: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:5251: $? = 0
configure:5270: result: yes (GNU style)
configure:5296: checking dependency style of gcc
configure:5409: result: gcc3
configure:5494: checking for g++
configure:5515: found /usr/bin/g++
configure:5527: result: g++
configure:5554: checking for C++ compiler version
configure:5563: g++ --version >&5
g++ (GCC) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5574: $? = 0
configure:5563: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --disable-multilib --disable-bootstrap --disable-fixincludes --with-system-zlib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.2.0 (GCC) 
configure:5574: $? = 0
configure:5563: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5574: $? = 1
configure:5563: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5574: $? = 1
configure:5578: checking whether the compiler supports GNU C++
configure:5598: g++ -c   conftest.cpp >&5
configure:5598: $? = 0
configure:5610: result: yes
configure:5621: checking whether g++ accepts -g
configure:5642: g++ -c -g  conftest.cpp >&5
configure:5642: $? = 0
configure:5689: result: yes
configure:5709: checking for g++ option to enable C++11 features
configure:5724: g++  -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
  177 |   cxx11test::delegate d2();
      |                         ^~
conftest.cpp:177:25: note: remove parentheses to default-initialize a variable
  177 |   cxx11test::delegate d2();
      |                         ^~
      |                         --
conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable
configure:5724: $? = 0
configure:5743: result: none needed
configure:5814: checking dependency style of g++
configure:5927: result: gcc3
configure:5947: checking how to run the C++ preprocessor
configure:5969: g++ -E  conftest.cpp
configure:5969: $? = 0
configure:5985: g++ -E  conftest.cpp
conftest.cpp:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5985: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "poedit"
| #define PACKAGE_TARNAME "poedit"
| #define PACKAGE_VERSION "3.8.1"
| #define PACKAGE_STRING "poedit 3.8.1"
| #define PACKAGE_BUGREPORT "help@poedit.net"
| #define PACKAGE_URL ""
| #define PACKAGE "poedit"
| #define VERSION "3.8.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6014: result: g++ -E
configure:6028: g++ -E  conftest.cpp
configure:6028: $? = 0
configure:6044: g++ -E  conftest.cpp
conftest.cpp:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "poedit"
| #define PACKAGE_TARNAME "poedit"
| #define PACKAGE_VERSION "3.8.1"
| #define PACKAGE_STRING "poedit 3.8.1"
| #define PACKAGE_BUGREPORT "help@poedit.net"
| #define PACKAGE_URL ""
| #define PACKAGE "poedit"
| #define VERSION "3.8.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6092: checking whether g++ supports C++17 features by default
configure:6891: g++ -c -g -O2  conftest.cpp >&5
configure:6891: $? = 0
configure:6901: result: yes
configure:8763: checking for boostlib >= 1.69 (106900)
configure:8795: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:8795: $? = 0
configure:8798: result: yes
configure:8991: checking whether the Boost::Thread library is available
configure:9025: g++ -c -pthread -g -O2  -I/usr/include conftest.cpp >&5
configure:9025: $? = 0
configure:9043: result: yes
configure:9072: checking for exit in -lboost_thread
configure:9094: g++ -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.cpp -lboost_thread   >&5
configure:9094: $? = 0
configure:9107: result: yes
configure:9268: checking for stdio.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for stdlib.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for string.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for inttypes.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for stdint.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for strings.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for sys/stat.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for sys/types.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9268: checking for unistd.h
configure:9268: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
configure:9268: $? = 0
configure:9268: result: yes
configure:9329: checking whether the Boost::IOStreams library is available
configure:9358: g++ -c -g -O2 -pthread -I/usr/include  -pthread -I/usr/include conftest.cpp >&5
configure:9358: $? = 0
configure:9375: result: yes
configure:9386: checking for exit in -lboost_iostreams
configure:9408: g++ -o conftest -g -O2 -pthread -I/usr/include  -pthread -I/usr/include  -L/usr/lib conftest.cpp -lboost_iostreams   >&5
configure:9408: $? = 0
configure:9421: result: yes
configure:9553: checking for cpprest/http_client.h
configure:9553: g++ -c -g -O2 -pthread -I/usr/include  -g -O2 -pthread -I/usr/include -pthread -I/usr/include conftest.cpp >&5
conftest.cpp:53:10: fatal error: cpprest/http_client.h: No such file or directory
   53 | #include <cpprest/http_client.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "poedit"
| #define PACKAGE_TARNAME "poedit"
| #define PACKAGE_VERSION "3.8.1"
| #define PACKAGE_STRING "poedit 3.8.1"
| #define PACKAGE_BUGREPORT "help@poedit.net"
| #define PACKAGE_URL ""
| #define PACKAGE "poedit"
| #define VERSION "3.8.1"
| #define HAVE_CXX17 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_BOOST_IOSTREAMS /**/
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cpprest/http_client.h>
configure:9553: result: no
configure:9661: checking for pkg-config
configure:9684: found /usr/bin/pkg-config
configure:9697: result: /usr/bin/pkg-config
configure:9722: checking pkg-config is at least version 0.9.0
configure:9725: result: yes
configure:9858: checking for nlohmann/json.hpp
configure:9858: g++ -c -g -O2 -pthread -I/usr/include  conftest.cpp >&5
conftest.cpp:53:10: fatal error: nlohmann/json.hpp: No such file or directory
   53 | #include <nlohmann/json.hpp>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9858: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "poedit"
| #define PACKAGE_TARNAME "poedit"
| #define PACKAGE_VERSION "3.8.1"
| #define PACKAGE_STRING "poedit 3.8.1"
| #define PACKAGE_BUGREPORT "help@poedit.net"
| #define PACKAGE_URL ""
| #define PACKAGE "poedit"
| #define VERSION "3.8.1"
| #define HAVE_CXX17 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_BOOST_IOSTREAMS /**/
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nlohmann/json.hpp>
configure:9858: result: no
configure:9896: checking for wx-config
configure:9920: found /usr/local/bin/wx-config
configure:9934: result: /usr/local/bin/wx-config
configure:9952: checking for wxWidgets version >= 3.2.4 (--unicode)
configure:9995: result: yes (version 3.2.9)
configure:10024: checking for wxWidgets static library
configure:10028: result: no
configure:10168: checking whether wxWidgets was built with wxUSE_XRC
configure:10185: g++ -c -g -O2 -pthread -I/usr/include -I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread  conftest.cpp >&5
configure:10185: $? = 0
configure:10188: result: yes
configure:10201: checking whether wxWidgets was built with wxUSE_WEBVIEW
configure:10218: g++ -c -g -O2 -pthread -I/usr/include -I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread  conftest.cpp >&5
configure:10218: $? = 0
configure:10221: result: yes
configure:10247: checking for wxrc
configure:10281: result: /usr/local/bin/wxrc-3.2
configure:10294: checking for mkdtemp
configure:10294: g++ -o conftest -g -O2 -pthread -I/usr/include -I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread   conftest.cpp  >&5
configure:10294: $? = 0
configure:10294: result: yes
configure:10309: checking for icu-uc icu-i18n >= 54
configure:10316: $PKG_CONFIG --exists --print-errors "icu-uc icu-i18n >= 54"
configure:10319: $? = 0
configure:10333: $PKG_CONFIG --exists --print-errors "icu-uc icu-i18n >= 54"
configure:10336: $? = 0
configure:10378: result: yes
configure:10387: checking if wxWidgets toolkit uses GTK+ 3
configure:10404: g++ -c -g -O2 -pthread -I/usr/include -I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread   conftest.cpp >&5
configure:10404: $? = 0
configure:10407: result: yes
configure:10422: checking for gtkspell3-3.0 gtk+-3.0
configure:10429: $PKG_CONFIG --exists --print-errors "gtkspell3-3.0 gtk+-3.0"
configure:10432: $? = 0
configure:10446: $PKG_CONFIG --exists --print-errors "gtkspell3-3.0 gtk+-3.0"
configure:10449: $? = 0
configure:10491: result: yes
configure:10502: checking for liblucene++ >= 3.0.5
configure:10509: $PKG_CONFIG --exists --print-errors "liblucene++ >= 3.0.5"
Package liblucene++ was not found in the pkg-config search path.
Perhaps you should add the directory containing `liblucene++.pc'
to the PKG_CONFIG_PATH environment variable
Package 'liblucene++' not found
configure:10512: $? = 1
configure:10526: $PKG_CONFIG --exists --print-errors "liblucene++ >= 3.0.5"
Package liblucene++ was not found in the pkg-config search path.
Perhaps you should add the directory containing `liblucene++.pc'
to the PKG_CONFIG_PATH environment variable
Package 'liblucene++' not found
configure:10529: $? = 1
configure:10543: result: no
Package 'liblucene++' not found
configure:10560: error: missing Lucene++ library

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTKSPELL_CFLAGS_set=
ac_cv_env_GTKSPELL_CFLAGS_value=
ac_cv_env_GTKSPELL_LIBS_set=
ac_cv_env_GTKSPELL_LIBS_value=
ac_cv_env_ICU_CFLAGS_set=
ac_cv_env_ICU_CFLAGS_value=
ac_cv_env_ICU_LIBS_set=
ac_cv_env_ICU_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBSECRET_CFLAGS_set=
ac_cv_env_LIBSECRET_CFLAGS_value=
ac_cv_env_LIBSECRET_LIBS_set=
ac_cv_env_LIBSECRET_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUCENE_CFLAGS_set=
ac_cv_env_LUCENE_CFLAGS_value=
ac_cv_env_LUCENE_LIBS_set=
ac_cv_env_LUCENE_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib/pkgconfig:/opt/kf6/lib/pkgconfig:/opt/qt6/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PUGIXML_CFLAGS_set=
ac_cv_env_PUGIXML_CFLAGS_value=
ac_cv_env_PUGIXML_LIBS_set=
ac_cv_env_PUGIXML_LIBS_value=
ac_cv_env_WXRC_set=
ac_cv_env_WXRC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_mkdtemp=yes
ac_cv_header_cpprest_http_client_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_nlohmann_json_hpp=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_boost_iostreams_exit=yes
ac_cv_lib_boost_thread_exit=yes
ac_cv_objext=o
ac_cv_path_WX_CONFIG_PATH=/usr/local/bin/wx-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_filesystem_timestamp_resolution=0.01
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
am_cv_sleep_fractional_seconds=yes
am_cv_xargs_n_works=yes
ax_cv_boost_iostreams=yes
ax_cv_boost_thread=yes
ax_cv_cxx_compile_cxx17=yes
m_cv_prefix=/usr/local
pkg_cv_GTKSPELL_CFLAGS='-I/usr/local/include/gtkspell-3.0 -I/usr/include/enchant-2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
pkg_cv_GTKSPELL_LIBS='-L/usr/local/lib -lgtkspell3-3 -lenchant-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_ICU_CFLAGS=
pkg_cv_ICU_LIBS='-licui18n -licuuc'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/jamenson/repos/upstream/poedit-git/admin/missing'\'' aclocal-1.18'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V=''
AM_DEFAULT_VERBOSITY='0'
AM_V=''
AUTOCONF='${SHELL} '\''/home/jamenson/repos/upstream/poedit-git/admin/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/jamenson/repos/upstream/poedit-git/admin/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/jamenson/repos/upstream/poedit-git/admin/missing'\'' automake-1.18'
AWK='gawk'
BOOST_CPPFLAGS='-pthread -I/usr/include'
BOOST_IOSTREAMS_LIB='-lboost_iostreams'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_THREAD_LIB='-lboost_thread -lpthread'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLD2_LIBS=''
CPPFLAGS=''
CPPREST_LIBS=''
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -pthread -I/usr/include -I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread  -I/usr/local/include/gtkspell-3.0 -I/usr/include/enchant-2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ETAGS='etags'
EXEEXT=''
GTKSPELL_CFLAGS='-I/usr/local/include/gtkspell-3.0 -I/usr/include/enchant-2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
GTKSPELL_LIBS='-L/usr/local/lib -lgtkspell3-3 -lenchant-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lglib-2.0'
HAVE_CPPREST_FALSE=''
HAVE_CPPREST_TRUE='#'
HAVE_CXX17='1'
ICU_CFLAGS=''
ICU_LIBS='-licui18n -licuuc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -licui18n -licuuc -L/usr/local/lib -lgtkspell3-3 -lenchant-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lglib-2.0'
LIBSECRET_CFLAGS=''
LIBSECRET_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LUCENE_CFLAGS=''
LUCENE_LIBS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} '\''/home/jamenson/repos/upstream/poedit-git/admin/missing'\'' makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='poedit'
PACKAGE_BUGREPORT='help@poedit.net'
PACKAGE_NAME='poedit'
PACKAGE_STRING='poedit 3.8.1'
PACKAGE_TARNAME='poedit'
PACKAGE_URL=''
PACKAGE_VERSION='3.8.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/lib/pkgconfig:/opt/kf6/lib/pkgconfig:/opt/qt6/lib/pkgconfig'
PUGIXML_CFLAGS=''
PUGIXML_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.8.1'
WXRC='/usr/local/bin/wxrc-3.2'
WX_CFLAGS='-I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
WX_CFLAGS_ONLY='-pthread'
WX_CONFIG_PATH='/usr/local/bin/wx-config'
WX_CONFIG_WITH_ARGS='/usr/local/bin/wx-config  --unicode'
WX_CPPFLAGS='-I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__'
WX_CXXFLAGS='-I/usr/local/lib/wx/include/gtk3-unicode-3.2 -I/usr/local/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
WX_CXXFLAGS_ONLY=''
WX_LIBS='-L/usr/local/lib -pthread   -lwx_gtk3u_xrc-3.2 -lwx_baseu_xml-3.2 -lwx_gtk3u_webview-3.2 -lwx_gtk3u_core-3.2 -lwx_baseu_net-3.2 -lwx_baseu-3.2 '
WX_LIBS_STATIC=''
WX_RESCOMP=''
WX_VERSION='3.2.9'
WX_VERSION_MAJOR='3'
WX_VERSION_MICRO='9'
WX_VERSION_MINOR='2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__rm_f_notfound=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
am__xargs_n='xargs -n'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jamenson/repos/upstream/poedit-git/admin/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "poedit"
#define PACKAGE_TARNAME "poedit"
#define PACKAGE_VERSION "3.8.1"
#define PACKAGE_STRING "poedit 3.8.1"
#define PACKAGE_BUGREPORT "help@poedit.net"
#define PACKAGE_URL ""
#define PACKAGE "poedit"
#define VERSION "3.8.1"
#define HAVE_CXX17 1
#define HAVE_BOOST /**/
#define HAVE_BOOST_THREAD /**/
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_MKDTEMP 1

configure: exit 1

Nenhum comentário:

Postar um comentário