Hirdetés

Új hozzászólás Aktív témák

  • cigam

    titán

    Tudtam én, hogy bináris kell nekem, és nem forráskód:
    make
    cd src && make all
    make[1]: Entering directory '/home/stamas/Letöltések/cpulimit-master/src'
    cc -c list.c -Wall -g -D_GNU_SOURCE
    cc -c process_iterator.c -Wall -g -D_GNU_SOURCE
    cc -c process_group.c -Wall -g -D_GNU_SOURCE
    cc -o cpulimit cpulimit.c list.o process_iterator.o process_group.o -Wall -g -D_GNU_SOURCE
    cpulimit.c:46:18: warning: extra tokens at end of #ifdef directive
    #ifdef __APPLE__ || __FREEBSD__
    ^~
    make[1]: Leaving directory '/home/stamas/Letöltések/cpulimit-master/src'
    cd tests && make all
    make[1]: Entering directory '/home/stamas/Letöltések/cpulimit-master/tests'
    cc -o busy busy.c -lpthread -Wall -g
    cc -I../src -o process_iterator_test process_iterator_test.c ../src/list.o ../src/process_iterator.o ../src/process_group.o -lpthread -Wall -g
    process_iterator_test.c:31:18: warning: extra tokens at end of #ifdef directive
    #ifdef __APPLE__ || __FREEBSD__
    ^~
    make[1]: Leaving directory '/home/stamas/Letöltések/cpulimit-master/tests'

    Mi lehet a hiba?

Új hozzászólás Aktív témák