Menu

#10 linuxppc compile fails on libdv.lo

closed
None
5
2001-03-19
2001-03-16
Anonymous
No

Trying to build on a PowerBook G3, Debian dist with a
recent LinuxPPC kernel. I've tried gcc 2.95.2 and egcs
1.1.2. Attached below are more detailed results.

Discussion

  • Nobody/Anonymous

    more detailed compile results

     
  • Charles 'Buck' Krasic

    • assigned_to: nobody --> krasic
     
  • Charles 'Buck' Krasic

    Logged In: YES
    user_id=20159

    In bitstream.h, the #define for swab32(x) in the big endian
    case was wrong. It should be:

    #define swab32(x) (x)

    The correction has been committed to CVS.

     
  • Charles 'Buck' Krasic

    Logged In: YES
    user_id=20159

    Version 0.7 released with the fix.

     
  • Charles 'Buck' Krasic

    • status: open --> closed