Can you tell us the compiler you are using and the version. If you look in
the GnuMakefile you will see the settings for Sun I think. I do not have a
terminal just now.


On Sat, Feb 1, 2014 at 6:23 PM, Sindhu Saripella <sindhu....@gmail.com>wrote:

> Hi David,
>
> I'm on SunOS.
>
> I did do the below steps only, still ....
>
> 1: mkdir cryptopp (or whatever)
> 2: cd cryptopp
> 3: unizip -a cryptopp...
> 4: gnumake
> 5: chill for few mins
>
> > got the error at this stage.
>
>
> The lines in the Code:
> 123:
>                 if (result == char_traits<char>::eof())
>
> 124:
>                         return 0;
>
> -SS
>
> On Saturday, February 1, 2014 12:15:55 PM UTC-6, David Irvine wrote:
>
>>
>> On Sat, Feb 1, 2014 at 6:11 PM, Sindhu Saripella <sindh...@gmail.com>wrote:
>>
>>>
>>> When I typr gnumake, it errors out while compiling files.cpp.
>>>
>>
>> can you post the actual command you type.
>>
>> If you are on linux or osx then I think make is all you need do in the
>> unzipped sources directory. It looks like somehow you maybe are typing gcc
>> instead of g++ or something.
>>
>> so
>> 1: mkdir cryptopp (or whatever)
>> 2: cd cryptopp
>> 3: unizip cryptopp...
>> 4: make
>> 5: chill for few mins
>> 6: ./crypttest.exe v (to check all is well)
>>
>> hope this helps
>>
>>
>>
>>
>> --
>>
>> David Irvine
>> maidsafe.net <http://www.maidsafe.net/>
>> twitter: @metaquestions
>> blog:  http://metaquestions.me
>>
>  --
> --
> You received this message because you are subscribed to the "Crypto++
> Users" Google Group.
> To unsubscribe, send an email to
> cryptopp-users-unsubscr...@googlegroups.com.
> 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 cryptopp-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 

David Irvine
maidsafe.net <http://www.maidsafe.net/>
twitter: @metaquestions
blog:  http://metaquestions.me

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to