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

Build fails (Linux, Debian based). #58

Closed
Achaean opened this issue Dec 17, 2023 · 1 comment
Closed

Build fails (Linux, Debian based). #58

Achaean opened this issue Dec 17, 2023 · 1 comment

Comments

@Achaean
Copy link

Achaean commented Dec 17, 2023

Here's the console's output:

>./build_daedalus.sh LINUX_RELEASE
mkdir: cannot create directory '../DaedalusX64/SaveStates': No such file or directory
mkdir: cannot create directory '../DaedalusX64/SaveGames': No such file or directory
mkdir: cannot create directory '../DaedalusX64/Roms': No such file or directory
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Linux Release Build..
-- Configuring done
CMake Error at CMakeLists.txt:154 (add_executable):
  Cannot find source file:

    SysPosix/main.cpp

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


CMake Error at CMakeLists.txt:150 (add_library):
  Cannot find source file:

    SysPosix/Debug/DaedalusAssertPosix.cpp

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


CMake Error at CMakeLists.txt:154 (add_executable):
  No SOURCES given to target: daedalus


CMake Error at CMakeLists.txt:150 (add_library):
  No SOURCES given to target: daedalus.lib


-- Build files have been written to: /home/giorgos/TEMPG/daedalus-1.1.8/daedbuild
make: *** No targets specified and no makefile found.  Stop.
cp: cannot stat 'daedalus': No such file or directory
>
@wally4000
Copy link
Contributor

Matter was resolved, please ensure that you use ./build_daedalus.sh on it's own in modern branches.

Ta

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