ports/70568: [maintainer update] Correct compiling with gcc-3.4 and update to 3.1(1830)
Pav Lucistnik
pav at FreeBSD.org
Tue Aug 17 15:40:57 UTC 2004
Synopsis: [maintainer update] Correct compiling with gcc-3.4 and update to 3.1(1830)
State-Changed-From-To: open->feedback
State-Changed-By: pav
State-Changed-When: Tue Aug 17 15:40:07 GMT 2004
State-Changed-Why:
Does not compile on 4-STABLE (gcc 2.95):
g++ netamsctl.o -o netamsctl
g++ netflow.c -c -D_THREAD_SAFE -I/usr/local/include -DFREEBSD
netflow.c:44: warning: invalid character in macro parameter name
netflow.c:44: badly punctuated parameter list in `#define'
*** Error code 1
Offending code is:
41 #ifdef DEBUG
42 extern void Debug(char *msg,...);
43 #else
--> 44 #define Debug(...)
45 #endif
Responsible-Changed-From-To: freebsd-ports-bugs->pav
Responsible-Changed-By: pav
Responsible-Changed-When: Tue Aug 17 15:40:07 GMT 2004
Responsible-Changed-Why:
Handle.
http://www.freebsd.org/cgi/query-pr.cgi?pr=70568
More information about the freebsd-ports-bugs
mailing list