sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 347 forks source link

Xcode build #1

Closed sparfenyuk closed 8 years ago

sparfenyuk commented 10 years ago

Hi!

I've just experienced some troubles to compile libsourcey project using Xcode. It seems that cmake doesn't properly link targets between each other. For example, to build 'stun' target I manually put some lines to linker options (see screenshot). And that is the problem for other targets too.

image

auscaster commented 10 years ago

Hi @sparfenyuk

Thanks for making this issue known! I don't have an Apple machine to test or fix this issue on, but if you are able to submit a patch or PR then I would be super grateful.

auscaster commented 10 years ago

@sparfenyuk did you find a solution for this?

sparfenyuk commented 10 years ago

Still in progress. Just back from vacations :)

auscaster commented 10 years ago

Nice, where did you go?

On 23 May 2014 21:56, sparfenyuk notifications@github.com wrote:

Still in progress. Just back from vacations :)

— Reply to this email directly or view it on GitHubhttps://github.com/sourcey/libsourcey/issues/1#issuecomment-44000574 .

sparfenyuk commented 10 years ago

To Spain. I was in nice place named Cambrils :+1:

auscaster commented 10 years ago

Aww that city looks so nice!

auscaster commented 8 years ago

Xcode build has been fixed on master.