Hao Hu

Results 1 comments of Hao Hu

This bothers me too. I fix this issue by adding -fpermissive in CXXFLAGS in Makefile, like this: `CXXFLAGS := -fPIC -fpermissive` After this, it compiles successfully. Also to mention, for...