Are you building for Windows? I just looked at Makefile.am and it is broken up into two components, libboinc.so and libboinccrypt.so.
It doesn't look like I did that with the Windows project files though. ------ Rom -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jon Sonntag Sent: Thursday, February 07, 2013 2:01 PM To: BOINC Developers Mailing List @berkeley.edu Subject: [boinc_dev] Should crypt.cpp be optional? I started working on a new application version so I grabbed the latest BOINC code from git. Unfortunately, I found that compiling libboinc now requires openssl. To compile openssl requires both perl and nasm. That seemed like a real PITA for some code in crypt.cpp that I know my apps won't be using. So, instead, I just removed crypt.cpp from the libboinc project. Is there any chance of either moving crypt.cpp out of libboinc or providing two different makefile/solution files one with and one without it? Jon Sonntag _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
