Hi Eric,
I didn't realize that my previous "make" actually failed and stoped
at cedet/semantic/wisent/wisent-java-tags.el.
After removing wisent-java-tag item in the Makefile manually, it goes
through the rest building and everything is fine now.
Can you have a look why wisent-java-tags.el is not compiling?
Cheers,
poppyer
===============
"emacs" -batch --no-site-file -l languages-compile-script -f
batch-byte-compile wisent-calc.el wisent-java.el wisent-java-tags.el
wisent-python.el wisent-javascript.el
Wrote /Users/poppyer/.emacs.d/cedet/semantic/wisent/wisent-calc.elc
Wrote /Users/poppyer/.emacs.d/cedet/semantic/wisent/wisent-java.elc
In toplevel form:
wisent-java-tags.el:37:1:Error: Bad input grammar
In toplevel form:
wisent-python.el:207:9:Warning: value returned from (= last-pos (point))
is
unused
Wrote /Users/poppyer/.emacs.d/cedet/semantic/wisent/wisent-python.elc
*Warning* default value of <<no-type>> tokens changed to NULL_TOKEN, was
QUERY
*Warning* default value of <<no-type>> tokens changed to QUERY, was TRUE
*Warning* default value of <<no-type>> tokens changed to TRUE, was FALSE
Wrote
/Users/poppyer/.emacs.d/cedet/semantic/wisent/wisent-javascript.elc
make: *** [languages] Error 1
======================
"Eric M. Ludlam" <eric@...> writes:
> Hi,
>
> Yes, it should be in CVS. I don't have anything checked out of CVS
> right now, so you should be good to go.
>
> I also tried your example again, and it still works for me.
>
> Your best bet when updating from CVS, particularly for changes to
> language grammars, is to exit Emacs, update CVS, rebuild, and then
> restart Emacs again afterward.
>
> Good Luck
> Eric
>
>>>> poppyer <poppyer@...> seems to think that:
>>Hi Eric,
>>
>>Is it in the CVS now? I just update and check, but it is still not
>>working.
>>
>>
>>Cheers,
>>poppyer
>>
>>"Eric M. Ludlam" <eric@...> writes:
>>
>>> Hi,
>>>
>>> I've checked in a fix for this, and also for some latent examples
>>> Michael Reiher had sent me some time back.
>>>
>>> Thanks
>>> Eric
>>>
>>>>>> poppyer@... seems to think that:
>>>>
>>>>sorry, my typo in the previous email, i do mean "int *test = new int[100]"
>>>>
>>>>poppyer@... writes:
>>>>
>>>>> Hi, All,
>>>>>
>>>>> Here, I have:
>>>>>
>>>>> void main() {
>>>>> int *test = new int[100];
>>>>> tes // no completion suggested, variable "test" is not recognized
>>>>> }
>>>>>
>>>>> However,
>>>>>
>>>>> void main() {
>>>>> int *test = NULL;
>>>>> tes // this one works
>>>>> }
>>>>>
>>>>> Is it only for me or actually a bug?
>>>>>
> [ ... ]
|