in reply to Audio::TagLib and Strawberry Perl
Well, I got a little further ...
I did successfully create a simple C++ class and Library with XS interface that works ... So I know the system is good at least at that simple level.
During that I picked up how to shut up the "PerlLIO_read and write complaints, that sure cleans things up, however ultimately it still fails ... :(
In TagLib.xs, Just after:
Add the following two lines:#include ppport.h
Don't know the consequences yet, I'll learn that later ... :)#undef PerlLIO_read #undef PerlLIO_write
Back at it
-Enjoy
fh :)_~
|
|---|