Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=905255

--- Comment #5 from Mark Mikofski <[email protected]> ---
use:

    sudo ./configure CFLAGS=-Wno-deprecated-declarations

to remove deprecation warnings treated as errors

isntalls fine as long as you also link to libprocps.so

Of course this is a short term fix. I tried looking into replacing the
depracated functions

    g_static_rw_lock_reader_lock --> g_rw_lock_reader_lock
    g_static_rw_lock_reader_unlock --> g_rw_lock_reader_unlock
    g_static_rw_lock_writer_lock --> g_rw_lock_writer_lock
    g_static_rw_lock_writer_unlock --> g_rw_lock_writer_unlock
    g_static_rw_lock_free --> g_rw_lock_free
    g_static_rw_lock_init --> g_rw_lock_init

but the function signatures are not the same, so it would take an investment

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LhJ7FGi639&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to