cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

[SOLVED] make error : process.hpp not found #351

Closed adithrahman closed 6 years ago

adithrahman commented 6 years ago

jucipp-master/src/terminal.h:11:23: fatal error: process.hpp: No such file or directory compilation terminated. src/CMakeFiles/juci.dir/build.make:62: recipe for target 'src/CMakeFiles/juci.dir/config.cc.o' failed make[2]: [src/CMakeFiles/juci.dir/config.cc.o] Error 1 CMakeFiles/Makefile2:157: recipe for target 'src/CMakeFiles/juci.dir/all' failed make[1]: [src/CMakeFiles/juci.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2

milleniumbug commented 6 years ago

What is your OS?

adithrahman commented 6 years ago

ubuntu 16.04 any solution ?

eidheim commented 6 years ago

Did you use —recursive when you cloned this repository?

adithrahman commented 6 years ago

ahhh,, i see.. sorry my fault. SOLVED