Hi,
I found a "confname.h" online w/ a copyright of 2004, and it parsed ok
for me.
I will guess that your cedet 1.0pre6 install is at issue. There have
been many enhancements to the C preprocessor support in the last year,
and cedet 1.0pre7 will probably fix your issue.
Eric
On 03/12/2010 07:29 AM, Rodrigo Canellas wrote:
> Hi!
>
> I am running "GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version
> 2.18.3)", and 'cedet-1.0pre6'. 'emacs' is freezing every time
> "LL/confname.h" is runs.
>
> My '.emacs', regarding 'cedet' is:
>
> "
> ;; cedet
>
> (load-file "~/emacs/cedet/common/cedet.el")
>
> ;; * This enables the database and idle reparse engines
> (semantic-load-enable-minimum-features)
>
> (require 'imenu)
>
> ;; * This enables even more coding tools such as intellisense mode
> ;; decoration mode, and stickyfunc mode (plus regular code helpers)
> (semantic-load-enable-gaudy-code-helpers)
>
>
> ;; Enable SRecode (Template management) minor-mode.
> (global-srecode-minor-mode 1)
>
>
> ;; Additional features for names completion, and displaying of
> information for tags& classes
> (require 'semantic-ia)
>
> ;; To normal work with system-wide libraries, Semantic should has access to
> ;; system include files, that contain information about functions& data types
> ;; , implemented by these libraries.
> ;; (require 'semantic-gcc)
>
> ;; You can also explicitly specify additional paths for look up of include files
> ;;(semanticdb-create-ebrowse-database
> (semantic-add-system-include "/home/dvp/build/x86_linux_g++/include/" 'c++-mode)
> (semantic-add-system-include "/usr/include/c++/4.4.1/" 'c++-mode)
> ;;(semantic-add-system-include "/usr/include/" 'c++-mode)
> "
>
> Does anyone have any idea why this is happening?
>
> Thanks a lot!
>
> --
> Rodrigo Canellas
>
> -----------
> Programador C++ (http://code.google.com/p/tenacitas/)
> Fotógrafo amador (http://photo.net/photos/RodrigoCanellas)
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> cedet-semantic mailing list
> cedet-semantic@...
> https://lists.sourceforge.net/lists/listinfo/cedet-semantic
>
|