Re: [Anjuta-devel] Re: [Anjuta-list] what about the anjuta development?
- From: Timothee Besset <ttimo idsoftware com>
- To: anjuta-list lists sourceforge net, anjuta-devel lists sourceforge net
- Subject: Re: [Anjuta-devel] Re: [Anjuta-list] what about the anjuta development?
- Date: Mon Jul 15 01:05:04 2002
To be honest, gcc not supporting \ in macros .. this is weird. I'd like
you to try something: make sure those files are in the unix format. I have
noticed several times that we have some CRLF files (i.e. dos text format)
in the CVS source.
I could never convince naba to clean this up because it is a bad thing.
Actually one of the consequences is to break the multiline macros in the C
preprocessor (at least on some OSes / versions).
I'd like you to check and confirm that for us.
What I usually do to cleanup my source:
find . -name '*.c' -exec file {} \; | grep CRLF
find . -name '*.cxx' -exec file {} \; | grep CRLF
when you locate those faulty CRLF files, you can cleanup with undos (I've
attached it)
TTimo
On 15 Jul 2002 12:15:11 +0530
Biswapesh Chattopadhyay <biswapesh_chatterjee tcscal co in> wrote:
> I think you should submit a patch for this to Naba/Andy.
>
> Rgds,
> Biswa.
>
> >
> >
> > On Sun, 2002-07-14 at 21:37, Vadim Berezniker wrote:
> > > Yeah. I got that too.
> > > Try changing
> > > #define LINK_LEXER(lexer) \
> > > extern LexerModule lexer; \
> > > lexer.GetLanguage();
> > > to
> > > #define LINK_LEXER(lexer) extern LexerModule lexer;lexer.GetLanguage();
> > >
> > > (The first one should work too, but I don't know why gcc flakes out)
> > >
> >
> > Thanks a lot! Now I run an up to date version of Anjuta ;)!!!
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Anjuta-list mailing list
> > Anjuta-list lists sourceforge net
> > https://lists.sourceforge.net/lists/listinfo/anjuta-list
> >
> >
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Anjuta-devel mailing list
> Anjuta-devel lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-devel
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]