magiblot / turbo

An experimental text editor based on Scintilla and Turbo Vision.
Other
463 stars 36 forks source link

Can't compile #4

Open chernish2 opened 3 years ago

chernish2 commented 3 years ago

Hello! First of all I'm extremely excited with your revival of TurboVision! It's amazing that someone still remembers it! I can't compile. I guess it's something related to C++ 17, but I'm not sure since I'm Ruby developer not C++. Can you help me please?

chernish2@mintbox:~/soft$ cd turbo/ chernish2@mintbox:~/soft/turbo$ cd tvision/ chernish2@mintbox:~/soft/turbo/tvision$ cmake . CMake Error at CMakeLists.txt:2 (cmake_policy): Policy "CMP0091" is not known to this version of CMake.

-- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.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 -- Configuring incomplete, errors occurred! See also "/home/chernish2/soft/turbo/tvision/CMakeFiles/CMakeOutput.log".

alexmyczko commented 1 year ago

thanks a lot! the tag is not really needed but would be nice sooner or later

magiblot commented 1 year ago

However, cmake --install currently also installs the Turbo Vision files, which should be fixed.

I have just fixed this, so it should now be possible to install Turbo without any interference from the submodules.

alexmyczko commented 1 year ago

sorry the link (debian packaging) was not working for some time, fixed again...