flexcore icon indicating copy to clipboard operation
flexcore copied to clipboard

fix header file include errors when compile integration_tests/main.cpp

Open vacing opened this issue 5 years ago • 2 comments

vacing avatar Apr 01 '20 10:04 vacing

I'm willing to merge it.

But I wonder why the old state does not build in your setup. Are you building from an IDE? cd build && cmake .. && make dummy_executable works for me.

CasparKielwein avatar Apr 01 '20 13:04 CasparKielwein

I didn't use an IDE, but cmake. I think maybe you install adobe/forest.hpp in your include path, so you can make it on your own computer. It seems there is no question that something is wrong. The solution may be we modify cmake to put adobe/ on the root include path (this may also avoid file conflicts if we have anohter project use adobe/forest.hpp), or adopt the patch what I submitted.

vacing avatar Apr 02 '20 03:04 vacing