Fredoong
deepin
2020-04-20 19:22 补一下上面的错误信息提到的东西
CMakeFiles/extcalc.dir/build.make:1565 行
Copy the Code
CMakeFiles/Makefile2:67 行
Copy the Code
CMakeFiles/extcalc.dir/build.make:1565 行
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/fredoong/Downloads/Compressed/extcalc-0.9.3-1/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Linking CXX executable extcalc"
CMakeFiles/Makefile2:67 行
- $(MAKE) -f CMakeFiles/extcalc.dir/build.make CMakeFiles/extcalc.dir/depend
Reply Like 0 View the author


中文 
解压后找到了readme文件,打开找到Install相关指导,如下:
INSTALLATION
- unpack archive (tar -xzf extcalc-0.9.3.tar.gz)
- switch to directory (cd extcalc-0.9.3)
- run configure (cmake .)
- compile (make)
- become root (su)
- install (make install)
cmake遇到一些小问题,已解决掉。
但是make遇到了令我有点头晕的错误,特来请教论坛的各位大佬。
错误信息如下: