New asterisk user, pretty much set up except for spandsp. I get the following when trying to compile: app_rxfax.c app_rxfax.c: In function `phase_e_handler': app_rxfax.c:92: error: structure has no member named `cid' app_rxfax.c:92: error: structure has no member named `cid' app_rxfax.c: In function `rxfax_exec': app_rxfax.c:260: error: structure has no member named `verbose' app_rxfax.c: At top level: app_rxfax.c:61: warning: 't30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1 I'm running and compiling against Asterisk 1.0.9 on a CentOS4_x86_64 system. Asterisk alone compiles and is running without issue. I can't find any problem with dependencies. Any help would be appreciated. Jay Bhatt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051014/612440aa/attachment.htm
Administrator wrote:> New asterisk user, pretty much set up except for spandsp. I get the > following when trying to compile: > > app_rxfax.c > app_rxfax.c: In function `phase_e_handler': > app_rxfax.c:92: error: structure has no member named `cid' > app_rxfax.c:92: error: structure has no member named `cid' > app_rxfax.c: In function `rxfax_exec': > app_rxfax.c:260: error: structure has no member named `verbose' > app_rxfax.c: At top level: > app_rxfax.c:61: warning: 't30_flush' defined but not used > make[1]: *** [app_rxfax.o] Error 1 > I'm running and compiling against Asterisk 1.0.9 on a CentOS4_x86_64 > system. Asterisk alone compiles and is running without issue. I > can't find any problem with dependencies. Any help would be appreciated. >I had the same issues with .0.0.3 and went back to the 0.0.2 version 0.0.3 is for developers. Doug
Actually I am using 0.0.2pre21, also tried pre20....finally got a different error after trying just about everything including deleting the source dir and unpacking again, editing makefile again, etc. app_rxfax.c: In function `rxfax_exec': app_rxfax.c:265: error: structure has no member named `logging' app_rxfax.c: At top level: app_rxfax.c:61: warning: 't30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-1.0.9/apps' make: *** [subdirs] Error 1 Maybe I'm not editing the makefile correctly? I am cutting/pasting from the patchfile so I know it's not a typo. -----Original Message----- From: Doug Lytle [mailto:support@drdos.info] Sent: Friday, October 14, 2005 6:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Problem with compiling spandsp Administrator wrote:> New asterisk user, pretty much set up except for spandsp. I get the > following when trying to compile: > > app_rxfax.c > app_rxfax.c: In function `phase_e_handler': > app_rxfax.c:92: error: structure has no member named `cid' > app_rxfax.c:92: error: structure has no member named `cid' > app_rxfax.c: In function `rxfax_exec': > app_rxfax.c:260: error: structure has no member named `verbose' > app_rxfax.c: At top level: > app_rxfax.c:61: warning: 't30_flush' defined but not used > make[1]: *** [app_rxfax.o] Error 1 I'm running and compiling > against Asterisk 1.0.9 on a CentOS4_x86_64 system. Asterisk alone > compiles and is running without issue. I can't find any problem with > dependencies. Any help would be appreciated. >I had the same issues with .0.0.3 and went back to the 0.0.2 version 0.0.3 is for developers. Doug
Use pre10 or pre11.> Date: Mon, 17 Oct 2005 12:53:43 -0700 > From: "Administrator" <Administrator@Dunninvestments.com> > Subject: RE: [Asterisk-Users] Problem with compiling spandsp > > Actually I am using 0.0.2pre21, also tried pre20....finally got a > different error after trying just about everything including deleting > the source dir and unpacking again, editing makefile again, etc. > > app_rxfax.c: In function `rxfax_exec': > app_rxfax.c:265: error: structure has no member named `logging' > app_rxfax.c: At top level: > app_rxfax.c:61: warning: 't30_flush' defined but not used > make[1]: *** [app_rxfax.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk-1.0.9/apps' > make: *** [subdirs] Error 1 > > Maybe I'm not editing the makefile correctly? I am cutting/pasting from > the patchfile so I know it's not a typo.