The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Talk:GenPass"
ChronicDev (talk | contribs) (→Mac compiling: new section) |
(→Mac compiling) |
||
Line 7: | Line 7: | ||
== Mac compiling == |
== Mac compiling == |
||
− | it seems to fail hard when attempting to compile it on mac, even with modded openssl for sha256 stuff. i am trying to get it working though, |
+ | it seems to fail hard when attempting to compile it on mac, even with modded openssl for sha256 stuff. i am trying to get it working though, already defeated many errors by changing some code and using Apple's CommonCrypto instead of OpenSSL |
Revision as of 14:04, 6 April 2009
Windows compilation note
If anyone is trying to compile this using MinGW on Windows, you'll run into some linking problems with libcrypto. After searching around for awhile, I found that the problem can be solved by adding -lgdi32 -lws2_32 to your linker flags.
I just needed the -lgdi32 What crap that a crypto lib linked to a graphics library
Mac compiling
it seems to fail hard when attempting to compile it on mac, even with modded openssl for sha256 stuff. i am trying to get it working though, already defeated many errors by changing some code and using Apple's CommonCrypto instead of OpenSSL