[NTLK] Help building Einstein on Ubuntu

Marisa Giancarla fstltna at yahoo.com
Mon Feb 22 02:58:53 PST 2021


I'm trying to set up a build for Einstein but when running the 
./build.sh I get some errors. Attached you can see what I am seeing. 
This is a 32-bit Ubuntu 20.04 installation and as far as I know I have 
all the prerequisites installed. Anyone help me set this up?


Marisa


-------------- next part --------------
Release build of Einstein...
You have called ADD_LIBRARY for library einsteinlib without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library files without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library host without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library log without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library nativecalls without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library pcmcia without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library platform without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library rom without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library monitor without any source files. This typically indicates a problem with your CMakeLists.txt file
-- Configuring done
CMake Error at CMakeLists.txt:145 (add_executable):
  Cannot find source file:

    app/einstein.cp

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


CMake Error at K/CMakeLists.txt:52 (add_library):
  Cannot find source file:

    Exceptions/TException.cp

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


CMake Error at Emulator/JIT/CMakeLists.txt:46 (add_library):
  Cannot find source file:

    TJITCache.cp

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


CMake Error at Emulator/Network/CMakeLists.txt:10 (add_library):
  Cannot find source file:

    TNetworkManager.cp

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


CMake Error at Emulator/Screen/CMakeLists.txt:29 (add_library):
  Cannot find source file:

    TScreenManager.cp

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


CMake Error at Emulator/Serial/CMakeLists.txt:16 (add_library):
  Cannot find source file:

    TSerialPorts.cp

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


CMake Error at Emulator/Sound/CMakeLists.txt:46 (add_library):
  Cannot find source file:

    TSoundManager.cp

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


CMake Error: Cannot determine link language for target "einsteinlib".
CMake Error: CMake can not determine linker language for target: einsteinlib
CMake Error: CMake can not determine linker language for target: einstein
CMake Error: Cannot determine link language for target "einstein".
CMake Error: Cannot determine link language for target "k".
CMake Error: CMake can not determine linker language for target: k
CMake Error: Cannot determine link language for target "files".
CMake Error: CMake can not determine linker language for target: files
CMake Error: Cannot determine link language for target "host".
CMake Error: CMake can not determine linker language for target: host
CMake Error: Cannot determine link language for target "jit".
CMake Error: CMake can not determine linker language for target: jit
CMake Error: Cannot determine link language for target "log".
CMake Error: CMake can not determine linker language for target: log
CMake Error: Cannot determine link language for target "nativecalls".
CMake Error: CMake can not determine linker language for target: nativecalls
CMake Error: Cannot determine link language for target "network".
CMake Error: CMake can not determine linker language for target: network
CMake Error: Cannot determine link language for target "pcmcia".
CMake Error: CMake can not determine linker language for target: pcmcia
CMake Error: Cannot determine link language for target "platform".
CMake Error: CMake can not determine linker language for target: platform
CMake Error: Cannot determine link language for target "rom".
CMake Error: CMake can not determine linker language for target: rom
CMake Error: Cannot determine link language for target "screen".
CMake Error: CMake can not determine linker language for target: screen
CMake Error: Cannot determine link language for target "serial".
CMake Error: CMake can not determine linker language for target: serial
CMake Error: Cannot determine link language for target "sound".
CMake Error: CMake can not determine linker language for target: sound
CMake Error: Cannot determine link language for target "monitor".
CMake Error: CMake can not determine linker language for target: monitor
-- Generating done
-- Build files have been written to: /home/emulater/Documents/Einstein/_Build_/CMake


More information about the NewtonTalk mailing list