Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamlinkero building step failed #75

Closed
beats-beats opened this issue Apr 2, 2022 · 1 comment
Closed

Streamlinkero building step failed #75

beats-beats opened this issue Apr 2, 2022 · 1 comment

Comments

@beats-beats
Copy link

 ✘ beats@arch  ~/streamlinkerino   master  sudo docker run -it --rm -v $(pwd):/src/ --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined reivilo1234/qt-linux-cmake:qt5.15.1 bash
root@e89000b459fc:/src# mkdir build && cd build
root@e89000b459fc:/src/build# cmake ../src && make
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found X11: /usr/include   
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Configuring done
CMake Error at CMakeLists.txt:37 (add_executable):
  Cannot find source file:

    MainWindow.ui

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
root@e89000b459fc:/src/build# cmake ../src && make
-- Configuring done
CMake Error at CMakeLists.txt:37 (add_executable):
  Cannot find source file:

    MainWindow.ui

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

I guess this issue might be due to the fact that I don't use a DE or something? I'm not so sure myself I just started using linux and went straight to using a WM

@JohnCiubuc
Copy link
Owner

JohnCiubuc commented Apr 2, 2022

Hello, I assume this is on the testing branch? main should compile fine.

I haven't updated cmake for testing yet. I'm giving it a go right now.

Edit: cmakelists updated for testing branch. Should compile and run just fine. Tested on my end.

Note that testing is still a bit unstable and the code is a mess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants