[Home]

Summary:ASTERISK-02571: h323 channel make error
Reporter:adria vidal (adriavidal)Labels:
Date Opened:2004-10-08 19:39:22Date Closed:2004-10-14 19:12:00
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) h323_makefile.txt
( 1) h323_terminal_log.txt
Description:I'm trying to build the h323 channel included into de CVS, followed the README, installed pwlib and openh323.
But when trying to do make an error apears all the time.



****** ADDITIONAL INFORMATION ******

[root@asterisk h323]# make
g++ -g -c -fno-rtti -o ast_h323.o -march=ppc -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix -I/root/pwlib/include -I/root/openh323/include -Wno-missing-prototypes -Wno-missing-declarations ast_h323.cpp
cc1plus: invalid option `arch=ppc'
make: *** [ast_h323.o] Error 1
Comments:By: Russell Bryant (russell) 2004-10-09 00:54:29

I just copied the logic for march from the main asterisk makefile to this one.  See if this helps.

By: twisted (twisted) 2004-10-11 12:17:58

I may be late on this, but the h323 maintainer (JerJer) has been working on this code recently.  In the README:

Developer Contact
----------------
If you have trouble contact 'JerJer' in #Asterisk on
irc.freenode.net and/or send reasonable debug information to support@nufone.net.

By: jerjer (jerjer) 2004-10-14 18:45:44

I cannot find any  Makefile entries stating that Open H.323 supports PPC.