From: Anonymous on
naddy(a)mips.inka.de (Christian Weisgerber) writes:

> Anonymous <swell.k(a)gmail.com> wrote:
>
>> The pointers seem bogus. I've tried to compile the port with -m32 and it works.
>> So, it should be marked BROKEN on amd64.
>
> No, it should be fixed. I'll take a look at it.

Don't forget about the PR. It may save you some time.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Christian Weisgerber on
David DEMELIER <demelier.david(a)gmail.com> wrote:

> I just wanted to try games/connect4 but it segfaults here on FreeBSD
> 8.1-RELEASE and amd64.
>
> It's a long backtrace so I think you should try it by yourself.

Actually it's a short backtrace, but who needs it? Whenever you
see these warnings...

c4.c:840: warning: cast from pointer to integer of different size
c4.c:840: warning: cast to pointer from integer of different size
c4.c:843: warning: cast from pointer to integer of different size
c4.c:843: warning: cast to pointer from integer of different size

.... chances are, the code doesn't work on 64-bit platforms, and the
compiler points you straight to the places that need to be fixed.

--
Christian "naddy" Weisgerber naddy(a)mips.inka.de

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"