Skip to content

Conversation

@msinescu
Copy link

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

@wernerd
Copy link
Owner

wernerd commented Oct 11, 2012

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:

#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:
#4


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants