Comment 1 for bug 1878401

Revision history for this message
Roland Lutz (rlutz) wrote :

Hi,

thank you for reporting this. Indeed, I did not know; is there anything I can do to help you get gEDA/gaf back into Fedora?

The errors appear to be correct. There is a case (view != NULL, view->page == NULL) where screen_* are indeed uninitialized. I don't know why this compiles on Debian and Fedore 31, but not on Fedora 32; I guess the checks have become stricter in more recent compiler versions.

You can circumvent the problem by removing `$Werror_maybe_uninitialized_IF_SUPPORTED' from configure.ac. However, ideally, the underlying problems should be fixed. In order to do that, could you please send me the full compiler output?

Roland