Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="frankviana" data-source="post: 1162270" data-attributes="member: 200256"><p>Strange... compiled before and now, appear this:</p><p></p><p>[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 \</p><p>gettext libexif-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev python3-jinja2 python3-pip clang-format \</p><p>python3-sip-dev libconfig-dev libconfig++-dev libdvbcsa-dev libmpv-dev freeglut3-dev python-wxgtk3.0 python3-wxgtk-media4.0 \</p><p>python3-wxgtk-webview4.0 python3-wxgtk4.0 python3-scipy clang lsb-core lsb-release python3-regex fmt fmt-dev</p><p>Lendo listas de pacotes... Pronto</p><p>Construindo árvore de dependências... Pronto</p><p>Lendo informação de estado... Pronto </p><p>E: Impossível encontrar o pacote python-wxgtk3.0</p><p>E: Couldn't find any package by glob 'python-wxgtk3.0'</p><p>E: Impossível encontrar o pacote fmt</p><p>E: Impossível encontrar o pacote fmt-dev[/CODE]</p><p></p><p></p><p>And...</p><p></p><p>[CODE]frank@frank-X99:~/neumodvb/build$ sudo cmake ..</p><p>-- The CXX compiler identification is Clang 14.0.6</p><p>-- Detecting CXX compiler ABI info</p><p>-- Detecting CXX compiler ABI info - failed</p><p>-- Check for working CXX compiler: /usr/bin/clang++</p><p>-- Check for working CXX compiler: /usr/bin/clang++ - broken</p><p>CMake Error at /usr/local/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake:59 (message):</p><p> The C++ compiler</p><p></p><p> "/usr/bin/clang++"</p><p></p><p> is not able to compile a simple test program.</p><p></p><p> It fails with the following output:</p><p></p><p> Change Dir: /home/frank/neumodvb/build/CMakeFiles/CMakeTmp</p><p> </p><p> 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</p><p> gmake[1]: Entrando no diretório '/home/frank/neumodvb/build/CMakeFiles/CMakeTmp'</p><p> Building CXX object CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o</p><p> /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</p><p> Linking CXX executable cmTC_16245</p><p> /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16245.dir/link.txt --verbose=1</p><p> /usr/bin/clang++ -Wl,-z,defs -Wl,--no-undefined -fuse-ld=gold CMakeFiles/cmTC_16245.dir/testCXXCompiler.cxx.o -o cmTC_16245</p><p> /usr/bin/ld.gold: erro: não pôde encontrar -lstdc++</p><p> clang: error: linker command failed with exit code 1 (use -v to see invocation)</p><p> gmake[1]: *** [CMakeFiles/cmTC_16245.dir/build.make:100: cmTC_16245] Erro 1</p><p> gmake[1]: Saindo do diretório '/home/frank/neumodvb/build/CMakeFiles/CMakeTmp'</p><p> gmake: *** [Makefile:127: cmTC_16245/fast] Erro 2</p><p> </p><p> </p><p></p><p> </p><p></p><p> CMake will not be able to correctly generate this project.</p><p>Call Stack (most recent call first):</p><p> CMakeLists.txt:11 (project)</p><p></p><p></p><p>-- Configuring incomplete, errors occurred!</p><p>See also "/home/frank/neumodvb/build/CMakeFiles/CMakeOutput.log".</p><p>See also "/home/frank/neumodvb/build/CMakeFiles/CMakeError.log".[/CODE]</p><p></p><p>Thx</p></blockquote><p></p>
[QUOTE="frankviana, post: 1162270, member: 200256"] Strange... compiled before and now, appear this: [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[/CODE] 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".[/CODE] Thx [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top