Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2004 15:40:57 GMT
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        jura@netams.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org
Subject:   Re: ports/70568: [maintainer update] Correct compiling with gcc-3.4 and update to 3.1(1830)
Message-ID:  <200408171540.i7HFevo4041579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408171540.i7HFevo4041579>