CrackPod
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
Hallo alle miteinander, ich wollte mir Spalah instalieren. In der INSTALL steht:
... type ./configure' to configure the package for your system.\\
...\\
2. Type make' to compile the package. 3. Optionally, type make check' to run any self-tests that come with\\
the package.
4. Type make install' to install the programs and any data files and documentation. ...
Also habe ich ./configure in meine Konsole eingegeben und danach ´make´. Jetz poste ich mal einen Auszug aus der Konsole:
make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss. Ich habe mal make bei den beiden Suchfunktionen eingegeben, also Forum und Wiki, aber bei beiden sind so viele Sachen gekommen, dass ich nur ein paar gelesen hab, die mir aber nichts geholfen haben...
Jetz seid ihr eigentlich meine letzt Hoffnung... Wie kann ich dem Teil Targets geben bzw wie fixe ich das? ←-Greetz CrackPod-→
|
haraldkl
Anmeldungsdatum: 21. Juli 2005
Beiträge: 1903
Wohnort: Würselen
|
Hi, mit hoher Wahrscheinlichkeit ist bereits dein configure gescheitert und hat deshalb überhaupt kein Makefile angelegt. Poste doch mal den Fehler, den configure ausgibt hier, vielleicht können wir dir dann weiterhelfen. Es könnte zum Beispiel daran liegen, dass dir die ein oder andere Library fehlt. 😉
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
root@gottesworkstation:/home/gottesworkstation/Desktop/spalah-flash-0.03# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... 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... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 recognise dependent libraries... pass_all
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 f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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... 32768
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 static flag works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 gdk-2.0... So das ist alles was ./configure ausgibt... ich habe gesehen, dass bei einigen gecheckten sachen NO steht, also hab ich nach denen in Synaptik gesucht, aber ned alle gefunden. Bin grade dabei diese zu instalieren und sag bescheid, wenn das fertig is, ob es jetz geht. [EDIT]: Nein es geht immer noch ned... Die neuen Zeilen:
root@gottesworkstation:/home/gottesworkstation/Desktop/spalah-flash-0.03# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... 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... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 recognise dependent libraries... pass_all
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
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 static flag works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
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 for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 gdk-2.0... root@gottesworkstation:/home/gottesworkstation/Desktop/spalah-flash-0.03# make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss. SRY für soviel Code bzw lesearbeit... Ich hoffe ihr könnt mir helfen bzw ich kann mich irgedwie/wann revanchieren!
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
kann mir keiner helfen??? Ein Flash programm wär schon extrem wichtig für mich!!! Ich hab noch einige Projekte, die ich fertigstellen muss...
|
SS2
Anmeldungsdatum: 24. März 2005
Beiträge: 2280
|
Hi, wie es aussieht bleibt dein ./configure beim check con GTK+2 stehen/hängen. Hast du es versucht in demm du dir die dev Pakete von GTK2 Installiert hast?
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
kannst du mir den apt code dafür geben ich find bei synaptik irgendwie nix, was gtk2-dev oder gtk+2-dev heist-.-
|
haraldkl
Anmeldungsdatum: 21. Juli 2005
Beiträge: 1903
Wohnort: Würselen
|
Hi das Paket heißt libgtk2.0-dev.
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
Danke, jetz macht make etwas... Aber ob das vorteilhaft ist... Es macht soviel, dass ich nichmal mehr den befehl make seh, weil soviel in die console geschrieben wird, sodass ich nicht mehr soweit hochscrollen kann... Achtung: Die ganze Console(viel Text!!!) Ich seh grad ich kann nichmal die ganze befehlsausführung kopieren... :'( ./configure make (es ist nicht alles.... Das ist soviel, dass der afnfang nicht mehr kommt...) :evil:
|
SS2
Anmeldungsdatum: 24. März 2005
Beiträge: 2280
|
Hi, solch lange Ausgaben hier rein zu Pasten kann manchmal ein bischen läßtig werden. Wäre es etwas praktischer unseren Paste Dienst zu verwenden? dann kannst du sehr einfach hier her linken und wir können schön weiter lesen 😉 Gruß
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
Ok ich habe ihn benutzt... Danke für alles!!! CrackPod ←- Totaler anfänger
|
haraldkl
Anmeldungsdatum: 21. Juli 2005
Beiträge: 1903
Wohnort: Würselen
|
Geht's denn jetzt? Könntest du den Thread bitte noch als gelöst markieren, wenn es jetzt tut? Danke 😀
|
CrackPod
(Themenstarter)
Anmeldungsdatum: 15. November 2005
Beiträge: 450
|
SS2 hat geschrieben: Hi,
solch lange Ausgaben hier rein zu Pasten kann manchmal ein bischen läßtig werden. Wäre es etwas praktischer unseren Paste Dienst zu verwenden? dann kannst du sehr einfach hier her linken und wir können schön weiter lesen 😉 Gruß
CrackPod hat geschrieben: Ok ich habe ihn benutzt...
War auf den "Paster", also das ding zum hochladen bezogen CrackPod hat geschrieben:
Danke für alles!!!
Wollte mich bis jetz schon für alles bedanken, weil cih totaler neueinsteiger bin und absolut keine Ahnung von solchen Fehlern hab. haraldkl hat geschrieben: Geht's denn jetzt?
Nein 😢
|
Ex-Mitglied
Anmeldungsdatum: 25. Oktober 2004
Beiträge: 376
|
Also, bin hiermit schon etwas weiter gekommen, aber leider kommt mein make nun nicht mehr weiter voran, wo liegt wohl hierbei wieder der Hund begraben? http://www.ubuntuusers.de/paste/3067/ 😕
|
bubi_00
Anmeldungsdatum: 3. August 2006
Beiträge: 47
Wohnort: Ried/Innkreis
|
installier mal libxml-2.0' libart-2.0 libgnomecanvas-2.0'
16 Package libxml-2.0 was not found in the pkg-config search path.
17 Perhaps you should add the directory containing `libxml-2.0.pc'
18 to the PKG_CONFIG_PATH environment variable
19 No package 'libxml-2.0' found
20 Package libart-2.0 was not found in the pkg-config search path.
21 Perhaps you should add the directory containing `libart-2.0.pc'
22 to the PKG_CONFIG_PATH environment variable
23 No package 'libart-2.0' found
24 Package libgnomecanvas-2.0 was not found in the pkg-config search path.
25 Perhaps you should add the directory containing `libgnomecanvas-2.0.pc'
26 to the PKG_CONFIG_PATH environment variable
27 No package 'libgnomecanvas-2.0' found
|
Ex-Mitglied
Anmeldungsdatum: 25. Oktober 2004
Beiträge: 376
|
root@ubuntu:/home/matthias# apt-get install libxml-2.0
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
E: Konnte Paket libxml-2.0 nicht finden
root@ubuntu:/home/matthias# apt-get install libart-2.0
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
E: Konnte Paket libart-2.0 nicht finden
root@ubuntu:/home/matthias# apt-get install libgnomecanvas-2.0
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
E: Konnte Paket libgnomecanvas-2.0 nicht finden
root@ubuntu:/home/matthias# Allerdings sind auf meinen System selbstverständlich folgende Pakete installiert:
libxml2 libart-2.0-2 libgnomecanvas2-0 🙄 Und wie solls nun weiter gehen?
|