libperl-- icon indicating copy to clipboard operation
libperl-- copied to clipboard

compilation failed in vc++2010 scaler.h

Open anandrathi opened this issue 14 years ago • 2 comments

I created a new MSVC project added all your files. After adding few undefs in internel.h I am getting compilation errors related to perl::implementation::array::Temp The issue is with compiler it mixes up typename with declaration

1>e:\ani\leont-libperl---7a91ac7\perl++\scalar.h(389): error C2027: use of undefined type 'perl::implementation::array::Temp' 1> e:\ani\leont-libperl---7a91ac7\perl++\scalar.h(198) : see declaration of 'perl::implementation::array::Temp'

Regards Anand

anandrathi avatar Apr 29 '11 17:04 anandrathi

I don't think I can support building it that way currently. Building libperl++ requires a rather specific setup, and including all of that in a MSVC project may not be trivial. In theory it could be a better way that what I'm doing now, but that would require some serious work. Given that I currently don't have access to MSVC and that I'm not an expert on it either, I wouldn't count on it happening soon unless you do it yourself.

Leont avatar Jun 15 '11 12:06 Leont

I would be happy to support you in Building MSVC if you like to have MSVC as additional platform So I would build it and give it to you the changes . Regards Anand


From: Leont [email protected] To: [email protected] Sent: Wed, June 15, 2011 10:13:48 PM Subject: Re: [libperl--] compilation failed in vc++2010 scaler.h (#9)

I don't think I can support building it that way currently. Building libperl++ requires a rather specific setup, and including all of that in a MSVC project may not be trivial. In theory it could be a better way that what I'm doing now, but that would require some serious work. Given that I currently don't have access to MSVC and that I'm not an expert on it either, I wouldn't count on it happening soon unless you do it yourself.

Reply to this email directly or view it on GitHub: https://github.com/Leont/libperl--/issues/9#issuecomment-1373088

anandrathi avatar Jun 15 '11 23:06 anandrathi