abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 04:44 | Nová verze

    Nová čísla časopisů od nakladatelství Raspberry Pi: MagPi 140 (pdf) a HackSpace 77 (pdf).

    Ladislav Hagara | Komentářů: 0
    dnes 01:00 | Nová verze

    ESPHome, tj. open source systém umožňující nastavovat zařízení s čipy ESP (i dalšími) pomocí konfiguračních souborů a připojit je do domácí automatizace, například do Home Assistantu, byl vydán ve verzi 2024.4.0.

    Ladislav Hagara | Komentářů: 0
    včera 22:11 | IT novinky Ladislav Hagara | Komentářů: 0
    včera 20:55 | Nová verze

    Neziskové průmyslové konsorcium Khronos Group vydalo verzi 1.1 specifikace OpenXR (Wikipedie), tj. standardu specifikujícího přístup k platformám a zařízením pro XR, tj. platformám a zařízením pro AR (rozšířenou realitu) a VR (virtuální realitu). Do základu se z rozšíření dostalo XR_EXT_local_floor. Společnost Collabora implementuje novou verzi specifikace do platformy Monado, tj. open source implementace OpenXR.

    Ladislav Hagara | Komentářů: 2
    včera 17:22 | Nová verze

    Byla vydána nová verze 0.38.0 multimediálního přehrávače mpv (Wikipedie) vycházejícího z přehrávačů MPlayer a mplayer2. Přehled novinek, změn a oprav na GitHubu. Požadován je FFmpeg 4.4 nebo novější a také libplacebo 6.338.2 nebo novější.

    Ladislav Hagara | Komentářů: 1
    včera 17:11 | Nová verze

    ClamAV (Wikipedie), tj. multiplatformní antivirový engine s otevřeným zdrojovým kódem pro detekci trojských koní, virů, malwaru a dalších škodlivých hrozeb, byl vydán ve verzích 1.3.1, 1.2.3 a 1.0.6. Ve verzi 1.3.1 je mimo jiné řešena bezpečnostní chyba CVE-2024-20380.

    Ladislav Hagara | Komentářů: 1
    včera 12:11 | IT novinky

    Digitální a informační agentura (DIA) oznámila (PDF, X a Facebook), že mobilní aplikace Portál občana je ode dneška oficiálně venku.

    Ladislav Hagara | Komentářů: 7
    včera 05:11 | Komunita

    #HACKUJBRNO 2024, byly zveřejněny výsledky a výstupy hackathonu města Brna nad otevřenými městskými daty, který se konal 13. a 14. dubna 2024.

    Ladislav Hagara | Komentářů: 2
    17.4. 17:55 | IT novinky

    Společnost Volla Systeme stojící za telefony Volla spustila na Kickstarteru kampaň na podporu tabletu Volla Tablet s Volla OS nebo Ubuntu Touch.

    Ladislav Hagara | Komentářů: 3
    17.4. 17:44 | IT novinky

    Společnost Boston Dynamics oznámila, že humanoidní hydraulický robot HD Atlas šel do důchodu (YouTube). Nastupuje nová vylepšená elektrická varianta (YouTube).

    Ladislav Hagara | Komentářů: 1
    KDE Plasma 6
     (68%)
     (10%)
     (2%)
     (19%)
    Celkem 556 hlasů
     Komentářů: 4, poslední 6.4. 15:51
    Rozcestník

    Dotaz: Problém s kompilací DesMuMe 0.9.10

    robotics avatar 16.2.2014 08:01 robotics | skóre: 29 | blog: o_vsem_moznem
    Problém s kompilací DesMuMe 0.9.10
    Přečteno: 224×
    Dobrý den, potřeboval bych radu při kompilaci Desmume, které mi vyhazuje na konci chybu a nevytvoří potřebný binární soubor.
    martin@FRITZ:~/Stažené/apps/desmume-0.9.10$ ./configure --enable-glade --enable-glx
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    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... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking how to create a pax tar archive... gnutar
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for ranlib... ranlib
    checking for gcc... gcc
    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 whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no
    checking whether NLS is requested... 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 gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.14.2
    checking for XML::Parser... ok
    checking for gzopen in -lz... yes
    checking for zzip_open in -lzzip... no
    checking for sdl-config... /usr/bin/sdl-config
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking GL/glu.h usability... yes
    checking GL/glu.h presence... yes
    checking for GL/glu.h... yes
    checking for main in -ldl... yes
    checking for main in -lGL... yes
    checking GL/glx.h usability... yes
    checking GL/glx.h presence... yes
    checking for GL/glx.h... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GLIB... yes
    checking for GTK... yes
    checking for GTHREAD... yes
    checking for LIBGLADE... yes
    checking for GTKGLEXT... yes
    checking for update-desktop-database... /usr/bin/update-desktop-database
    checking for LUA... no
    checking for LUA... yes
    checking for ALSA... yes
    checking for LIBAGG... no
    checking for LIBSOUNDTOUCH... yes
    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... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for catalogs to be installed...  fr nb pt_BR sv zh_CN zh_TW
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating po/Makefile.in
    config.status: creating src/Makefile
    config.status: creating src/cli/Makefile
    config.status: creating src/cli/doc/Makefile
    config.status: creating src/gtk/Makefile
    config.status: creating src/gtk/doc/Makefile
    config.status: creating src/gtk-glade/Makefile
    config.status: creating src/gtk-glade/doc/Makefile
    config.status: creating src/gdbstub/Makefile
    config.status: creating autopackage/default.apspec
    config.status: executing depfiles commands
    config.status: executing default-1 commandsconfig.status: executing po/stamp-it commands

    Jak je vidět configurace proběhal OK. Ovšem kompilace dopadla co se týče gtk špatně :-(.

    martin@FRITZ:~/Stažené/apps/desmume-0.9.10$ make
    Making all in po
    make[1]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/po'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/po'
    Making all in src
    make[1]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src'
    Making all in .
    make[2]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src'
    Making all in gtk-glade
    make[2]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade'
    Making all in doc
    make[3]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade/doc'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade/doc'
    make[3]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade'
    make[2]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade'
    Making all in gtk
    make[2]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk'
    Making all in doc
    make[3]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk/doc'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk/doc'
    make[3]: Entering directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk'
    depbase=`echo glx_3Demu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    	g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.10\" -DPACKAGE_STRING=\"desmume\ 0.9.10\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.10\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0 -DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_GL_GLX_H=1 -DHAVE_GL_GLX=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/martin/Stažené/apps/desmume-0.9.10/src/gtk-glade/glade/\" -DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1 -DHOST_64=1 -I.  -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -I/usr/include/alsa    -I/usr/include/soundtouch     -g -O2 -MT glx_3Demu.o -MD -MP -MF $depbase.Tpo -c -o glx_3Demu.o glx_3Demu.cpp &&\
    	mv -f $depbase.Tpo $depbase.Po
    glx_3Demu.cpp: In function ‘void deinit_glx_3Demu()’:
    glx_3Demu.cpp:45:16: error: return-statement with a value, in function returning 'void' [-fpermissive]
    glx_3Demu.cpp:48:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
    make[3]: *** [glx_3Demu.o] Error 1
    make[3]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src/gtk'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/martin/Stažené/apps/desmume-0.9.10/src'
    make: *** [all-recursive] Error 1
    

    Nemyslím si, že by mi něco chybělo tak nevím co je to za error :-(, děkuji předem za každou radu.


    Řešení dotazu:


    Odpovědi

    robotics avatar 16.2.2014 08:01 robotics | skóre: 29 | blog: o_vsem_moznem
    Rozbalit Rozbalit vše Re: Problém s kompilací DesMuMe 0.9.10
    Ještě doplním, že používám Ubuntu 12.04 64bit
    robotics avatar 16.2.2014 08:32 robotics | skóre: 29 | blog: o_vsem_moznem
    Rozbalit Rozbalit vše Re: Problém s kompilací DesMuMe 0.9.10
    Tak na fóru sem se dočetl, že v SVN verzi je to opravené, tak sem ji stáhl a soubor glx_3Demu.cpp jsem nakopíroval a přepsal starým do staženého adresáře kde sem měl rozbalenej ten desmume 0.9.10 z taru, do adresáře src/gtk a už to jede.

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.