I didn't even bother looking at that log. If you can successfully build and "cryptest.exe", it is proof enough that it works. And if you can build a few of your own sample applications, that's it. No need to worry any further.
On Tue, Dec 17, 2013 at 10:16 AM, Tim Burgess <t...@raisedbar.net> wrote: > OK, I'd made an error in my path. I corrected it and now all of the object > (.o) files build without errors. Additionally, doing a make static test > runs the test phase and says that all tests passed. However, there appear > to be some problems during linkage, as I got several messages about modules > containing no symbols, so I'm unsure as to whether I can trust my library > .a file. The output is long, so I won't post it here, but I'd appreciate > any feedback on the contents of: > > https://dl.dropboxusercontent.com/u/29578720/Crypto%20log.rtf > > Many thanks for the help so far - it's very much appreciated. > > Tim > > On Friday, 6 December 2013 16:21:49 UTC, Tim Burgess wrote: > >> Hi, >> >> I downloaded the latest build using SVN then got the following output >> when I attempted a build: >> >> >> macbook_pro:cryptopp tim$ make static >> >> c++ -DNDEBUG -g -O2 -arch x86_64 -arch i386 -DCRYPTOPP_DISABLE_ASM -pipe >> -c 3way.cpp >> >> In file included from /opt/local/include/gcc48/c++/bits/stl_algo.h:59:0, >> >> from /opt/local/include/gcc48/c++/algorithm:62, >> >> from stdcpp.h:18, >> >> from cryptlib.h:83, >> >> from seckey.h:8, >> >> from 3way.h:7, >> >> from 3way.cpp:5: >> >> /opt/local/include/gcc48/c++/cstdlib:178:10: error: expected >> unqualified-id before '__int128' >> >> inline __int128 >> >> ^ >> >> make: *** [3way.o] Error 1 >> >> GCC4.8.1 is my default c/c++ compiler and lives in /opt/local (I >> installed it from MacPorts). I'm fairly new to developing on the Mac, so >> can anybody please advise me of what I might try to build the library? >> >> Many thanks in advance. >> >> Tim >> > -- > -- > 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. > -- Regards, Mouse -- -- 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.