On Monday, 30 May 2016 20:40:23 UTC+1, Jeffrey Walton wrote: > > Hi Andrew, > > Sorry for the late reply. > > Can you get me access to the machine? >
No. I am a freelancer and the machine belongs to my client. Access is for their employees and constractors only. Sorry. > Is SSH with PublicKey-only authentication (and an authorized_key file) > possible? > No. It's deliberately locked down to prevent access by the public. > > My apologies for asking. I don't have access to Solaris at the moment, and > the Solaris machines at the GCC compile farm are down. > Acess to solaris is not that tricky for projects that desire to support it. Being a freelancer I have my own solaris machine, which I occasionally use for client work. I got it on ebay for 200 pounds. What is slightly trickier is getting access to the proprietary sun compiler. I haven't managed to do that so I use gcc on my own solaris machine. That's no good for tackling this problem since the issue seems to be related to the compiler. > > Jeff > > On Monday, May 30, 2016 at 4:55:27 AM UTC-4, Andrew Marlow wrote: >> >> Hello everyone, >> >> I get the following compilation errors trying to build cryptopp 563 on >> solaris 10 using the using ancient solarisStudio 12.3 compiler (please >> don't laugh): >> >> "ida.cpp", line 403: Error: random_access_iterator_tag is not defined. >> "ida.cpp", line 403: Error: "," expected instead of ">". >> "ida.cpp", line 407: Error: The function "RevIt" must have a prototype. >> "ida.cpp", line 407: Error: The function "RevIt" must have a prototype. >> "ida.cpp", line 407: Error: The function "RevIt" must have a prototype. >> "ida.cpp", line 407: Error: The function "RevIt" must have a prototype. >> "ida.cpp", line 408: Error: The operation "const int* != const unsigned >> char*" is illegal. >> "ida.cpp", line 410: Error: The operation "const int* - const unsigned >> char*" is illegal. >> "ida.cpp", line 412: Error: The operation "const unsigned char*const - >> const int*" is illegal. >> 9 Error(s) detected. >> makefile.sun:42: recipe for target 'ida.o' failed >> >> I tried a minor hack to ida.cpp, making the first line #include >> <iterator>, which should cause it to pick up the definition of >> random_access_iterator_tag. But this "fix" didn't work. Any ideas please? >> >> Regards, >> >> Andrew M. >> > -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
