Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] compile error with 1.3.4 on Alpha



JB Mac Service <jb@jbweb.de> writes:

> i am using a PowerMac G3 Machine for VDR. Since Version 1.3 is in
> testing i am trying to compile it. It allways failed with the error:
> 
> ci.c: In method `bool cCiApplicationInformation::Process(int = 0,
> const uint8_t * = 0)':
> ci.c:795: implicit declaration of function `int get_unaligned(...)'
> ci.c: In method `bool cCiHandler::Send(unsigned char, int, int = 0,
> int = -1)':
> ci.c:1381: implicit declaration of function `int put_unaligned(...)'
> make: *** [ci.o] Error 1

Same thing here, but on Alpha:
---
g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -DDEBUG_OSD -I../DVB/include ci.c
In file included from ci.c:11:
/usr/include/asm/unaligned.h:24: error: parse error before `__attribute__'
/usr/include/asm/unaligned.h:25: error: parse error before `__attribute__'
/usr/include/asm/unaligned.h:26: error: parse error before `__attribute__'
/usr/include/asm/unaligned.h: In function `long unsigned int __uldq(const long 
   unsigned int*)':
/usr/include/asm/unaligned.h:35: error: 'const struct __una_u64' has no member 
   named 'x'
/usr/include/asm/unaligned.h: In function `long unsigned int __uldl(const 
   unsigned int*)':
/usr/include/asm/unaligned.h:41: error: 'const struct __una_u32' has no member 
   named 'x'
/usr/include/asm/unaligned.h: In function `long unsigned int __uldw(const short 
   unsigned int*)':
/usr/include/asm/unaligned.h:47: error: 'const struct __una_u16' has no member 
   named 'x'
/usr/include/asm/unaligned.h: In function `void __ustq(long unsigned int, long 
   unsigned int*)':
/usr/include/asm/unaligned.h:57: error: 'struct __una_u64' has no member named 
   'x'
/usr/include/asm/unaligned.h: In function `void __ustl(long unsigned int, 
   unsigned int*)':
/usr/include/asm/unaligned.h:63: error: 'struct __una_u32' has no member named 
   'x'
/usr/include/asm/unaligned.h: In function `void __ustw(long unsigned int, short 
   unsigned int*)':
/usr/include/asm/unaligned.h:69: error: 'struct __una_u16' has no member named 
   'x'
make: *** [ci.o] Error 1
---

If it helps, I can copy contents of "/usr/include/asm/unaligned.h"
here.  It is 114 lines on Alpha and 18 lines on PowerPC.

-- 
 "pienena   /  Paavo "Rainbow Rat" Hartikainen
  minusta  /  E-mail: pahartik@sci.fi
  tulee   /  URL: http://www.sci.fi/~pahartik/
  rotta" /  EFnet: pahartik at #Atari and #LionKing


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index