Hello everybody, I'm trying to receive and sending faxes with asterisk using spandsp. But while compiling the spandsp0.0.2pre11 (tried also spandsp0.0.1), I get following errormessage: gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -Wp,-MD,.deps/t4.TPlo -fPIC -DPIC -o .libs/t4.o In file included from spandsp.h:42, from t4.c:71: spandsp/arctan2.h: In function `arctan2': spandsp/arctan2.h:51: warning: type mismatch in implicit declaration for built-in function `fabs' t4.c: In function `t4_rx_end_page': t4.c:566: `COMPRESSION_CCITT_T4' undeclared (first use in this function) t4.c:566: (Each undeclared identifier is reported only once t4.c:566: for each function it appears in.) t4.c: In function `t4_rx_init': t4.c:915: `COMPRESSION_CCITT_T4' undeclared (first use in this function) t4.c:923: `COMPRESSION_CCITT_T6' undeclared (first use in this function) t4.c: In function `t4_rx_start_page': t4.c:972: `COMPRESSION_CCITT_T4' undeclared (first use in this function) t4.c:974: `TIFFTAG_T4OPTIONS' undeclared (first use in this function) t4.c:983: `COMPRESSION_CCITT_T6' undeclared (first use in this function) make[2]: ** [t4.lo] Erro 1 make[2]: Leaving directory `/usr/src/spandsp-0.0.2/src' make[1]: ** [all] Erro 2 make[1]: Leaving directory `/usr/src/spandsp-0.0.2/src' make: ** [all-recursive] Erro 1 Can anyone tell me what I'm doing wrong? I'm using Debian 3.0r3 with kernel 2.6.6 Thanks in advance, Dennie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050329/17a90b21/attachment.htm
Did you install libtiff libraries & prerequisites before compiling It may be an issue with your LD_LIBRARY_PATH as files do not seem to be found. Selon Dennie Verstrepen <Dennie.Verstrepen@secuteam.com>:> Hello everybody, > > I'm trying to receive and sending faxes with asterisk using spandsp. But > while compiling the spandsp0.0.2pre11 (tried also spandsp0.0.1), I get > following errormessage: > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -Wp,-MD,.deps/t4.TPlo > -fPIC -DPIC -o .libs/t4.o > In file included from spandsp.h:42, > from t4.c:71: > spandsp/arctan2.h: In function `arctan2': > spandsp/arctan2.h:51: warning: type mismatch in implicit declaration for > built-in function `fabs' > t4.c: In function `t4_rx_end_page': > t4.c:566: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:566: (Each undeclared identifier is reported only once > t4.c:566: for each function it appears in.) > t4.c: In function `t4_rx_init': > t4.c:915: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:923: `COMPRESSION_CCITT_T6' undeclared (first use in this function) > t4.c: In function `t4_rx_start_page': > t4.c:972: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:974: `TIFFTAG_T4OPTIONS' undeclared (first use in this function) > t4.c:983: `COMPRESSION_CCITT_T6' undeclared (first use in this function) > make[2]: ** [t4.lo] Erro 1 > make[2]: Leaving directory `/usr/src/spandsp-0.0.2/src' > make[1]: ** [all] Erro 2 > make[1]: Leaving directory `/usr/src/spandsp-0.0.2/src' > make: ** [all-recursive] Erro 1 > > Can anyone tell me what I'm doing wrong? I'm using Debian 3.0r3 with kernel > 2.6.6 > > Thanks in advance, > > Dennie > >
I found my problem, I had installed out of date libraries of libtiff. Now it's running. But thanks anyway. -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]Namens ht@phonitel.com Verzonden: dinsdag 29 maart 2005 11:55 Aan: Asterisk Users Mailing List - Non-Commercial Discussion Onderwerp: Re: [Asterisk-Users] Spandsp compilation error Did you install libtiff libraries & prerequisites before compiling It may be an issue with your LD_LIBRARY_PATH as files do not seem to be found. Selon Dennie Verstrepen <Dennie.Verstrepen@secuteam.com>:> Hello everybody, > > I'm trying to receive and sending faxes with asterisk using spandsp. But > while compiling the spandsp0.0.2pre11 (tried also spandsp0.0.1), I get > following errormessage: > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -Wp,-MD,.deps/t4.TPlo > -fPIC -DPIC -o .libs/t4.o > In file included from spandsp.h:42, > from t4.c:71: > spandsp/arctan2.h: In function `arctan2': > spandsp/arctan2.h:51: warning: type mismatch in implicit declaration for > built-in function `fabs' > t4.c: In function `t4_rx_end_page': > t4.c:566: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:566: (Each undeclared identifier is reported only once > t4.c:566: for each function it appears in.) > t4.c: In function `t4_rx_init': > t4.c:915: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:923: `COMPRESSION_CCITT_T6' undeclared (first use in this function) > t4.c: In function `t4_rx_start_page': > t4.c:972: `COMPRESSION_CCITT_T4' undeclared (first use in this function) > t4.c:974: `TIFFTAG_T4OPTIONS' undeclared (first use in this function) > t4.c:983: `COMPRESSION_CCITT_T6' undeclared (first use in this function) > make[2]: ** [t4.lo] Erro 1 > make[2]: Leaving directory `/usr/src/spandsp-0.0.2/src' > make[1]: ** [all] Erro 2 > make[1]: Leaving directory `/usr/src/spandsp-0.0.2/src' > make: ** [all-recursive] Erro 1 > > Can anyone tell me what I'm doing wrong? I'm using Debian 3.0r3 with kernel > 2.6.6 > > Thanks in advance, > > Dennie > >_______________________________________________ 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 _________________________________________________ This mail has been scanned for all known viruses by AXS Mail powered by SecuTeam NV ... Register for AXS Mail at http://www.secuteam.com! ______________________________________________________________________ This mail has been scanned for all known viruses by AXSWeb powered by SecuTeam NV. ______________________________________________________________________ This mail has been scanned for all known viruses by AXSWeb powered by SecuTeam NV. _________________________________________________ This mail has been scanned for all known viruses by AXS Mail powered by SecuTeam NV ... Register for AXS Mail at http://www.secuteam.com!