From: Steve K. <st...@st...> - 2004-09-11 02:20:21
|
Eric Alexander wrote: >Ah.. Please excuse my ignorance. Can you point me in the right direction to >install app_conference? I have tried installing it on 3 boxes (debian, >slackware, redhat) and make install fails with the following everytime. > >cc1: Invalid option `abi=altivec' >cc1: Invalid option `dynamic-no-pic' >cc1: unknown C standard `c99' >cc1: Invalid option `-fprefetch-loop-arrays' >cc1: Invalid option `-fsingle-precision-constant' >cc1: Invalid option `-faltivec' >cc1: bad value (7450) for -mcpu= switch >app_conference.c: In function `add_milliseconds': >app_conference.c:137: parse error before `long' >app_conference.c:140: `s' undeclared (first use in this function) >app_conference.c:140: (Each undeclared identifier is reported only once >app_conference.c:140: for each function it appears in.) > > It appears that the current Makefile is set up to compile under Darwin/PPC. Just comment out the third CFLAGS line, and if you're using an old GCC, remove the -std=c99 option from the first CFLAGS line. -SteveK > > >-----Original Message----- >From: Steve Kann [mailto:st...@st...] >Sent: Thursday, September 09, 2004 9:36 AM >To: Eric Alexander >Cc: iax...@li... >Subject: Re: [Iaxclient-devel] app_conference > >Eric Alexander wrote: > > > >>Is the CVS missing app_conference.o ? >> >> >> >> >No, object files don't normally go into CVS repositories.. > >-SteveK > > > |