fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
528 stars 74 forks source link

brainfuck.h not found during compilation #80

Closed Privanom closed 2 years ago

Privanom commented 2 years ago

brainfuck.c:23:10: fatal error: brainfuck.h: No suck file or directory main.c::34:10: fatal error: brainfuck.h: No such file or directory

It seems that you need to include the full directory path Edit: follow the steps in https://github.com/fabianishere/brainfuck#building

fabianishere commented 2 years ago

Could you outline the steps you took to reach these errors?

Privanom commented 2 years ago

Could you outline the steps you took to reach these errors?

I cd'd into brainfuck/src, and typed sudo gcc *.c.

fabianishere commented 2 years ago

Please follow the build steps detailed in the README. You'll need CMake to build this project.

Privanom commented 2 years ago

Please follow the build steps detailed in the README. You'll need CMake to build this project.

Oh, ok. My mistake