Re: Not able to link Crypto++ library in Xcode 7.3

2016-09-17 Thread Jeffrey Walton


On Thursday, September 15, 2016 at 10:04:16 PM UTC-4, Mouse wrote:
>
> Go to project settings/preferences/configuration (whatever the correct 
> term is), select “Build Settings”, and in “Search Paths” set where you 
> installed Crypto++ headers (“Header Search Paths”) and library (“Library 
> Search Paths”). Then in “Linking” find “Other Linker Flags” and add 
> “-lcryptopp”. I’ve just tested this approach, and it worked.
>
> Perhaps it would be nice if we could build CryptoPP on Mac as a framework. 
> Off-hand I don’t know how much work it’s likely to be (and therefore 
> whether it’s worth it).
>

I looked into OS X and iOS frameworks a while ago. Here's Apple's docs on 
it: 
https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html
 
.

I like the idea of a framework for convenience. But like Windows Installer, 
I just don't have the time.

 Jeff

-- 
-- 
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/d/optout.


Re: Not able to link Crypto++ library in Xcode 7.3

2016-09-15 Thread Mobile Mouse
Go to project settings/preferences/configuration (whatever the correct term 
is), select “Build Settings”, and in “Search Paths” set where you installed 
Crypto++ headers (“Header Search Paths”) and library (“Library Search Paths”). 
Then in “Linking” find “Other Linker Flags” and add “-lcryptopp”. I’ve just 
tested this approach, and it worked.

Perhaps it would be nice if we could build CryptoPP on Mac as a framework. 
Off-hand I don’t know how much work it’s likely to be (and therefore whether 
it’s worth it).


> On Sep 15, 2016, at 17:56 , Adil Khan  wrote:
> 
> 
> 
> On Thursday, September 15, 2016 at 1:50:49 AM UTC-7, Jeffrey Walton wrote:
> 
> 
> On Thursday, September 15, 2016 at 4:46:19 AM UTC-4, Adil Khan wrote:
> I was able to set up the Crypto++ library in Xcode using the instructions on 
> https://www.cryptopp.com/wiki/IOS_(Xcode) 
> 
> 
> However, I am not able to figure out a way to integrate this library into 
> another C++ project. I am not able to find the option to add this library 
> under Target Dependencies/Linked Libraries.
> 
> Can anyone guide me on this?
> 
> 
> Yeah, Apple does not make it as easy as it should be. 
> http://www.google.com/search?q=xcode+how+to+add+third+party+library 
> 
> 
> Jeff 
> 
> That didn't help. Any alternatives that you could suggest? I've been 
> struggling on it for a week now. 
> 
> -- 
> -- 
> 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/d/optout 
> .

--
Mobile Mouse  mouse...@gmail.com




-- 
-- 
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/d/optout.


Re: Not able to link Crypto++ library in Xcode 7.3

2016-09-15 Thread Adil Khan


On Thursday, September 15, 2016 at 1:50:49 AM UTC-7, Jeffrey Walton wrote:
>
>
>
> On Thursday, September 15, 2016 at 4:46:19 AM UTC-4, Adil Khan wrote:
>>
>> I was able to set up the Crypto++ library in Xcode using the instructions 
>> on https://www.cryptopp.com/wiki/IOS_(Xcode)
>>
>>
>> However, I am not able to figure out a way to integrate this library into 
>> another C++ project. I am not able to find the option to add this library 
>> under Target Dependencies/Linked Libraries.
>>
>> Can anyone guide me on this?
>>
>
> Yeah, Apple does not make it as easy as it should be. 
> http://www.google.com/search?q=xcode+how+to+add+third+party+library
>
> Jeff 
>

That didn't help. Any alternatives that you could suggest? I've been 
struggling on it for a week now. 

-- 
-- 
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/d/optout.


Re: Not able to link Crypto++ library in Xcode 7.3

2016-09-15 Thread Jeffrey Walton


On Thursday, September 15, 2016 at 4:46:19 AM UTC-4, Adil Khan wrote:
>
> I was able to set up the Crypto++ library in Xcode using the instructions 
> on https://www.cryptopp.com/wiki/IOS_(Xcode)
>
>
> However, I am not able to figure out a way to integrate this library into 
> another C++ project. I am not able to find the option to add this library 
> under Target Dependencies/Linked Libraries.
>
> Can anyone guide me on this?
>

Yeah, Apple does not make it as easy as it should be. 
http://www.google.com/search?q=xcode+how+to+add+third+party+library

Jeff 

-- 
-- 
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/d/optout.


Not able to link Crypto++ library in Xcode 7.3

2016-09-15 Thread Adil Khan


I was able to set up the Crypto++ library in Xcode using the instructions 
on https://www.cryptopp.com/wiki/IOS_(Xcode)


However, I am not able to figure out a way to integrate this library into 
another C++ project. I am not able to find the option to add this library 
under Target Dependencies/Linked Libraries.

Can anyone guide me on this?


Ps. I'm kinda new to Xcode & Crypto++ both.

-- 
-- 
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/d/optout.