Hi all,

I'm getting an error with Inline that suggests that Inline doesn't handle 
unsigned longs:

    Can't locate auto/LEngine/alloc_bwb.al in @INC

....which isn't a major problem for me as -- in this particular case -- a 
long will do just fine. It does raise a question for me, though, as I am 
intimately familiar with the machine-level representation of C types on 
the archictures I use, but not very familiar with how Perl does things 
internally: does Perl on x86 lack support for a 32-bit unsigned integer 
type?

Also, while I love Inline to death so far, it does make debugging the 
inline C a little painful because the compiler error messages in out.make 
refer to line numbers in the *derived* C source file. It would be very 
helpful if, when generating this file, Inline used a #line directive to 
get the line numbers to match up with the original mixed Perl/C source 
file.

Regards,
Eric

-- 
-----------------------------------------------------------------------
STORMFRONT INTERNET MEDIA: Affordable, customized hosting with Apache, 
PHP, Perl, PostgreSQL, MySQL, DNS and more!    http://www.sfront.net
-----------------------------------------------------------------------

Reply via email to