Bug#310936:

2005-05-27 Thread Ricardo Markiewicz
>> this was fixed in 0.40.3 > The problem is still present in 0.40.4. The attached patch fixes the > problem. D'oh! .. I forgot to commit before create the release :/ thx Ricardo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#310936: oregano fixes for ia64

2005-05-26 Thread David Mosberger-Tang
>> Third, part-property.c passed a pointer to an unitialized size_t-typed >> variable to get_macro_name(), which was expecting only an int pointer. >> Thus, the top 32-bits remained unitialized and on ia64 this caused a >> crash when attempting to insert any part. > this was fixed in 0.40.3

Bug#310936: oregano fixes for ia64

2005-05-26 Thread Ricardo Markiewicz
> Oregano defines GNOME_DISABLE_DEPRECATED which has the effect that > gnome_menu_item_new() does NOT get declared. As a result, the > function gets implicitly defined to return an "int", which is a > problem on 64-bit architectures since the pointer cannot fit in an > int. In particular, this is

Bug#310936: oregano fixes for ia64

2005-05-26 Thread David Mosberger-Tang
Package: oregano Version: 0.40.0-3 Severity: serious Tags: patch Oregano defines GNOME_DISABLE_DEPRECATED which has the effect that gnome_menu_item_new() does NOT get declared. As a result, the function gets implicitly defined to return an "int", which is a problem on 64-bit architectures since