Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#90 fixed libcaca fails to build with clang on darwin Sam Hocevar Jeremy Huddleston
Description

clang is stricter. This was previously a warning with gcc, and it is now an error with clang.

--- caca/caca.h.orig 2011-07-05 00:09:51.000000000 -0700 +++ caca/caca.h 2011-07-05 00:10:10.000000000 -0700 @@ -645,7 +645,7 @@ typedef struct cucul_buffer cucul_buffer

# define CACA_DEPRECATED # endif

-# if defined GNUC && GNUC > 3 +# if !defined APPLE && defined GNUC && GNUC > 3

# define CACA_ALIAS(x) attribute ((weak, alias(#x))) # else # define CACA_ALIAS(x)

#86 fixed zzcat conflicts with zzlibs Sam Hocevar Jon Ciesla
Description

Hi, I'm the Fedora Linux maintainer of the the zzuf RPM. I recently received this bug report:

https://bugzilla.redhat.com/show_bug.cgi?id=641024

Since zzlibs is the older piece of software, I think renaming zzuf's zzcat is probably in order. Do you have a suggestion for a new name, and/or any plans to rename it in your releases?

Please let me know if I can assist.

Thanks, Jon Ciesla

#3 duplicate outdated Python bindings Jean-Yves Lamoureux Sam Hocevar
Description

The libcaca and libcucul Python bindings are terribly outdated.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.