Robert Clausecker

Results 67 comments of Robert Clausecker

@Ixzan It's not an invalid PR. The bug is really, causing the code to not build on 32 bit platforms.

The problem is still there and needs to be fixed.

The problem is still there and needs to be fixed.

Please consider removing pragma pack from all structures exposed in headers. You can do this for free since you already break the API in this new major release. This makes...

The libnfc has meanwhile pushed an 1.7.2 version with a bunch of new APIs. Might be a good idea to push a new libfreefare version in tandem.

Any progress on this one?

It has been like this for three years now without any indication that the software is still actively changing, at least not in any project documentation I found. No, not...

If you are going to break the API anyway, consider removing all uses of pragma pack from the public interface. Pragma pack makes it very hard to use your library...

@asb2m10 This is not a matter of compiler, but rather of the ABI of the platform you are programming for. ARM platforms have an unsigned character type, as have IBM...

I can confirm that 3.6.1 works on MIPS Ultrix 4.4 with some [minor patches](http://fuz.su/~fuz/src/nethack-361-ultrix.diff), too.