tpmtool icon indicating copy to clipboard operation
tpmtool copied to clipboard

Missing tpmoslin.cpp

Open adx11 opened this issue 4 years ago • 3 comments

Looks like the tpmsolin.cpp for Linux OS support is missing from the initial check-in.

adx11 avatar Jun 11 '20 14:06 adx11

yes what about it ?

gadh avatar Feb 16 '23 14:02 gadh

How is the project meant to be compiled unless that file exists? How do we create it ourselves if that's what's expected.

ezekielnewren avatar Dec 30 '23 05:12 ezekielnewren

I can't compile either due to this bug.

% cmake .
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.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
-- Configuring done
CMake Error at CMakeLists.txt:11 (add_executable):
  Cannot find source file:

    tpmoslin.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at CMakeLists.txt:11 (add_executable):
  No SOURCES given to target: tpmtool

ulikoehler avatar Mar 22 '24 23:03 ulikoehler