[EMAIL PROTECTED] writes:

 > >------------------------------------------------------------ Robert Merkel        
 > > [EMAIL PROTECTED]
 > 
 > I have testing the file cpp-comment-test.c
 > the first command 
 > gcc -o cpp-comment-test cpp-comment-test.c  
 > 
 > no problem 
 > 
 > the second command
 > gcc --ansi -o cpp-comment-test2 cpp-comment-test.c
 > 
 > the result is
 > cpp-comment-test.c:7 :parse error before'/'
 > 
 > Solution????
 
Doh. . .  I should have seen this before.

It looks like you've run configure with --enable-warnings.

Don't do that :)

Try rerunning configure without that argument and see if the 
problem goes away.


--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to