How to compile h323plus source code?

Discussion related to implementation and use of the H.323 Plus H.323 stack at https://www.h323plus.org.
Post Reply
siguadao
Posts: 6
Joined: Sat Aug 09, 2014 1:53 pm

How to compile h323plus source code?

Post by siguadao »

I have downloaded h323plus-v1_26_0 source code and ptlib-2.12.8 source code from http://www.h323plus.org.
Then I compiled them in linux as what saied in 'Simple H323Plus/OpenH323 Tutorial' (http://www.toncar.cz/openh323/tut/).
It's ok when compiling ptlib, but some errors occured when compiling h323plus source code then. These errors are like this:

[root@root h323plus]$ make bothdepend
make: *** No rule to make target `bothdepend'. Stop.
[root@root h323plus]$ make bothnoshared
make: *** No rule to make target `bothnoshared'. Stop.

Besides, I checked all files in ~/h323plus directory, I can't find 'Makefile', only 'Makefile.in'. I tried 'make -f Makefile.in', it's failed again.

How to compile h323plus source code ? I certainly would appreciate some helps here. Thank you.
shorne
Posts: 45
Joined: Thu Aug 27, 2009 4:17 am

Re: How to compile h323plus source code?

Post by shorne »

try make optnoshared
User avatar
willamowius
Posts: 50
Joined: Tue Sep 01, 2009 7:25 am
Contact:

Re: How to compile h323plus source code?

Post by willamowius »

You probably forgot to run "./configure" before make or something went wrong with it.

"make bothdepend" and "make bothnoshared" should work.
Jan Willamowius
Founder of the GNU Gatekeeper Project
https://www.gnugk.org
https://www.willamowius.com (H.323 support)
siguadao
Posts: 6
Joined: Sat Aug 09, 2014 1:53 pm

Re: How to compile h323plus source code?

Post by siguadao »

willamowius wrote:You probably forgot to run "./configure" before make or something went wrong with it.

"make bothdepend" and "make bothnoshared" should work.
You're right. I had run "./configure", but it failed. I paied no attention to it so compilation process is nok.

I modified some files then it worked. I'm trying to solve the other compile errors now.

Thank you very much.
Post Reply