On Fri, Dec 12, 2014 at 2:08 PM, Mark Brethen <[email protected]>
wrote:
>
> :info:build bflatten.cc:35:10: warning: cast to 'const void *' from
> smaller integer type 'int' [-Wint-to-void-pointer-cast]
>

This indicates that the port is not 64-bit clean and you may have to force
the arch to i386 (32-bit) to avoid crashes or unexpected behavior.

:info:build In file included from agramlex.yy.cc:548
>
> :
> :info:build In file included from /usr/include/unistd.h:72:
> :info:build /usr/include/sys/unistd.h:132:1: error: expected identifier
> :info:build struct accessx_descriptor {
>

Something is wrong with either the defines or the way unistd.h is being
#include-d into the project.
I would need to see the actual package source to figure out which.

In general, it sounds like this package is rather old and not particularly
portable.

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to