Leonid Volnitsky
Leonid Volnitsky
On x86_64 Gentoo I've got error from cmake: CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find LibClang (missing: LibClang_LIBRARY) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindLibClang.cmake:9 (find_package_handle_standard_args) CMakeLists.txt:9...
Below cut-n-past shows "cups/" in prompt. It shouldn't becase cups is from parent dir. git status On branch master Changes not staged for commit: (use "git add ..." to update...
`echo '[{"id":1},{"id":2}]' | jsawk -b 'var seen=[]' 'if(seen.indexOf(this.id)==-1) seen.push(this.id)'` jsawk: js error: ReferenceError: seen is not defined