Hi List,

I have solved my own problems it would appear.

For the errors below; 

flow-cat.c:555: error: label at end of compound statement
flow-dscan.c:565: error: label at end of compound statement
flow-dscan.c:810: error: label at end of compound statement
flow-receive.c:737: error: label at end of compound statement
flow-fanout.c:844: error: label at end of compound statement

I added a ; to the labels on the line proceeding it.

Compilation now works.

FYI gcc version info is x86_64-pc-linux-gnu-3.4.3 

I used this page: http://tinyurl.com/6l3vo as reference.

I have not tried running flow-stats at this time, and will report
afterwards.

Cheers,

Aaron

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron Thomas
Sent: Thursday, February 03, 2005 11:30 AM
To: [email protected]
Subject: [Flow-tools] Compilation problems / Gentoo AMD64

Hi List,

I am attempting to compile flow-tools on an AMD64 in Gentoo 2.6.9-r14.  The
error I get is:

else rm -f ".deps/flow-cat.Tpo"; exit 1; \ fi
flow-cat.c: In function `main':
flow-cat.c:555: error: label at end of compound statement
make[1]: *** [flow-cat.o] Error 1
make[1]: Leaving directory `/usr/local/src/flow-tools-0.67/src'
make: *** [all-recursive] Error 1

The source in question is:

550:       if (done)
551:         break;
552: 
553: next_file:
554: 
555:     }  /* FOREACH filename in dir */
556: 
557:   } /* foreach dir bundle */


Anyone have any luck compiling in this scenario? Any help would be
appreciated

Cheers,

Aaron
---
Aaron Thomas
Network Engineer
Delta Cable Communications

_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools


_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to