frankviana
Member
- Joined
- Jan 10, 2006
- Messages
- 196
- Reaction score
- 163
- Points
- 43
- Age
- 43
- My Satellite Setup
- Satellites/tv
- My Location
- Brazil
Strange... compiled before and now, appear this:
And...
Thx
Code:
frank@frank-X99:~/neumodvb/build$ sudo apt install -y libboost-all-dev libgtk-3-0 libgtk-3-dev curl libcurl4-openssl-dev libwxgtk-media3.0-gtk3-dev \
gettext libexif-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev python3-jinja2 python3-pip clang-format \
python3-sip-dev libconfig-dev libconfig++-dev libdvbcsa-dev libmpv-dev freeglut3-dev python-wxgtk3.0 python3-wxgtk-media4.0 \
python3-wxgtk-webview4.0 python3-wxgtk4.0 python3-scipy clang lsb-core lsb-release python3-regex fmt fmt-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências... Pronto
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote python-wxgtk3.0
E: Couldn't find any package by glob 'python-wxgtk3.0'
E: Impossível encontrar o pacote fmt
E: Impossível encontrar o pacote fmt-dev
And...
Code:
frank@frank-X99:~/neumodvb/build$ sudo cmake ..
-- The CXX compiler identification is Clang 14.0.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ - broken
CMake Error at /usr/local/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake:59 (message):
The C++ compiler
"/usr/bin/clang++"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /home/frank/neumodvb/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_16245/fast && /usr/bin/gmake -f CMakeFiles/cmTC_16245.dir/build.make CMakeFiles/cmTC_16245.dir/build
gmake[1]: Entrando no diretório '/home/frank/neumodvb/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o
/usr/bin/clang++ -MD -MT CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o -MF CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o.d -o CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o -c /home/frank/neumodvb/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_16245
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16245.dir/link.txt --verbose=1
/usr/bin/clang++ -Wl,-z,defs -Wl,--no-undefined -fuse-ld=gold CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o -o cmTC_16245
/usr/bin/ld.gold: erro: não pôde encontrar -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_16245.dir/build.make:100: cmTC_16245] Erro 1
gmake[1]: Saindo do diretório '/home/frank/neumodvb/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_16245/fast] Erro 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:11 (project)
-- Configuring incomplete, errors occurred!
See also "/home/frank/neumodvb/build/CMakeFiles/CMakeOutput.log".
See also "/home/frank/neumodvb/build/CMakeFiles/CMakeError.log".
Thx