You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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: #9 (comment)
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
The text was updated successfully, but these errors were encountered: