Capio auf der FritzBox

Ein aclocal mit anschleißenden autoconf sollte dein Problem lösen.
 
Danke. Ja und libtool fehlte noch.

Beim Senden meldet ffgtk, capifax wäre nicht eingerichtet.
Ich habe es mit checkinstall installiert. Folgende Dateien wurden installiert:
Code:
/usr/include/libcapifax.h
/usr/lib/libcapifax.so
/usr/lib/pkgconfig
/usr/lib/pkgconfig/capifax.pc

locate findet nur die capifax in ~/capifax/src/
Code:
/capifax/src$ ./capifax
-------------------------------------------------------------------------------
 capifax v0.6
-------------------------------------------------------------------------------
 usage: capifax [OPTIONS]

 OPTIONS:
  -send     [tiff_file] [controller] [msn] [target_no]
  -receive  [path] [controller] [msn]
  -rate     [2400|4800|9600|14400]
  -ident    "+00 00 0000000"
  -header   "My Name"
  -ecm      [on|off]
  -loglevel [0-5]
 
Dann hast du vermutlich nicht die libcapi eingerichtet, wie es in der README steht.

"Erstelle eine Datei mit dem Namen .capi20rc in deinem Heimverzeichnis mit dem Eintrag:
REMOTE fritzbox fritz.box 5031"

Dann sollte es laufen.
 
Ui. Das konnte ich aus der readme von libcapi20 "To set the remote machine, the above file need to have the following line REMOTE <driver> <remote hostname|ip-address> <remote port>" nicht umsetzen. Danke. Das half jedoch noch nicht.

Kann es an der Version libcapi20 und libcapi20-dev 1:3.12.20071127 liegen? Diese hatte ich über den Paketmanager installiert, da beim Installieren der libcapi20_beta3 folgender Fehler auftritt:
Code:
Installing with make install...
====================== Installations-Ergebnisse =========================
make[1]: Betrete Verzeichnis '/home/leu/Programme/libcapi20'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /usr/bin/install -c -m 644 'libcapi20dyn.a' '/usr/lib/libcapi20dyn.a'
 ranlib '/usr/lib/libcapi20dyn.a'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c  'libcapi20.la' '/usr/lib/libcapi20.la'
libtool: install: /usr/bin/install -c .libs/libcapi20.so.3.0.4 /usr/lib/libcapi20.so.3.0.4
libtool: install: (cd /usr/lib && { ln -s -f libcapi20.so.3.0.4 libcapi20.so.3 || { rm -f libcapi20.so.3 && ln -s libcapi20.so.3.0.4 libcapi20.so.3; }; })
libtool: install: (cd /usr/lib && { ln -s -f libcapi20.so.3.0.4 libcapi20.so || { rm -f libcapi20.so && ln -s libcapi20.so.3.0.4 libcapi20.so; }; })
libtool: install: /usr/bin/install -c .libs/libcapi20.lai /usr/lib/libcapi20.la
libtool: install: /usr/bin/install -c .libs/libcapi20.a /usr/lib/libcapi20.a
libtool: install: chmod 644 /usr/lib/libcapi20.a
chmod: changing permissions of `/usr/lib/libcapi20.a': No such file or directory
make[1]: *** [install-libLTLIBRARIES] Fehler 1
make[1]: Verlasse Verzeichnis '/home/leu/Programme/libcapi20'
make: *** [install-am] Fehler 2

**** Installation fehlgeschlagen. Breche Paket-Erzeugung ab.
 
Die Standard CAPI die du installiert hast, funktioniert nicht mit der FritzBox. Du musst schon die libcapi-beta von der Tabos-Seite nehmen.

Zu den Fehler:Klingt so, als ob du es nicht als root installiert hast....
 
Ich habe nochmal gelöscht und neu kompiliert mit ./configure, make, sudo checkinstall. Der gleiche Fehler.
 
Habe im Moment keine Ahnung warum bei dir checkinstall nicht durchläuft. Deswegen habe ich es eben hier auf meinen Rechnern getestet und es läuft alles durch, ohne irgendein Problem. Anbei ist ein deb-Paket für amd64 (unter Ubuntu 8.10 erstellt). Hoffe es hilft dir...
 

Anhänge

  • libcapi20_3.4-1_amd64.deb.bz2
    93.7 KB · Aufrufe: 16
Läuft perfekt. Danke!
 
ffgtk läuft nicht mehr

Hallo,

vorgestern hab ich nach ner Fax-Lösung unter Ubuntu 8.10 gesucht. Wurde auch schnell fündig. Als Newbie in Sachen Linux waren die Sachen (nach Lesen der READMEs) auch schnell installiert. Der erste Test - Programm, Einstellungen und eingehender Anruf- lief alles super.

Aber als ich am nächsten Tag per Terminal 'ffgtk' eingab gab's /gibt's nur eine Fehlermeldung:' Segmentation fault' !

Was kann ich nun machen, um erst mal zu wissen was diesen Fehler verursacht und wichtiger noch wie kann ich diesen beseitigen ?

Habe folgende Sachen heruntergeladen und installiert:
1.) capifax-0.6a.tar.bz2
2.) libcapi-beta3.tar.bz2
3.) ffgtk-0.6.2.tar.bz2
4.) tiff-4.0.0beta2.tar.gz
5.) libspandsp0.0.5~pre4-1

EDIT 1: Mit Hilfe von gdb (was Google alles so weiß !?!) gab es folgende Meldung

>>>
Starting program: /usr/bin/ffgtk file ffgtk
[Thread debugging using libthread_db enabled]
[New Thread 0xb6fb9940 (LWP 2757)]
[loadPlugin]: Cannot load plugin /usr/lib/ffgtk/lib_fax_capifax.so
libcapifax.so: cannot open shared object file: No such file or directory

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6fb9940 (LWP 2757)]
0x00000000 in ?? ()

<<<



Gruß

Chenglee
 
Zuletzt bearbeitet:
Ich kann dir leider nicht sagen, warum nun bei dir dieses Problem auftaucht... aber um es zu lösen installiere bitte capifax und ffgtk neu. Sprich: make clean; make; make install Sollte dann wieder laufen.
 
Hallo zusammen,

bekomme unter OpenSuSE 10.2 leider die libcapi nicht gebacken:
Code:
gcc   -fPIC -Os -I. -D_GNU_SOURCE -c libcapifax.c -o libcapifax.o
In file included from libcapifax.c:23:
libcapifax.h:112: error: field ‘fax’ has incomplete type
libcapifax.c: In function ‘spandsp_init’:
libcapifax.c:1359: error: dereferencing pointer to incomplete type
libcapifax.c:1360: error: dereferencing pointer to incomplete type
libcapifax.c:1361: error: dereferencing pointer to incomplete type
libcapifax.c:1362: error: dereferencing pointer to incomplete type
libcapifax.c:1363: error: dereferencing pointer to incomplete type
libcapifax.c:1364: error: dereferencing pointer to incomplete type
libcapifax.c:1366: error: dereferencing pointer to incomplete type
libcapifax.c:1367: error: dereferencing pointer to incomplete type
libcapifax.c:1369: error: dereferencing pointer to incomplete type
libcapifax.c:1370: error: dereferencing pointer to incomplete type
libcapifax.c:1371: error: dereferencing pointer to incomplete type
libcapifax.c:1372: error: dereferencing pointer to incomplete type
libcapifax.c:1373: error: dereferencing pointer to incomplete type
libcapifax.c:1374: error: dereferencing pointer to incomplete type
libcapifax.c:1375: error: dereferencing pointer to incomplete type
libcapifax.c:1376: error: dereferencing pointer to incomplete type
libcapifax.c:1377: error: dereferencing pointer to incomplete type
libcapifax.c:1378: error: dereferencing pointer to incomplete type
libcapifax.c:1379: error: dereferencing pointer to incomplete type
libcapifax.c:1380: error: dereferencing pointer to incomplete type
libcapifax.c:1381: error: dereferencing pointer to incomplete type
libcapifax.c:1382: error: dereferencing pointer to incomplete type
libcapifax.c:1384: error: dereferencing pointer to incomplete type
libcapifax.c:1385: error: dereferencing pointer to incomplete type
libcapifax.c:1386: error: dereferencing pointer to incomplete type
libcapifax.c:1387: error: dereferencing pointer to incomplete type
libcapifax.c:1388: error: dereferencing pointer to incomplete type
libcapifax.c:1389: error: dereferencing pointer to incomplete type
libcapifax.c:1390: error: dereferencing pointer to incomplete type
libcapifax.c:1391: error: dereferencing pointer to incomplete type
libcapifax.c:1392: error: dereferencing pointer to incomplete type
libcapifax.c:1394: error: dereferencing pointer to incomplete type
libcapifax.c:1395: error: dereferencing pointer to incomplete type
libcapifax.c:1399: error: dereferencing pointer to incomplete type
libcapifax.c:1400: error: dereferencing pointer to incomplete type
libcapifax.c:1401: error: dereferencing pointer to incomplete type
libcapifax.c:1402: error: dereferencing pointer to incomplete type
libcapifax.c:1404: error: dereferencing pointer to incomplete type
libcapifax.c:1404: error: dereferencing pointer to incomplete type
libcapifax.c:1405: error: dereferencing pointer to incomplete type
libcapifax.c:1405: error: dereferencing pointer to incomplete type
libcapifax.c:1406: error: dereferencing pointer to incomplete type
libcapifax.c:1406: error: dereferencing pointer to incomplete type
libcapifax.c:1407: error: dereferencing pointer to incomplete type
libcapifax.c:1407: error: dereferencing pointer to incomplete type
libcapifax.c:1408: error: dereferencing pointer to incomplete type
libcapifax.c:1413: error: dereferencing pointer to incomplete type
libcapifax.c:1414: error: dereferencing pointer to incomplete type
libcapifax.c:1415: error: dereferencing pointer to incomplete type
libcapifax.c:1419: error: dereferencing pointer to incomplete type
libcapifax.c:1420: error: dereferencing pointer to incomplete type
libcapifax.c:1427: error: dereferencing pointer to incomplete type
libcapifax.c:1430: error: dereferencing pointer to incomplete type
libcapifax.c:1433: error: dereferencing pointer to incomplete type
libcapifax.c:1434: error: dereferencing pointer to incomplete type
libcapifax.c:1435: error: dereferencing pointer to incomplete type
make: *** [libcapifax.o] Fehler 1
Jemand Tipps, was hier los ist?
 
Schaut ganz danach aus, als ob du eine alte Version von spandsp einsetzt. Die Version 0.0.5preX wird vorrausgesetzt.
 
Okay ... hatte die 0.0.6er installiert gehabt ... werds nochmal probieren

Edit:
Weil es so schön war, der nächste Fehler ;-)
Code:
DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-print.o -MD -MP -MF .deps/ffgtk-print.Tpo -c -o ffgtk-print.o `test -f 'print.c' || echo './'`print.c
mv -f .deps/ffgtk-print.Tpo .deps/ffgtk-print.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -L/lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl     -o ffgtk ffgtk-about-dialog.o ffgtk-address-add.o ffgtk-address-dialog.o ffgtk-main.o ffgtk-preferences.o ffgtk-server.o ffgtk-monitor.o ffgtk-urlHandler.o ffgtk-strings.o ffgtk-ffgtk.o ffgtk-rl.o ffgtk-plugins.o ffgtk-configfile.o ffgtk-csv.o ffgtk-print.o   -lgthread-2.0
../libtool: line 463: CDPATH: command not found
../libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.4 Debian-2.2.4-0ubuntu3, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4 Debian-2.2.4-0ubuntu3
libtool: and run autoconf again.
make[2]: *** [ffgtk] Fehler 63
make[2]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/ffgtk'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2'
make: *** [all] Fehler 2
 
Zuletzt bearbeitet:
Auch hier sollte ein aclocal mit autoconf helfen.
 
Leider nicht ...
Code:
manuel@bigbrother:/public/sources/fritzbox/ffgtk-0.6.2> make distclean
Making distclean in plugins
make[1]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2/plugins'
rm -rf .libs _libs
test -z "lib_rl_oertliche.la lib_rl_11880.la lib_rl_goyellow.la lib_rl_gelbeseiten.la lib_rl_fritzfon.la lib_ab_local.la lib_ab_thunderbird.la lib_fax_efax.la  lib_fax_capifax.la" || rm -f lib_rl_oertliche.la lib_rl_11880.la lib_rl_goyellow.la lib_rl_gelbeseiten.la lib_rl_fritzfon.la lib_ab_local.la lib_ab_thunderbird.la lib_fax_efax.la  lib_fax_capifax.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/plugins'
Making distclean in ffgtk
make[1]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2/ffgtk'
 rm -f ffgtk ffgtk
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/ffgtk'
Making distclean in po
make[1]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2/po'
rm -f *.pox ffgtk.pot *.old.po cat-id-tbl.tmp
rm -f .intltool-merge-cache
rm -f Makefile Makefile.in POTFILES stamp-it
rm -f *.mo *.msg *.cat *.cat.m *.gmo
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/po'
Making distclean in .
make[1]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test -z "ffgtk.desktop intltool-extract intltool-merge intltool-update" || rm -f ffgtk.desktop intltool-extract intltool-merge intltool-update
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
manuel@bigbrother:/public/sources/fritzbox/ffgtk-0.6.2> autoconf
manuel@bigbrother:/public/sources/fritzbox/ffgtk-0.6.2> ./configure --prefix=/usr --sysconfdir=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... yes
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for g_thread_init in -lgthread-2.0... yes
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for EXTRA... yes
checking for gstreamer-0.10... no
checking for libebook-1.2... no
checking for capifax... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating ffgtk/Makefile
config.status: creating plugins/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
manuel@bigbrother:/public/sources/fritzbox/ffgtk-0.6.2> make
make  all-recursive
make[1]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2'
Making all in po
make[2]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2/po'
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file de.po
make[2]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/po'
Making all in ffgtk
make[2]: Entering directory `/public/sources/fritzbox/ffgtk-0.6.2/ffgtk'
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-about-dialog.o -MD -MP -MF .deps/ffgtk-about-dialog.Tpo -c -o ffgtk-about-dialog.o `test -f 'about-dialog.c' || echo './'`about-dialog.c
mv -f .deps/ffgtk-about-dialog.Tpo .deps/ffgtk-about-dialog.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-address-add.o -MD -MP -MF .deps/ffgtk-address-add.Tpo -c -o ffgtk-address-add.o `test -f 'address-add.c' || echo './'`address-add.c
mv -f .deps/ffgtk-address-add.Tpo .deps/ffgtk-address-add.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-address-dialog.o -MD -MP -MF .deps/ffgtk-address-dialog.Tpo -c -o ffgtk-address-dialog.o `test -f 'address-dialog.c' || echo './'`address-dialog.c
mv -f .deps/ffgtk-address-dialog.Tpo .deps/ffgtk-address-dialog.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-main.o -MD -MP -MF .deps/ffgtk-main.Tpo -c -o ffgtk-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/ffgtk-main.Tpo .deps/ffgtk-main.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-preferences.o -MD -MP -MF .deps/ffgtk-preferences.Tpo -c -o ffgtk-preferences.o `test -f 'preferences.c' || echo './'`preferences.c
mv -f .deps/ffgtk-preferences.Tpo .deps/ffgtk-preferences.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-server.o -MD -MP -MF .deps/ffgtk-server.Tpo -c -o ffgtk-server.o `test -f 'server.c' || echo './'`server.c
mv -f .deps/ffgtk-server.Tpo .deps/ffgtk-server.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-monitor.o -MD -MP -MF .deps/ffgtk-monitor.Tpo -c -o ffgtk-monitor.o `test -f 'monitor.c' || echo './'`monitor.c
mv -f .deps/ffgtk-monitor.Tpo .deps/ffgtk-monitor.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-urlHandler.o -MD -MP -MF .deps/ffgtk-urlHandler.Tpo -c -o ffgtk-urlHandler.o `test -f 'urlHandler.c' || echo './'`urlHandler.c
mv -f .deps/ffgtk-urlHandler.Tpo .deps/ffgtk-urlHandler.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-strings.o -MD -MP -MF .deps/ffgtk-strings.Tpo -c -o ffgtk-strings.o `test -f 'strings.c' || echo './'`strings.c
mv -f .deps/ffgtk-strings.Tpo .deps/ffgtk-strings.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-ffgtk.o -MD -MP -MF .deps/ffgtk-ffgtk.Tpo -c -o ffgtk-ffgtk.o `test -f 'ffgtk.c' || echo './'`ffgtk.c
mv -f .deps/ffgtk-ffgtk.Tpo .deps/ffgtk-ffgtk.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-rl.o -MD -MP -MF .deps/ffgtk-rl.Tpo -c -o ffgtk-rl.o `test -f 'rl.c' || echo './'`rl.c
mv -f .deps/ffgtk-rl.Tpo .deps/ffgtk-rl.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-plugins.o -MD -MP -MF .deps/ffgtk-plugins.Tpo -c -o ffgtk-plugins.o `test -f 'plugins.c' || echo './'`plugins.c
mv -f .deps/ffgtk-plugins.Tpo .deps/ffgtk-plugins.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-configfile.o -MD -MP -MF .deps/ffgtk-configfile.Tpo -c -o ffgtk-configfile.o `test -f 'configfile.c' || echo './'`configfile.c
mv -f .deps/ffgtk-configfile.Tpo .deps/ffgtk-configfile.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-csv.o -MD -MP -MF .deps/ffgtk-csv.Tpo -c -o ffgtk-csv.o `test -f 'csv.c' || echo './'`csv.c
mv -f .deps/ffgtk-csv.Tpo .deps/ffgtk-csv.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -MT ffgtk-print.o -MD -MP -MF .deps/ffgtk-print.Tpo -c -o ffgtk-print.o `test -f 'print.c' || echo './'`print.c
mv -f .deps/ffgtk-print.Tpo .deps/ffgtk-print.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2   -DSOUNDSDIR=\"/usr/share/ffgtk/\" -DLIBDIR=\"/usr/lib/ffgtk/\" -rdynamic -Werror -D_GNU_SOURCE  -O0 -g -g -O2 -L/lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl     -o ffgtk ffgtk-about-dialog.o ffgtk-address-add.o ffgtk-address-dialog.o ffgtk-main.o ffgtk-preferences.o ffgtk-server.o ffgtk-monitor.o ffgtk-urlHandler.o ffgtk-strings.o ffgtk-ffgtk.o ffgtk-rl.o ffgtk-plugins.o ffgtk-configfile.o ffgtk-csv.o ffgtk-print.o   -lgthread-2.0
../libtool: line 463: CDPATH: command not found
../libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.4 Debian-2.2.4-0ubuntu3, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4 Debian-2.2.4-0ubuntu3
libtool: and run autoconf again.
make[2]: *** [ffgtk] Fehler 63
make[2]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2/ffgtk'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/public/sources/fritzbox/ffgtk-0.6.2'
make: *** [all] Fehler 2
 
Schnelle Lösung: cp /usr/share/libtool/ltmain.sh ltmain.sh

Nachtrag: Sehe in deinem Listing im Übrigen auch kein aclocal-Aufruf.
 
Zuletzt bearbeitet:
Danke - ltmain.sh hat das Problem behoben. aclocal hatte ich wie du einige Post zuvor geschrieben hattest auch schon ausprobiert, aber ohne Effekt.
 
Neue Versionen von ffgtk, libcapi und libcapifax sind auf der Homepage verfügbar (www.tabos.org/box):

ffgtk:
* Akzeptiert nur auf der FAX-MSN eingehene FAX
* Wahl-Dialog mit Auflege-Funktion
* Pulsierender Fortschrittsbalken, solange capifax seltsame Werte liefert
* Eine Option um die Bildqualität zu ändern
* Neuer Dialog zum Hinzufügen von Adressen
* Blinkendes Symbol bei verpassten Anrufen
* Bugfixes

libcapi20:
* Automatische Auswahl von unterstützten Geräten (sofern man nur ein Capi-Gerät hat, wird keine Konfigurationsdatei mehr benötigt)
* Bugfixes

libcapifax:
* Erkennt und reagiert nur auf FAX-Geräte
* Configure-System

Sofern nun nicht jemand innerhalb der nächsten 3 Woche neue Funktionen wünscht, setzt ein Feature-Freeze ein und der Code wird gesäubert und eine Dokumentation geschrieben. Also weiter testen und Fehler und Features melden.
 
Hallo!
System: AMD64, Ubuntu 8.10

libgtk2.0-dev libxml2-dev libcurl4-gnutls-dev libspandsp-dev intltool automake autoconf libnotify-dev libglib2.0-dev libtool checkinstall sind installiert.
Code:
mme/libcapi20$ sudo checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
  Diese Software wurde unter der GNU GPL veröffentlicht



*****************************************
**** Debian package creation selected ***
*****************************************

*** Warning: The package version "3.4
3.4
3.4" is not a
*** Warning: debian policy compliant one. Please specify an alternate one
beta4

Das Paket wird entsprechend dieser Vorgaben erstellt:

0 -  Maintainer: [ root@leu-desktop ]
1 -  Summary: [ libcapi ]
2 -  Name:    [ libcapi20 ]
3 -  Version: [ beta4 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ amd64 ]
8 -  Source location: [ libcapi20 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ libcapi20 ]

Geben Sie die betreffende Nummer ein, um die Vorgaben zu ändern: 

Installing with make install...

====================== Installations-Ergebnisse ==========================
make[1]: Betrete Verzeichnis '/home/leu/Programme/libcapi20'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /usr/bin/install -c -m 644 'libcapi20dyn.a' '/usr/lib/libcapi20dyn.a'
 ranlib '/usr/lib/libcapi20dyn.a'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c  'libcapi20.la' '/usr/lib/libcapi20.la'
libtool: install: /usr/bin/install -c .libs/libcapi20.so.3.0.4 /usr/lib/libcapi20.so.3.0.4
libtool: install: (cd /usr/lib && { ln -s -f libcapi20.so.3.0.4 libcapi20.so.3 || { rm -f libcapi20.so.3 && ln -s libcapi20.so.3.0.4 libcapi20.so.3; }; })
libtool: install: (cd /usr/lib && { ln -s -f libcapi20.so.3.0.4 libcapi20.so || { rm -f libcapi20.so && ln -s libcapi20.so.3.0.4 libcapi20.so; }; })
libtool: install: /usr/bin/install -c .libs/libcapi20.lai /usr/lib/libcapi20.la
libtool: install: /usr/bin/install -c .libs/libcapi20.a /usr/lib/libcapi20.a
libtool: install: chmod 644 /usr/lib/libcapi20.a
chmod: changing permissions of `/usr/lib/libcapi20.a': No such file or directory
make[1]: *** [install-libLTLIBRARIES] Fehler 1
make[1]: Verlasse Verzeichnis '/home/leu/Programme/libcapi20'
make: *** [install-am] Fehler 2

**** Installation fehlgeschlagen. Breche Paket-Erzeugung ab.
Also der gleiche Fehler, wie schonmal. .capi20rc im Heimverzeichnis mit dem Eintrag:
REMOTE fritzbox fritz.box 5031 steht auch.
 

Zurzeit aktive Besucher

Keine Mitglieder online.

Statistik des Forums

Themen
245,745
Beiträge
2,239,022
Mitglieder
372,918
Neuestes Mitglied
Bladekilt
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.