nongrata2
Results
3
comments of
nongrata2
@Dazzid have you found a solution? i am facing the same problem now
I changed the relative paths in main.cpp and most .h files for which this error was appearing. seems like this error has been fixed. now I get the next error...
btw seems like i found a way to fix it i used commands ``` git clone https://github.com/serizba/cppflow cd cppflow mkdir build cd build cmake -DBUILD_EXAMPLES=OFF .. make -j sudo make...