Re: x86_64 symbols missing, pygobject2
Hanspeter Niederstrasser <[email protected]>
| Newsgroups | gmane.os.apple.fink.beginners |
|---|---|
| Organization | Snaggled Works |
| Message-ID | <[email protected]> |
On 9/8/21 9:17 PM, Tom Liehe via Fink-beginners wrote: > See attached. > > > Also I am seeing many errors in gnome of the form > > implicit declaration of function 'gtk_text_layout_draw' is invalid in > C99 [-Werror,-Wimplicit-function-declaration] > > that one is from trying to compile libgnomecanvas2, error message is: > > gnome-canvas-rich-text.c:2150:2: error:implicit declaration of function > 'gtk_text_layout_draw' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > > When I traced that down, it was a function call to a missing function. > Didn’t seem to do anything so I commented it out, then it built ok. > > Can these types of errors be suppressed via a command line option? I've fixed the libgnomecanvas2 error. The implicit declaration errors are generally easy to fix (but have to be found first), but there's no command line option to just ignore them. Also pushed a fix for pygobject2. Hanspeter _______________________________________________ Fink-beginners mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners