Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 27

Thema: make

  1. #1
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255

    make

    Hallo,

    einige meiner probleme sind nun schon gelöst (c compiler war nicht installiert.... )

    nun bin ich weiter. jetzt steht in einer anleitung folgendes:



    4. Run 'make' to compile everything.

    5. As root, type 'make install'
    naja... wenn ich allerdings make oder make install eintippe, kennt bash es nicht. wie gehtn das?

    Code:
    linux:/home/Manuel/Documents/gnomeicu-0.99.5 # make
    bash: make: command not found
    linux:/home/Manuel/Documents/gnomeicu-0.99.5 # make install
    bash: make: command not found
    linux:/home/Manuel/Documents/gnomeicu-0.99.5 #

  2. #2
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    tja, wenn deine bash make nicht kennt solltest du es installieren....

  3. #3
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    hast du die fehlermeldung gesehen? was ist das dann, was ich da genau installieren muss?

  4. #4
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    make
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!

  5. #5
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    jaja... danke

  6. #6
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    mhmm... jetzt hab ich alles was damit zu tun hat oben... dann kommt aber nun das:

    linux:/home/Manuel/Documents/gnomeicu-0.99.5 # make
    make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
    linux:/home/Manuel/Documents/gnomeicu-0.99.5 # make install
    make: *** Keine Regel, um »install« zu erstellen. Schluss.

  7. #7
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    .configure ausgeführt?

  8. #8
    Registrierter Benutzer
    Registriert seit
    Mar 2004
    Beiträge
    335
    schon ./configure gemacht? wenn du danach erst make installiert hast nochmal ./configure ausführen

  9. #9
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    klar!!!
    also das configure vom gnomeicu. oder soll ich ne andere ausführen?!

  10. #10
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    geht nicht.....

  11. #11
    8-Ball Klickerer Avatar von Pennyman
    Registriert seit
    Feb 2003
    Ort
    Region Hannover
    Beiträge
    87
    Du gehst in das entsprechende Verzeichnis und machst ./configure
    und wenn da irgendwas nicht klappt liest du einfach ganz unten die Fehlermeldungen, die ./configure ausgibt, aber wenn du aus "bash: make: command not found" nichtmal ersehen kannst das make nicht installiert war, kommst du damit ehrlich gesagt bestimmt erst recht nicht klar.
    Kann ich dir jetzt schon versprechen, aber wen du die engl. Wörter "yes" und "no" kennst bist du schonmal ein ganzes Stück weiter.
    Rechenmaschine:
    Ukrainischer Atomreaktor mit Liquid-Oxygen-Stickstoff Kühlung und Doppelvergaser, verchromter Endtopf und Rußpartikelfilter wegen AU & aus steuerrechtlichen Gründen ;)

    Der Mensch ist ein unmenschliches Wesen!

  12. #12
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    ich hab jetzt lauter zeug nachinstalliert.... aber es geht immer noch nich... das kommt bei configure:

    linux:/home/Manuel/Documents/icu # ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    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 for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for strerror in -lcposix... no
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    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 for a sed that does not truncate output... /bin/sed
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    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 ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    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 if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for perl... /usr/bin/perl
    checking for pkg-config... /usr/bin/pkg-config
    checking for gtkspell-2.0 >= 2.0.4... yes
    checking GTKSPELL_CFLAGS... -I/opt/gnome/include/gtkspell-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GTKSPELL_LIBS... -Wl,--export-dynamic -L/opt/gnome/lib -lgtkspell -laspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for gtkspell-2.0 >= 2.0.4
    libglade-2.0 >= 2.0.0
    libgnomeui-2.0 >= 2.0.0
    libxml-2.0 >= 2.4.7
    gtk+-2.0 >= 2.2.0... yes
    checking GNOMEICU_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/gtkspell-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/libglade-2.0 -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/libart-2.0
    checking GNOMEICU_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -L/usr/X11R6/lib -lgtkspell -laspell -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lxml2 -lpthread -lz -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    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 dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... no
    ./configure: line 10148: GNOME_COMPILE_WARNINGS: command not found
    ./configure: line 1: gconftool-2: command not found
    Using config source for schema installation
    Using $(sysconfdir)/gconf/schemas/ as install directory for schema files
    checking for gconftool-2... no
    configure: error: gconftool-2 executable not found in your path - should be instal
    led with GConf2
    dieses gconf da is installiert... alles davon.

  13. #13
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    was ergibt ein:

    # whereis gconftool-2

  14. #14
    Registrierter Benutzer
    Registriert seit
    May 2004
    Beiträge
    255
    linux:/home/Manuel # whereis gconftool-2
    gconftool-2: /opt/gnome/bin/gconftool-2
    nochwas: mir wurde gesagt, dass dieses gnomeicu auch unter kde läuft. ich benutze nämlich kde....

  15. #15
    Benutzter Registrierer
    Registriert seit
    Feb 2004
    Beiträge
    2.281
    Moin g@Me|mX,

    Kannst du mal noch das Ende der Datei config.log posten (so ca. die letzten 40 Zeilen)? Evtl. steht da genauer drinnen, was von gconftool2 nicht gefunden wird. Die Datei config.log liegt im selben Verzeichnis, wo du auch ./configure aufgerufen hast. Dateien ausgeben geht z.b. mit cat; also:
    cat config.log

    Gruss
    WK

Ähnliche Themen

  1. php mit freetype
    Von IxxZett im Forum Kompilieren von Kernel und Sourcen
    Antworten: 7
    Letzter Beitrag: 17.07.08, 11:26
  2. Antworten: 5
    Letzter Beitrag: 03.03.05, 14:52
  3. fehler beim kompilieren
    Von peppschmier im Forum Kompilieren von Kernel und Sourcen
    Antworten: 7
    Letzter Beitrag: 03.10.03, 16:54
  4. Wie TV-Karte richtig einrichten ?
    Von Mighty im Forum stationäre Hardware
    Antworten: 3
    Letzter Beitrag: 21.09.03, 11:51
  5. ALSA mit Suse 7.3
    Von lordimac im Forum System installieren und konfigurieren
    Antworten: 26
    Letzter Beitrag: 27.08.02, 19:43

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •