Hello OpenH323OpenH323,
I Have Been Building The Application On Fedora 3, According to The 5 Steps Below:
1, Put PWLib and OpenH323 into my home directory, ie PWLib is in ~ / pwlib and OpenH323 is in ~ / openh323, 2, export the PWLIBDIR and the OPENH323DIR export PWLIBDIR = / somewhere / else / pwlib export OPENH323DIR = / somewhere / else / openh323 3, go to ~ / pwlib and run ./configure make bothdepend make bothnoshared4, go to ~ / openh323 and run ./configure make bothdepend make bothnoshared5, download the file oh323tut-1.0-1.tgz to a directory and run tar -ZXVF OH323TUT-1.0-1.tgz make Bothdepend Make Bothnoshared
According to the openh323 tutorial in the url (http://toncar.cz/openh323/tut/build.html), The object files (* .o) and oh323tut executables (the release and debug version, respectively) will be created in Subdirectories obj_linux_x86_r and obj_linux_x86_d.but in Fact, i Have Just Obtain The Two Subdirector with no Executables Files.also I Haven't got The Executables File SIMPH323.
And During the Steps Above, I have got all the stderr like this: ../ Common / getdate.y: conflicts: 8 Shift / Reduce, 18 reduce / reduction ../ Common / Osutils.cxx: in Static MEMBER FUNCTION `Static Std :: ostream & ptrace :: End (std :: ostream &): ../ Common / Osutils.cxx: 1003: Warning: Unused variable 'RB' ../ Common / Osutils.cxx: in Static Member Function `Static STD :: ostream & ptrace :: End (std :: ostream &): ../ Common / Osutils.cxx: 1003: Warning: unused variable 'RB' ./ src / lpcini.c: 47: warning: conflicting type for Built- In function 'malloc'ep.cxx: in Member Function `Bool MyEndPoint :: init (): EP.CXX: 91: Error:` SPEEXNARROW3AUDIOCAPABILITY' Undeclared (First Use this function) EP.CXX: 91: Error: (Each undeclared identifier is reported only once for each function it appears in) ep.cxx:. 91: error: `speex3Cap 'undeclared (first use this function) ep.cxx: 92: error:` SpeexNarrow3AudioCapability' has not been declaredep.cxx: 94: Error: `h323_gsm0610capability 'undeclared (First Use this function) EP.CXX: 94: Error:` GSMCAP' undecl ared (first use this function) ep.cxx: 95: error: `H323_GSM0610Capability 'has not been declaredep.cxx: 99: error:` H323_LPC10Capability' has not been declaredmake [2]: *** [obj_linux_x86_r / ep.o] Error 1make [1]: *** [optNoshared] error 2make: *** [Bothnoshared] error 2i'm so surprising now.Who Can Help Me? Thank you very much!