Ubuntu Linux
  • Balumann
    #4808
    Én azokat nem terminálban csomagolom ki, hanem a grafikus izével, mint windows-ba, utána terminálban belementem abba a mappába, és utána futtattam le. a ./configure nálam sikeresen lefut, nem írogat hibát. Viszont a make -re így elkezdi sorolni a hibákat, még csak kimenteni se tudom mert az eleje eltűnik :D
    A vége így néz ki:

    /home/baluman/driver/alsa-driver-1.0.9rc4a/include/sound/info.h:144: error: ‘snd_info_entry_t’ has no member named ‘c’
    In file included from hpetimer.c:31:
    /lib/modules/2.6.31-15-generic/build/include/linux/hpet.h: At top level:
    /lib/modules/2.6.31-15-generic/build/include/linux/hpet.h:13: error: expected specifier-qualifier-list before ‘u64’
    hpetimer.c: In function ‘snd_hpet_open’:
    hpetimer.c:41: warning: implicit declaration of function ‘hpet_register’
    hpetimer.c:44: warning: implicit declaration of function ‘hpet_control’
    hpetimer.c:44: error: expected expression before ‘unsigned’
    hpetimer.c: In function ‘snd_hpet_close’:
    hpetimer.c:51: warning: implicit declaration of function ‘hpet_unregister’
    hpetimer.c:52: error: invalid use of undefined type ‘struct hpet_task’
    hpetimer.c: In function ‘hpetimer_init’:
    hpetimer.c:88: error: ‘EINVAL’ undeclared (first use in this function)
    hpetimer.c:99: error: invalid use of undefined type ‘struct hpet_task’
    hpetimer.c:100: error: invalid use of undefined type ‘struct hpet_task’
    hpetimer.c: At top level:
    hpetimer.c:121: warning: excess elements in struct initializer
    hpetimer.c:121: warning: (near initialization for ‘__param_frequency’)
    hpetimer.c:121: warning: excess elements in struct initializer
    hpetimer.c:121: warning: (near initialization for ‘__param_frequency’)
    hpetimer.c:121: warning: excess elements in struct initializer
    hpetimer.c:121: warning: (near initialization for ‘__param_frequency’)
    hpetimer.c:121: warning: excess elements in struct initializer
    hpetimer.c:121: warning: (near initialization for ‘__param_frequency’)
    hpetimer.c:121: error: extra brace group at end of initializer
    hpetimer.c:121: error: (near initialization for ‘__param_frequency’)
    hpetimer.c:121: warning: excess elements in struct initializer
    hpetimer.c:121: warning: (near initialization for ‘__param_frequency’)
    make[1]: *** [hpetimer.o] Error 1
    make: *** [compile] Error 1
    root@baluman-desktop:/home/baluman/driver/alsa-driver-1.0.9rc4a#