Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2013 02:00:01 GMT
From:      Christian Lawrence <christian.lawrence@calorieking.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/176674: textproc/syck port fails to compile
Message-ID:  <201303060200.r26201V0053430@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176674; it has been noted by GNATS.

From: Christian Lawrence <christian.lawrence@calorieking.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176674: textproc/syck port fails to compile
Date: Wed, 06 Mar 2013 09:36:28 +0800

 AFAICT, the signature for function syckparse() is different between 
 lib/gram.h and lib/syck.h.
 
 At lib/gram.h:107, it is defined as: int syckparse(void);
 At lib/syck.h:, it is defined as: int syckparse(void *);
 
 Could this be related to recent updates to bison 2.7?



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