search for: ltiff

Displaying 20 results from an estimated 35 matches for "ltiff".

Did you mean: tiff
2004 May 28
2
spandsp wont compile.
...xfax.so' cc -fPIC -c -o app_rxfax.o app_rxfax.c app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) make: *** [app_rxfax.o] Error 1 I chamged the Makefile to include app_rxfax.so : app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_rxfax.so : app_rxfax.c gcc -D_GNU_SOURCE -O2 -g -Iinclude -l../include -c -o app_rxfax. o app_rxfax.c app_txfax.so : a...
2006 Jan 22
6
spandsp Error
...rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so 97 rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so 98 99 app_curl.so: app_curl.o 100 $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) 101 102 app_rxfax.so : app_rxfax.o 103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 104 105 app_txfax.so : app_txfax.o 106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 107 108 app_sql_postgres.o: app_sql_postgres.c 109 $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o a...
2004 Jun 21
1
Problem compiling fax applications
...---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_rxfax.o: app_rxfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.o: app_txfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c + + app_d...
2006 Jan 13
0
R: RE: RE: Spandsp
...25$67ed7670$cf42e3c1@pitagora.it>, dviggiani@tiscali.it says... > I solved with this simple makefile: > > all: app_rxfax.so app_txfax.so > > app_rxfax.so: app_rxfax.c > gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o > $@ app_rxfax.c -lspandsp -ltiff > > app_txfax.so: app_txfax.c > gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o > $@ app_txfax.c -lspandsp -ltiff > > but as usual cut&paste is problematic. When I try to patch with this one I get error message. For me, this patch seams to work...
2005 Dec 20
0
Two problems compiling my shared library...
...g: converting to `int' from `double' rtiff.c:139: warning: converting to `int' from `double' ar cr rtiff.a rtiff.o ranlib rtiff.a windres --include-dir c:/usr/include -i rtiff_res.rc -o rtiff_res.o gcc --shared -s -o rtiff.dll rtiff.def rtiff.a rtiff_res.o -Lc:/usr/src/gnuwin32 -ltiff -lg2c -lR ... DLL made -------8<-------------------------------------------------------------- However, if I simply do the following: gcc -shared -o rtiff.dll rtiff.c -ltiff I get a functional shared library. Any clues as to why R CMD INSTALL is resulting in an entry-pointless dll? (And...
2004 Sep 26
1
spandsp patch help
I've installed spandsp-0.0.1k on a RHv9 box with CVS-HEAD-09/19/04 and compiled the libraries just fine. Having a problem with patching the asterisk/apps Makefile however. The patch attempt results in: [root@phoenix apps]# patch <Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej [root@phoenix
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
...nt -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) --- 69,84 ---- install: all for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + app_voicemail.so : app_voicemail.o ifeq ($(USE_MYSQL_VM_INTERFACE),1) $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) ----------...
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported o...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
..._INTERFACE),1) --- 68,95 ---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_rxfax.o: app_rxfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.o: app_txfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c + + app_dtmftote...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
...he following lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff I then did the make cleans, makes and make installs as necessary for both spandsp and asterisk If I add the following to my Modules.conf load => app_txfax.so load => app_txfax.so I get the ab...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
...owing lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff I then did the make cleans, makes and make installs as necessary for both spandsp and asterisk If I add the following to my Modules.conf load => app_txfax.so load => app_txfax.so...
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the Apps_makefile.patch from Spandsp I get the following error. patching file Makefile Hunk #1 FAILED at 47. Hunk #2 FAILED at 76. 2 out of 2 hunks FAILED Has anybody seen this.
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the
2012 Oct 17
1
Unable to install rtiff package
...oss compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for TIFFOpen in -ltiff... no Error: Could not find libtiff. ERROR: configuration failed for package ?rtiff? * removing ?/home/lapalmejo/R/i686-pc-linux-gnu-library/2.14/rtiff? * restoring previous ?/home/lapalmejo/R/i686-pc-linux-gnu-library/2.14/rtiff? The downloaded packages are in ?/tmp/Rtm...
2010 Oct 01
2
Issues loading rtiff 1.4.1 with R 2.6.2 on Windows
...LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. When running "nm" from MinGW on C:\Program Files\R\R-2.6.2\library\rtiff\libs\rtiff.dll, it tells me "no symbols" :-/ So I tried to compile the dll from the sources and did this: gcc -shared -o rtiff.dll rtiff.c -ltiff -lr -I"C:\Program Files\GnuWin32\include" -I"C:\Program Files\R\R-2.6.2\include" -L"C:\Program Files\GnuWin32\lib" -L"C:\MinGW\lib" -L"C:\Program Files\R\R-2.6.2\modules" -L"C:\Program Files\R\R-2.6.2\bin" This indeed creates a dll witch...
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2004 Jun 19
1
RxFax problems
...`lrint' app_rxfax.c: At top level: app_rxfax.c:50: warning: no previous prototype for `t30_flush' app_rxfax.c:57: warning: no previous prototype for `phase_e_handler' gcc -shared -Xlinker -x -I/usr/src/spandsp-0.0.1/src -o app_rxfax.so app_rxfax.o -L/usr/src/spandsp-0.0.1/src -lspandsp -ltiff gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/08/04-10:06:15\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\&qu...
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
....o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lMagick -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -------------------------------------------------------------------------- It could be I am missing something totally simple and therefore get these errors, but I cannot identify what. Thanks for...
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2011 Jun 05
1
Can't compile rtiff for OSX
...cking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for TIFFOpen in -ltiff... no Error: Could not find libtiff. ERROR: configuration failed for package ?rtiff? * removing ?/Library/Frameworks/R.framework/Versions/2.13/Resources/library/rtiff? TIFFOpen is in libtiff: $ nm /opt/local/lib/libtiff.dylib | grep TIFFOpen 0000000000030740 T _TIFFOpen So I think the conclusion...