https://bugs.winehq.org/show_bug.cgi?id=37534
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #8 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Todd Chester from comment #6)
libXrender: You are missing libXrender-devel.
No I am not. This is reporting error. Looking at the config.log:
configure:9395: gcc -m32 -o conftest -g -O2 conftest.c -lXext -lX11 >&5 /usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status configure:9395: $? = 1[/quote]
What was missing was libXext. What in the world does that have to do with libXrender?
Every X11 extension (which libXrender is) depends on libXext, that's an X11 dependency, not a Wine one. You should report broken package dependencies to your distro, not here. Wine can't and shouldn't detect broken package dependencies. Exactly same applies for a zlib dependency.
IMHO ordinal/not experienced users should not waste their and others people time trying to build wine/kernel/any other non-trivial thing/, there are binary packages for them to install/use.