Hi, anybody knows what's missing or problem why i cant compile asterisk-oh323 in my machine? i got this compiled successfully ...Openh323 - v1.12.2 ...pwlib - v1.5.2 except ...asterisk-oh323 - v0.6.5 here's the output as i run make... mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' ./check_ver /home/mkoy/pwlib pwlib ./check_ver /home/mkoy/openh323 openh323 g++ -DP_LINUX=2.4.26 -ffunction-sections -fdata-sections -D_REENTRANT -Wall -fPIC -DP_USE_PRAGMA -DPHAS_TEMPLATES -I/home/mkoy/pwlib/include/ptlib/unix -I/usr/include/pwlib -I/home/mkoy/pwlib/include -DPTRACING -I/home/mkoy/openh323/include -DHAS_IXJ -DHAS_OSS -Wall -x c++ -Os -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.5.2\" -DOPENH323VERSION=\"1.12.2\" -I/home/mkoy/pwlib/include/ptlib/unix -I/home/mkoy/pwlib/include -I/home/mkoy/openh323/include -I/home/mkoy/openh323/include/openh323 -I../asterisk-driver -c asteriskaudio.cxx -o asteriskaudio.o asteriskaudio.cxx: In destructor `virtual PAsteriskSoundChannel::~PAsteriskSoundChannel()': asteriskaudio.cxx:167: error: `baseChannel' undeclared (first use this function) asteriskaudio.cxx:167: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [asteriskaudio.o] Error 1 make[1]: Leaving directory `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' make: *** [subdirs_build] Error 1 mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ Kolosos Philippines __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com
???????????? Asterisk Users Mailing List - Non-Commercial Discussion, Monday, February 21, 2005, 2:14:20 PM, ?? ??????: ===8<==============Original message text==============kolo sos> Hi, kolo sos> anybody knows what's missing or problem why i cant kolo sos> compile asterisk-oh323 in my machine? kolo sos> i got this compiled successfully kolo sos> ....Openh323 - v1.12.2 kolo sos> ....pwlib - v1.5.2 kolo sos> except kolo sos> ....asterisk-oh323 - v0.6.5 kolo sos> here's the output as i run make... kolo sos> mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make kolo sos> for x in wrapper asterisk-driver; do make -C $x build kolo sos> || exit 1 ; done kolo sos> make[1]: Entering directory kolo sos> `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' kolo sos> ../check_ver /home/mkoy/pwlib pwlib kolo sos> ../check_ver /home/mkoy/openh323 openh323 kolo sos> g++ -DP_LINUX=2.4.26 -ffunction-sections kolo sos> -fdata-sections -D_REENTRANT -Wall -fPIC kolo sos> -DP_USE_PRAGMA -DPHAS_TEMPLATES kolo sos> -I/home/mkoy/pwlib/include/ptlib/unix kolo sos> -I/usr/include/pwlib -I/home/mkoy/pwlib/include kolo sos> -DPTRACING -I/home/mkoy/openh323/include -DHAS_IXJ kolo sos> -DHAS_OSS -Wall -x c++ -Os -DWRAPTRACING kolo sos> -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.5.2\" kolo sos> -DOPENH323VERSION=\"1.12.2\" kolo sos> -I/home/mkoy/pwlib/include/ptlib/unix kolo sos> -I/home/mkoy/pwlib/include kolo sos> -I/home/mkoy/openh323/include kolo sos> -I/home/mkoy/openh323/include/openh323 kolo sos> -I../asterisk-driver -c asteriskaudio.cxx -o kolo sos> asteriskaudio.o kolo sos> asteriskaudio.cxx: In destructor `virtual kolo sos> PAsteriskSoundChannel::~PAsteriskSoundChannel()': kolo sos> asteriskaudio.cxx:167: error: `baseChannel' undeclared kolo sos> (first use this kolo sos> function) kolo sos> asteriskaudio.cxx:167: error: (Each undeclared kolo sos> identifier is reported only once kolo sos> for each function it appears in.) kolo sos> make[1]: *** [asteriskaudio.o] Error 1 kolo sos> make[1]: Leaving directory kolo sos> `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' kolo sos> make: *** [subdirs_build] Error 1 kolo sos> mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ kolo sos> Kolosos kolo sos> Philippines kolo sos> __________________________________ kolo sos> Do you Yahoo!? kolo sos> Meet the all-new My Yahoo! - Try it today! kolo sos> http://my.yahoo.com kolo sos> _______________________________________________ kolo sos> Asterisk-Users mailing list kolo sos> Asterisk-Users@lists.digium.com kolo sos> http://lists.digium.com/mailman/listinfo/asterisk-users kolo sos> To UNSUBSCRIBE or update options visit: kolo sos> http://lists.digium.com/mailman/listinfo/asterisk-users ===8<===========End of original message text========== For channel asterisk-oh323-v0.6.5 need openh323-Janus_patch4-src-tar.gz pwlib-Janus_patch4-src-tar.gz -- ? ?????????: ?????? ???????? ??? "??????????? ??????? ?????", "?????-???????" ????, ??. ???. ????????, 94 ???.: 8 (3022) 23-33-33 mailto:andrews@mtelecom.chita.ru
Hi, with Openh323 - v1.12.2 and pwlib - v1.5.2 I use asterisk-oh323 v.0.6.3b and it works fine hope it helps cu... --- kolo sos <k0l0s0s@yahoo.com> wrote:> Hi, > > anybody knows what's missing or problem why i cant > compile asterisk-oh323 in my machine? > > i got this compiled successfully > > ...Openh323 - v1.12.2 > ...pwlib - v1.5.2 > > except > > ...asterisk-oh323 - v0.6.5 > > here's the output as i run make... > > mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make > for x in wrapper asterisk-driver; do make -C $x > build > || exit 1 ; done > make[1]: Entering directory > `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' > ./check_ver /home/mkoy/pwlib pwlib > ./check_ver /home/mkoy/openh323 openh323 > g++ -DP_LINUX=2.4.26 -ffunction-sections > -fdata-sections -D_REENTRANT -Wall -fPIC > -DP_USE_PRAGMA -DPHAS_TEMPLATES > -I/home/mkoy/pwlib/include/ptlib/unix > -I/usr/include/pwlib -I/home/mkoy/pwlib/include > -DPTRACING -I/home/mkoy/openh323/include -DHAS_IXJ > -DHAS_OSS -Wall -x c++ -Os -DWRAPTRACING > -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.5.2\" > -DOPENH323VERSION=\"1.12.2\" > -I/home/mkoy/pwlib/include/ptlib/unix > -I/home/mkoy/pwlib/include > -I/home/mkoy/openh323/include > -I/home/mkoy/openh323/include/openh323 > -I../asterisk-driver -c asteriskaudio.cxx -o > asteriskaudio.o > asteriskaudio.cxx: In destructor `virtual > PAsteriskSoundChannel::~PAsteriskSoundChannel()': > asteriskaudio.cxx:167: error: `baseChannel' > undeclared > (first use this > function) > asteriskaudio.cxx:167: error: (Each undeclared > identifier is reported only once > for each function it appears in.) > make[1]: *** [asteriskaudio.o] Error 1 > make[1]: Leaving directory > `/home/mkoy/voip/asterisk-oh323-0.6.5/wrapper' > make: *** [subdirs_build] Error 1 > mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ > > > > Kolosos > Philippines > > > > __________________________________ > Do you Yahoo!? > Meet the all-new My Yahoo! - Try it today! > http://my.yahoo.com > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users> To UNSUBSCRIBE or update options visit: > >http://lists.digium.com/mailman/listinfo/asterisk-users>__________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250