slycelote / caide-cpp-inliner

Transform a C++ program consisting of multiple source files and headers into a single self-contained source file without any external dependencies (except for standard system headers). Unused code is not included in the resulting file.
Other
32 stars 12 forks source link

run this project #16

Closed WorldControl closed 5 years ago

WorldControl commented 5 years ago

Hi,after I build this project successfully,I don't know how to run the examples,I read the readme and some other files.I still not found how to use it.when I use ./cmd -std=c++11 -I . -isystem ../../src/clang/lib/Headers/ -- main.cpp ascii_graphics.cpp,it turned out the error "error: no such file or directory: '/home/wc/gitHub/caide-cpp-inliner/doc/demo/caide-tmp/concat.cpp' error: no input files error: unable to handle compilation, expected exactly one compiler job in '' Error while processing /home/wc/gitHub/caide-cpp-inliner/doc/demo/caide-tmp/concat.cpp. Compilation error" please help me

slycelote commented 5 years ago

Please create the directory caide-tmp before running the program.

slycelote commented 5 years ago

@WorldControl Did it help?