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

    Byl vydán Debian Installer Trixie RC 2, tj. druhá RC verze instalátoru Debianu 13 s kódovým názvem Trixie.

    Ladislav Hagara | Komentářů: 0
    dnes 03:33 | Komunita

    Na čem pracují vývojáři webového prohlížeče Ladybird (GitHub)? Byl publikován přehled vývoje za červen (YouTube).

    Ladislav Hagara | Komentářů: 0
    dnes 02:33 | Nová verze

    Libreboot (Wikipedie) – svobodný firmware nahrazující proprietární BIOSy, distribuce Corebootu s pravidly pro proprietární bloby – byl vydán ve verzi 25.06 "Luminous Lemon". Přidána byla podpora desek Acer Q45T-AM a Dell Precision T1700 SFF a MT. Současně byl ve verzi 25.06 "Onerous Olive" vydán také Canoeboot, tj. fork Librebootu s ještě přísnějšími pravidly.

    Ladislav Hagara | Komentářů: 0
    dnes 01:33 | Komunita

    Licence GNU GPLv3 o víkendu oslavila 18 let. Oficiálně vyšla 29. června 2007. Při té příležitosti Richard E. Fontana a Bradley M. Kuhn restartovali, oživili a znovu spustili projekt Copyleft-Next s cílem prodiskutovat a navrhnout novou licenci.

    Ladislav Hagara | Komentářů: 0
    včera 16:55 | Nová verze

    Svobodný nemocniční informační systém GNU Health Hospital Information System (HIS) (Wikipedie) byl vydán ve verzi 5.0 (Mastodon).

    Ladislav Hagara | Komentářů: 0
    včera 16:22 | Komunita

    Open source mapová a navigační aplikace OsmAnd (OpenStreetMap Automated Navigation Directions, Wikipedie, GitHub) oslavila 15 let.

    Ladislav Hagara | Komentářů: 0
    včera 11:55 | Zajímavý software

    Vývojář Spytihněv, autor počítačové hry Hrot (Wikipedie, ProtonDB), pracuje na nové hře Brno Transit. Jedná se o příběhový psychologický horor o strojvedoucím v zácviku, uvězněném v nejzatuchlejším metru východně od všeho, na čem záleží. Vydání je plánováno na čtvrté čtvrtletí letošního roku.

    Ladislav Hagara | Komentářů: 38
    1.7. 18:22 | IT novinky

    V uplynulých dnech byla v depu Českých drah v Brně-Maloměřicích úspěšně dokončena zástavba speciální antény satelitního internetu Starlink od společnosti SpaceX do jednotky InterPanter 660 004 Českých drah. Zástavbu provedla Škoda Group. Cestující se s InterPanterem, vybaveným vysokorychlostním satelitním internetem, setkají například na linkách Svitava Brno – Česká Třebová – Praha nebo Moravan Brno – Břeclav – Přerov – Olomouc.

    Ladislav Hagara | Komentářů: 21
    1.7. 13:11 | Nová verze

    Byla vydána nová verze 8.7.0 správce sbírky fotografií digiKam (Wikipedie). Přehled novinek i s náhledy v oficiálním oznámení (NEWS). Nejnovější digiKam je ke stažení také jako balíček ve formátu AppImage. Stačí jej stáhnout, nastavit právo ke spuštění a spustit.

    Ladislav Hagara | Komentářů: 0
    1.7. 12:22 | IT novinky

    Před 30 lety, k 1. 7. 1995, byl v ČR liberalizován Internet - tehdejší Eurotel přišel o svou exkluzivitu a mohli začít vznikat první komerční poskytovatelé přístupu k Internetu [𝕏].

    Ladislav Hagara | Komentářů: 4
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (28%)
     (7%)
     (2%)
     (0%)
     (1%)
     (3%)
    Celkem 343 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    28.9.2006 11:31 Skřivy
    Rozbalit Rozbalit vše Problém s kompilací. Dělá to u všech verzí driveru
    Zdravím, mam problém s kompilací jakéhokoliv ovladače eagle-usb. Vždycky to dopadne takto, zkoušel jsem už spousty verzí:
    napoleon:/tmp/eagle-usb/eagle-usb-src# ./configure
    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 a BSD-compatible install... /usr/bin/install -c
    checking whether make sets $(MAKE)... yes
    checking for main in -lc... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking how to run the C preprocessor... gcc -E
    checking for egrep... 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 fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for unistd.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for off_t... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for uid_t in sys/types.h... yes
    checking whether gcc needs -traditional... no
    checking return type of signal handlers... void
    checking for strftime... yes
    checking for gettimeofday... yes
    checking for select... yes
    checking for socket... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for strspn... yes
    checking for strtol... yes
    checking for ifconfig... yes
    checking for route... yes
    checking for pidof... yes
    checking for dhclient... dhclient
    checking for pppd... no
    checking for pppoe... no
    checking for doc/man/eagleconfig.8... yes
    checking for xsltproc... no
       *** libxslt-proc package is missing, keeping prebuild version ***
    checking for kernel version...
    checking for hotplug... 1
    checking for ifup... 1
    checking for adictrl... no
    checking for eaglectrl... no
    checking for showstat... no
    checking for eaglestat... no
    checking for startadsl... no
    checking for stopadsl... no
    configure: creating ./config.status
    config.status: creating Makefile.common
    
    ========================================================================
    distribution detected                           Debian
    
    dhcp support                                    dhclient
    
    pppd support                                    no  (runtime detection)
    install eagleconnect (tcl/tk frontend)          yes
    
    generate documentation                          no
    ========================================================================
    
    note: current gcc should be the same version as the one used to compile kernel.
    
    napoleon:/tmp/eagle-usb/eagle-usb-src# make
    make -C driver && \
            make -C pppoa && \
            make -C utils/scripts && \
            make -C utils/eagleconnect && \
            make -C doc
    make[1]: Entering directory `/tmp/eagle-usb/eagle-usb-src/driver'
    make  -C /lib/modules/2.6.8-2-386/build SUBDIRS=/tmp/eagle-usb/eagle-usb-src/driver modules
    make[2]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'
      CC [M]  /tmp/eagle-usb/eagle-usb-src/driver/eu_main.o
    In file included from include/asm/thread_info.h:16,
                     from include/linux/thread_info.h:21,
                     from include/linux/spinlock.h:12,
                     from include/linux/mmzone.h:8,
                     from include/linux/gfp.h:4,
                     from include/linux/slab.h:15,
                     from /tmp/eagle-usb/eagle-usb-src/driver/Adiutil.h:51,
                     from /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:34:
    include/asm/processor.h:87: error: array type has incomplete element type
    In file included from include/linux/netdevice.h:151,
                     from /tmp/eagle-usb/eagle-usb-src/driver/Adiutil.h:57,
                     from /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:34:
    include/linux/skbuff.h: In function 'skb_add_data':
    include/linux/skbuff.h:1020: warning: pointer targets in passing argument 2 of 'csum_and_copy_from_user' differ in signedness
    /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c: In function 'eu_process_rcv':
    /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:1897: warning: pointer targets in passing argument 2 of 'eu_uni_process_in_data' differ in signedness
    make[3]: *** [/tmp/eagle-usb/eagle-usb-src/driver/eu_main.o] Error 1
    make[2]: *** [_module_/tmp/eagle-usb/eagle-usb-src/driver] Error 2
    make[2]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386'
    make[1]: *** [eagle-usb.ko] Error 2
    make[1]: Leaving directory `/tmp/eagle-usb/eagle-usb-src/driver'
    make: *** [build] Error 2
    napoleon:/tmp/eagle-usb/eagle-usb-src#
    

    Prosím pomozte, už se s tím otravuju několik dnů. Předpokládám, že chyba bude asi v nějakým chybějícím balíčku.

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.