>> 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
>> 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
> 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
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
4 matches
Mail list logo