[Lxr-general] Unable to create LXR::Lang::Generic Lang object
Brought to you by:
ajlittoz
From: Chuanwen W. <wc...@gm...> - 2007-12-07 12:13:07
|
Hi, I just follow the INSTALL file and when I did genxref, I got this error information: # ./genxref --url=http://192.168.1.77/lxr --version=helloworld This is glimpseindex version 4.18.2, 2006. Indexing "/usr/src/mysrc/helloworld" ... Size of files being indexed = 72 B, Total #of files = 1 Index-directory: "/var/www/localhost/htdocs/lxr/glimpse-src/helloworld" Glimpse-files created here: -rw-r--r-- 1 root root 41 2007-12-07 20:04 .glimpse_filenames -rw-r--r-- 1 root root 4 2007-12-07 20:04 .glimpse_filenames_index -rw-r--r-- 1 root root 0 2007-12-07 20:04 .glimpse_filetimes -rw------- 1 root root 121 2007-12-07 20:04 .glimpse_index -rw-r--r-- 1 root root 116 2007-12-07 20:04 .glimpse_messages -rw------- 1 root root 22 2007-12-07 20:04 .glimpse_partitions -rw-r--r-- 1 root root 250 2007-12-07 20:04 .glimpse_statistics -rw-r--r-- 1 root root 262144 2007-12-07 20:04 .glimpse_turbo *** / helloworld *** /helloworld.c helloworld Unable to create LXR::Lang::Generic Lang object, Exuberant ctags version 5 or above required, found ctags (GNU Emacs 22.1) Copyright (C) 2007 Free Software Foundation, Inc. This program is distributed under the terms in ETAGS.README Here is the content of the file helloworld.c /**********************************************/ #include <stdio.h> int main(){ printf("hello world!\n"); return 0; } /*********************************************/ I use lxr-0.9.5. and # mysql -V mysql Ver 14.7 Distrib 4.1.22, for pc-linux-gnu (x86_64) using readline 5.2 Any help will be very appreciated! -- wcw |