Table of Contents
PortLog: dev-dotnet/pnet
http://www.dotgnu.org/pnet.html
CVS HEAD
| R5 | unstable |
| BONE | untested |
| Haiku | unstable |
dependencies:
- dev-util/treecc (for building)
- dev-libs/boehm-gc (optional)
work-in-progress (andreasf) - [R5, Haiku]
Runs on R5.
Runs on Haiku but doesn't output text and segfaults for some p/invokes; most likely caused by string handling issues, I assume. That hunch turns out to be right, commenting out HAVE_WCHAR_T and the wc* and mb* functions in include/il_config.h make it work correctly! (cf. Ticket)
make distclean has issues, it tries to recurse into libgc/ even if not configured. It is not obvious to me why this happens.
On Haiku, all tests pass.