You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
I have meet the problems about config KTF, when I enter the command '~/Downloads/ktf-master/configure KVER=$(uname -r)', I get the error about 'syntax error near unexpected token 'GTEST'','PKG_CHECK_MODULES(GTEST, gtest >=1.9.0), HAVE_GTEST="yes"'
I have install gtest(1.11.0) before,
so this error means the KTF must run before gtest 1.9.0?