ZRTP4PJ icon indicating copy to clipboard operation
ZRTP4PJ copied to clipboard

Makefile fix

Open msinescu opened this issue 13 years ago • 1 comments

Hi, Mr. Werner,

My name is Mihai (which is Romanian version for Mike)

I am currently developing a softphone which uses PJSIP and ZRTP4PJ as secured media transport.

I've compiled ZRTP4PJ successfully but after linking my project with the library, I got a linker error saying that external symbols zrtpNtohl and zrtpHtonl are undefined. I have searched a little bit more and found that file osSpecifics.c (which implements the body of the above two functions) is not compiled into ZRTP4PJ library.

So, I'd like to bring my first contribution to ZRTP4PJ project by submitting the updated Makefile.

Best regards,

Mihai

msinescu avatar Oct 10 '12 13:10 msinescu

Thanks Mihai.

This module was a "late addition".

I'll fix the problem during the next days.

Werner

Am 10.10.2012 15:12, schrieb Mihai Sinescu:

Hi, Mr. Werner,

My name is Mihai (which is Romanian version for Mike)

I am currently developing a softphone which uses PJSIP and ZRTP4PJ as secured media transport.

I've compiled ZRTP4PJ successfully but after linking my project with the library, I got a linker error saying that external symbols zrtpNtohl and zrtpHtonl are undefined. I have searched a little bit more and found that file osSpecifics.c (which implements the body of the above two functions) is not compiled into ZRTP4PJ library.

So, I'd like to bring my first contribution to ZRTP4PJ project by submitting the updated Makefile.

Best regards,

Mihai

You can merge this Pull Request by running:

git pull https://github.com/msinescu/ZRTP4PJ master

Or you can view, comment on it, or merge it online at:

https://github.com/wernerd/ZRTP4PJ/pull/4

-- Commit Summary --

  • Modified Makefile to include osspecifics.c

-- File Changes --

M build/zsrtp/Makefile (6)

-- Patch Links --

https://github.com/wernerd/ZRTP4PJ/pull/4.patch https://github.com/wernerd/ZRTP4PJ/pull/4.diff


Reply to this email directly or view it on GitHub: https://github.com/wernerd/ZRTP4PJ/pull/4


Werner Dittmann [email protected] Tel +49 176 993 462 95 PGP key: 82EF5E8B

wernerd avatar Oct 11 '12 07:10 wernerd