79163628

Date: 2024-11-06 17:25:25
Score: 0.5
Natty:
Report link

I've gotten through this finally, yay!

I have been building by modifying the Makefile.PL and using make and make install. I no longer remember exactly how I created the original _wrap.cxx file, it most certainly would have been via swig.

Regardless, I simply did a swig -perl on the existing .i file, and this time it created a .c wrapper. I hacked the Makefile to replace the .cxx extension with .c, and we're now past the Perl error, we're getting into the C code.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mike Lempriere