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 17:33 | Bezpečnostní upozornění

    Experti na kybernetickou bezpečnost potvrdili (en) největší dosud zaznamenaný únik dat. Hackeři při něm odkryli skoro 16 miliard přihlašovacích údajů z celého světa včetně účtů společností Google, Apple, Facebook, dalších sociálních sítí nebo některých serverů státní správy.

    Ladislav Hagara | Komentářů: 0
    včera 19:55 | IT novinky

    Společnost Meta ve spolupráci se společností Oakley oznámila řadu chytrých brýlí Oakley. První Oakley Meta HSTN si lze předobjednat za 499 dolarů.

    Ladislav Hagara | Komentářů: 0
    včera 16:11 | IT novinky

    Ministerstvo průmyslu a obchodu (MPO) vyjádřilo podporu předložení projektu AI Gigafactory CZ, který do veřejné konzultace Evropské komise zaslala společnost České Radiokomunikace (CRA) v rámci iniciativy Project AIGF CZ. Jde o významný krok k rozvoji výpočetní infrastruktury pro umělou inteligenci (AI), která je prioritou resortu. Projekt je v souladu s cíli Národní strategie umělé inteligence ČR 2030 a je již součástí návrhu

    … více »
    Ladislav Hagara | Komentářů: 11
    včera 13:11 | Zajímavý článek

    Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 154 (pdf). S podtitulem Automatizace domácnosti.

    Ladislav Hagara | Komentářů: 0
    včera 12:22 | IT novinky

    Americký prezident Donald Trump podepsal exekutivní příkaz, který prodlužuje lhůtu pro prodej amerických aktiv aplikace TikTok vlastněné čínskou společností ByteDance do amerických rukou o dalších 90 dnů. Americký Kongres loni v dubnu kvůli bezpečnostním obavám přijal zákon, podle kterého měl vstoupit v platnost zákaz sítě TikTok v USA v případě, že se prodej neuskuteční do 19. ledna. Trump však v lednu lhůtu pro prodej prodloužil o 75 dnů. V dubnu pak přikročil k prodloužení o dalších 75 dnů, lhůta tak měla vypršet dnešním dnem.

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

    Microsoft hodlá zrušit další tisíce pracovních míst, a to především v obchodních odděleních. Předchozí kolo propouštění se uskutečnilo v květnu a dotklo se 6000 zaměstnanců. Vedení firmy již dříve upozornilo, že vzhledem k rozsáhlým investicím do umělé inteligence (AI) se bude snažit omezovat výdaje v jiných oblastech.

    Ladislav Hagara | Komentářů: 5
    19.6. 18:44 | IT novinky

    Společnost Murena ve spolupráci se společností Qwant představila vyhledávač Murena Find. Ve výchozím nastavení bude používán v mobilním operačním systému /e/OS a v Murena Workspace.

    Ladislav Hagara | Komentářů: 0
    19.6. 13:00 | IT novinky

    V mobilní aplikaci Facebooku se lze nově přihlašovat pomocí Passkeys.

    Ladislav Hagara | Komentářů: 3
    19.6. 12:44 | IT novinky

    Společnost Midjourney představila vlastní generátor videí pomocí umělé inteligence (AI) V1 Video Model.

    Ladislav Hagara | Komentářů: 0
    18.6. 23:22 | Nová verze

    Editor kódu Zed (Wikipedie) má nově v sobě integrovaný debugger. Podporuje Rust, C/C++, JavaScript, Go, Python a pomocí rozšíření i další programovací jazyky.

    Ladislav Hagara | Komentářů: 7
    Jaký je váš oblíbený skriptovací jazyk?
     (57%)
     (29%)
     (7%)
     (2%)
     (0%)
     (1%)
     (3%)
    Celkem 289 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
    5.11.2018 19:52 kysučan | skóre: 14
    Rozbalit Rozbalit vše Re: Kompilácia starších zdrojákov.
    Je to napísané v C.
    marian@marian-lubuntu:~/lincardemu-0.21a$ make
    OSTARGET='UNIX' uname='Linux' date: 20181105
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o main.o main.c
    main.c: In function ‘main’:
    main.c:773:8: warning: variable ‘fname’ set but not used [-Wunused-but-set-variable]
      char *fname;
            ^
    main.c:887:18: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(prompt, curr_CS->system,28);
                      ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/errno.h:28,
                     from debug.h:27,
                     from common.h:22,
                     from main.c:20:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    main.c:913:5: warning: format not a string literal and no format arguments [-Wformat-security]
         scrprint(msg);
         ^
    main.c:928:5: warning: format not a string literal and no format arguments [-Wformat-security]
         scrprint(msg);
         ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o command.o command.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o config.o config.c
    config.c: In function ‘ConfigSection’:
    config.c:148:22: warning: pointer targets in passing argument 1 of ‘StrNoCaseCmp’ differ in signedness [-Wpointer-sign]
         if(!StrNoCaseCmp(LcsConfig[i].system, section)) {
                          ^
    In file included from config.c:29:0:
    confutil.h:67:5: note: expected ‘const char *’ but argument is of type ‘byte *’
     int StrNoCaseCmp(const char *s1, const char *s2);
         ^
    config.c: In function ‘ConfigVarVal’:
    config.c:208:22: warning: pointer targets in passing argument 2 of ‘SetU’ differ in signedness [-Wpointer-sign]
           if (!SetU(val, &auto_check, 4, 0, 0, 0x7fffffff)) auto_check=0;
                          ^
    In file included from config.c:29:0:
    confutil.h:55:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’
     int SetU (char *val,unsigned  *var, unsigned sz, int base,
         ^
    config.c:211:22: warning: pointer targets in passing argument 2 of ‘SetU’ differ in signedness [-Wpointer-sign]
           if (!SetU(val, &auto_save, 4, 0, 0, 0x7fffffff)) auto_save=0;
                          ^
    In file included from config.c:29:0:
    confutil.h:55:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’
     int SetU (char *val,unsigned  *var, unsigned sz, int base,
         ^
    config.c: In function ‘build_ATR’:
    config.c:410:8: warning: variable ‘TS’ set but not used [-Wunused-but-set-variable]
       byte TS,T0,FI=1,DI=1,II=0,PI1=0,PI2=0, N=0;
            ^
    config.c:408:9: warning: variable ‘pTA1’ set but not used [-Wunused-but-set-variable]
       byte *pTA1=NULL;
             ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o std_log.o std_log.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o emu_options.o emu_options.c
    ar r lce.a command.o config.o std_log.o emu_options.o
    ar: creating lce.a
    ranlib lce.a
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o des.o des.c
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o ec.o ec.c
    ec.c: In function ‘log_current_status’:
    ec.c:84:15: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness [-Wpointer-sign]
         strcpy(bf,chan->name);
                   ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:102:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
     ^
    ec.c: In function ‘DoEC’:
    ec.c:447:30: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
        if (cur_chan) strncpy(msg,cur_chan->labelname,16);
                                  ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    ec.c:448:39: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
        else if (real_ec.chan) strncpy(msg,real_ec.chan->labelname,16);
                                           ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from ec.c:3:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘u8 *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    ec.c:461:20: warning: pointer targets in passing argument 2 of ‘sendbyte_n’ differ in signedness [-Wpointer-sign]
        sendbyte_n(dbg, msg, n);
                        ^
    In file included from common.h:63:0,
                     from ec.h:4,
                     from ec.c:9:
    serfunc.h:39:5: note: expected ‘byte *’ but argument is of type ‘char *’
     int sendbyte_n(int deb,byte *ch, int n) ;
         ^
    ec.c:1129:8: warning: variable ‘key’ set but not used [-Wunused-but-set-variable]
       byte key;
            ^
    ec.c:1261:23: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
            char txt[60], *cp;
                           ^
    ec.c:1408:23: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
            char txt[60], *cp;
                           ^
    gcc -Wall  -O2 -g  -DUNIX -DUSE_PRIORITY_SCHEDULING -DVERS=\"0.21a\"   -c -o conax.o conax.c
    conax.c: In function ‘ChangeConaxSubsystem’:
    conax.c:173:32: error: lvalue required as left operand of assignment
           if (v>=0) (int)caselected=in[0];   
                                    ^
    conax.c: In function ‘ParseECM’:
    conax.c:702:10: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(name, buf+i+1, nanolen-1);
              ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c:702:16: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness [-Wpointer-sign]
      strncpy(name, buf+i+1, nanolen-1);
                    ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘const char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c:740:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
        if(strlen(strb) > 0)
                  ^
    In file included from conax.c:6:0:
    /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘byte *’
     extern size_t strlen (const char *__s)
                   ^
    conax.c: In function ‘build_OSD_txt’:
    conax.c:855:11: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness [-Wpointer-sign]
       strncpy(OSD_txt+6, txt, l);
               ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/string3.h:117:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
     ^
    conax.c: In function ‘DoConax’:
    conax.c:1322:43: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness [-Wpointer-sign]
                   for(i=0; i<64; i++) sprintf(decoded+i*3, "%02X ", demm[i]);
                                               ^
    In file included from /usr/include/features.h:374:0,
                     from /usr/include/stdio.h:27,
                     from conax.c:4:
    /usr/include/i386-linux-gnu/bits/stdio2.h:31:1: note: expected ‘char * __restrict__’ but argument is of type ‘byte *’
     __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
     ^
    conax.c:1497:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = tempChannel->name;
                    ^
    conax.c:1565:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        curr_name=cur_chan->name;
                 ^
    conax.c:1695:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name=currch->name;
                   ^
    conax.c:1781:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        curr_name=nagraChannel->name;
                 ^
    conax.c:1883:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = subc->name;
                    ^
    conax.c:1885:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
          curr_name = conaxChannel->name;
                    ^
    conax.c:1969:14: warning: pointer targets in passing argument 1 of ‘SetUL’ differ in signedness [-Wpointer-sign]
        if (SetUL(B2_ins+3,&pin,sz-1,10))
                  ^
    In file included from conax.c:9:0:
    confutil.h:54:5: note: expected ‘char *’ but argument is of type ‘byte *’
     int SetUL(char *val,unsigned long  *var, unsigned sz, int base);
         ^
    conax.c:1974:8: warning: format not a string literal and no format arguments [-Wformat-security]
            scrprint(msg);
            ^
    conax.c:908:12: warning: variable ‘dbgsend’ set but not used [-Wunused-but-set-variable]
       int dbg, dbgsend;
                ^
    conax.c:903:7: warning: variable ‘tempp3’ set but not used [-Wunused-but-set-variable]
       int tempp3 = 0;
           ^
    xxxx: recipe for target 'conax.o' failed
    make: *** [conax.o] Error 1
    
    zdrojaky sú http://www.streamboard.tv/oscam/ticket/369

    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.