Closed GoogleCodeExporter closed 9 years ago
Maybe conflicts could be minimised by using uint64_t etc from stdint.h, instead
of defining non-standard type names, and then emulating stdint.h on MSVC (since
it's not available there).
Original comment by exc...@gmail.com
on 13 Sep 2010 at 6:59
A simple solution would be to use the posh types in all cases. I believe these
should be well defined in most platforms. I may switch to Sean Barret's
sophist, which might be a bit more lightweight:
https://mollyrocket.com/forums/viewtopic.php?p=6552
BTW, on what platform are you working?
Original comment by cast...@gmail.com
on 14 Sep 2010 at 1:52
I didn't get the error myself, it was reported by someone on Gentoo Linux amd64
(with nvtt-2.0.8-1). (As it happens I use Gentoo amd64 myself too, but I had
the stable package version (libtiff 3.9.4) which doesn't trigger this error.)
Original comment by exc...@gmail.com
on 14 Sep 2010 at 9:02
This should hopefully be fixed now.
Original comment by cast...@gmail.com
on 20 Sep 2010 at 5:57
Original issue reported on code.google.com by
exc...@gmail.com
on 13 Sep 2010 at 6:55