Hi, I was trying to use Inline with an installable module. Specifically, I am using the (obscure) Inline::Pdlpp backend (part of the PDL distribution). Trying to build an installable module failed with the message:
Invalid attempt to install an Inline module using the 'Pdlpp' language. Only C based modules are currently supported. However, Inline::Pdlpp ultimately builds a dynimcally installable library just like Inline::C. Inline::Pdlpp generates an XS file from the Pdlpp code which is then compiled in the usual way. So from these points of view it behaves (essentially) like Inline::C and I was wondering if in principle it should work. If it would, how would I convince Inline to perform the installation? Thanks, Christian
