Search found 45 matches

by mazilo
Thu Aug 29, 2013 9:37 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compile H323Plus CVS vs. PTLIB-2.12.x
Replies: 4
Views: 18327

Re: Cross compile H323Plus CVS vs. PTLIB-2.12.x

Thank you for your quick response to make things clear. I wished I had knowledge on how to resolve this issue. However, I will give it a try.
by mazilo
Thu Aug 29, 2013 3:48 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compile H323Plus CVS vs. PTLIB-2.12.x
Replies: 4
Views: 18327

Cross compile H323Plus CVS vs. PTLIB-2.12.x

With a PTLIB-2-12.x, has anyone managed to (cross) compile the latest H323Plus from CVS repo? I tried it to no avail. First, it complains with no ptlib/make/lib.mak file. To resolve this issue, I created the following patch. --- a/src/Makefile +++ b/src/Makefile @@ -31,6 +31,7 @@ endif LIBRARY_MAKEF...
by mazilo
Sun Apr 01, 2012 1:31 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: ptlib/make/lib.mak no longer available
Replies: 1
Views: 6225

Re: ptlib/make/lib.mak no longer available

I traced back to PTLib r27227, the last PTLib SVN revision below ptlib/make/lib.mak file gets removed. I created a patch file for src/Makefile file to remove lib.mak dependency as shown below. --- a/src/Makefile +++ b/src/Makefile @@ -348,8 +348,6 @@ SYSLIBS += -l$(PTLIB_BASE)$(LIB_T LIB_BASENAME=$(...
by mazilo
Tue Mar 27, 2012 6:32 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: ptlib/make/lib.mak no longer available
Replies: 1
Views: 6225

ptlib/make/lib.mak no longer available

Looks like H323Plus is now not cross compilable with the latest PTLib. I just did an update to my local PTLib, Opal, and H323Plus with the latest revision. When I tried to cross compile H323Plus, it spitted out an error message saying No such file or directory for ptlib/make/lib.mak as seen below. m...
by mazilo
Fri Mar 16, 2012 1:49 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

Just some (not so good) update:: I have created an additional quick-and-dirty patch for h323plus/Makefile.in file (see below) just to make the installation happy. In other words, this patch doesn't fix the wrong version naming set by PTLib macros. It is a temporary fix so that I package the cross co...
by mazilo
Sun Mar 11, 2012 6:20 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

shorne wrote:It looks like this error is coming from PTLIB. I understand they are working on it.
Thanks for the clarification.
by mazilo
Fri Mar 09, 2012 9:18 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

Instead of my previous post about src/Makefile patch, I could also modify the openh323u.mak.in file (see the patch below) instead to yield the same result which I believe is a more elegant way (but don't know if that will cause other problems) to resolve the issue. As with the mismatch in library ve...
by mazilo
Fri Mar 09, 2012 4:18 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

I am now able to resolve the issue to cross compile H323Plus from the latest CVS trunk with a patch as shown below. --- a/src/Makefile +++ b/src/Makefile @@ -34,7 +34,7 @@ LIBRARY_MAKEFILE:=1 include $(OPENH323DIR)/openh323u.mak # turn off strict-aliasing optimization, because it breaks the PDynaLin...
by mazilo
Tue Mar 06, 2012 7:22 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

Should now be fixed. Yes and now configure works. However, there is still a minor problem in cross compilation as shown below. It doesn't seem to know what @PREFIX@ variable and also where to look for h323plus/include directory. make[5]: Entering directory `/opt/openwrt-svn-trunk/build_dir/target-m...
by mazilo
Tue Mar 06, 2012 12:13 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12085

Speex AEC (Accoustic Echo Cancellation) fails @configuration

Is Speex AEC module on H323plus supported under Linux? If so, I got the following error messages during configure stage when trying to cross compile the latest H323plus from CVS trunk with the latest Opal/PTLib from SVN trunk. checking Checking PTLib version 2.11.2... ok configure: Disabling H.460.2...