Re: [Anjuta-list] Anjuta Bug Report
- From: Biswapesh Chattopadhyay <biswapesh_chatterjee tcscal co in>
- To: tuco <tuco email gte net>
- Cc: Anjuta List <anjuta-list lists sourceforge net>, Anjuta devel <anjuta-devel lists sourceforge net>, Andy Piper <andy piper freeuk com>
- Subject: Re: [Anjuta-list] Anjuta Bug Report
- Date: Sun Dec 9 21:38:03 2001
This works fine on my system (almost-CVS anjuta 1.x RH almost-7.2)
Steps:
Open anjuta
Open new file
cut-n-patse sample code
compile(F9)
What exactly is the error you see ? Are you sure you removed the blanks
after '\' before saving ?
Regards.
Biswa.
On Sun, 2001-12-09 at 03:27, tuco wrote:
>
> I couldn't log into sourceforge to report this so I am doing it by email.
> Sorry if this is inconvenient.
>
> Anjuta Ver 0.1.8
> PLATFORM: SuSE 7.3 on a Pentium III machine.
> gcc version 2.95.3
>
>
> PROBLEM: Programs created in the anjuta IDE that use macro continue on the
> next line character '\' need to be followed by a newline character.
> Apparently this is not being done by the anjuta editor. The following
> program does not compile if created or saved in the anjuta IDE but will
> compile if saved with say the MCEDIT program.
>
>
> EXAMPLE: The follow code does not compile on my machine if created in
> the anjuta IDE. But if it is saved with MCEDIT, it will compile.
> -------------------------------------------------------------------------------------------
> #include <stdio.h>
>
> #define MACRO_FOO printf("Hello "); \
> printf("Foo\n")
>
> int main(int argc, char **argv)
> {
> MACRO_FOO;
> return 0;
> }
>
> ---------------------------------------------------------------------------------------------
>
> Thanx in advance for your attention
>
> Guy Stockie
> Seattle, WA USA
> tuco email gte net
>
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]