Compilieren 09-09-2002

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
2xi
Interessierter
Interessierter
Beiträge: 57
Registriert: Freitag 15. Februar 2002, 18:24

Compilieren 09-09-2002

Beitrag von 2xi »

Code: Alles auswählen

avia_gt_napi.c: In function `GtxDmxFeedAlloc':
avia_gt_napi.c:1130: warning: passing arg 1 of `avia_gt_dmx_alloc_queue_video' from incompatible pointer type
avia_gt_napi.c:1136: warning: passing arg 1 of `avia_gt_dmx_alloc_queue_audio' from incompatible pointer type
avia_gt_napi.c:1142: warning: passing arg 1 of `avia_gt_dmx_alloc_queue_teletext' from incompatible pointer type
avia_gt_napi.c:1155: warning: passing arg 1 of `avia_gt_dmx_alloc_queue_user' from incompatible pointer type
avia_gt_napi.c: In function `GtxDmxInit':
avia_gt_napi.c:1799: warning: passing arg 1 of `avia_gt_dmx_alloc_queue_message' from incompatible pointer type
make[4]: *** [avia_gt_napi.o] Error 1
make[4]: Leaving directory `/root/tuxbox-cvs/driver/avia'
make[3]: *** [_mod_/root/tuxbox-cvs/driver/avia] Error 2
make[3]: Leaving directory `/root/tuxbox-cvs/cdk/linux-2.4.19'
make[2]: *** [here] Error 2
make[2]: Leaving directory `/root/tuxbox-cvs/driver/avia'
make[1]: *** [_subdir_avia] Error 2
make[1]: Leaving directory `/root/tuxbox-cvs/driver'
make: *** [.driver] Error 2
debian:~/tuxbox-cvs/cdk#
kann zwar im Makefile das -Werror rausmachen, dann rennt es durch, aber funktionieren tuts dann immernochnicht
Coronas
Developer
Beiträge: 196
Registriert: Dienstag 16. Oktober 2001, 00:00

Re: Compilieren 09-09-2002

Beitrag von Coronas »

Hi,

Ich schätze, dass es damit zusammenhängt...

Code: Alles auswählen

  Index: avia_gt_dmx.h
  ===================================================================
  RCS file: /cvsroot/tuxbox/driver/include/dbox/avia_gt_dmx.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- avia_gt_dmx.h     2002/09/04 22:40:47     1.23
  +++ avia_gt_dmx.h     2002/09/08 13:06:10     1.24
  @@ -41,11 +41,10 @@
        u16 (*get_data16)(u8 queue_nr);
        u32 (*get_data32)(u8 queue_nr);
        u32     (*move_data)(u8 queue_nr, void *dest, u32 count);
  -     u32 irq_count;
   
   } sAviaGtDmxQueueInfo;
   
  -typedef void (AviaGtDmxQueueProc)(u8 queue_nr, sAviaGtDmxQueueInfo *queue_info, void *cb_data, void *qdata);
  +typedef void (AviaGtDmxQueueProc)(u8 queue_nr, void *cb_data);
   
   typedef struct {
   
  @@ -53,6 +52,7 @@
Ich habs so probiert zu lösen, indem ich die Treiber vom Vortag genommen habe - cvs update -D 20020907. Die laufen allerdings genausowenig auf meiner niegelnagelneuen Philips.
Für nicht-Programmierer also: abwarten und Tee trinken.

cu
2xi
Interessierter
Interessierter
Beiträge: 57
Registriert: Freitag 15. Februar 2002, 18:24

Beitrag von 2xi »

Code: Alles auswählen

Jolt        02/09/09 19:46:30

  Modified:    avia     avia_gt_napi.c
  Log:
  Compile fix
  
  Revision  Changes    Path
  1.111     +10 -5     driver/avia/avia_gt_napi.c
und nu gehts wieder :D