Aetf / libtsm

Terminal-emulator State Machine
Other
64 stars 24 forks source link

can't generate Makefile #37

Open exebook opened 1 year ago

exebook commented 1 year ago

Hi, thanks for maintaining this!

I cannot compile:

$ cd ~/libtsm
$ mkdir build
$ cd build
$ cmake ..
CMake Error at CMakeLists.txt:19 (message):
  Usage: mkdir build; cmake ..

-- Configuring incomplete, errors occurred!
See also "~/libtsm/CMakeFiles/CMakeOutput.log".

I am not familiar with CMake, looking into the log file just confused me.

Any ideas?

exebook commented 1 year ago

Ok, I just commented out line 19, and it worked. I guess if condition code is buggy.