http://bugs.winehq.org/show_bug.cgi?id=14863
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-18 02:33:27 --- (In reply to comment #5)
OK, I did not realize that I can use versions that do not follow directly on each other.
But here is the next problem: when compiling 0.9.37 I fail with this error:
parse.o: In function `ldap_parse_sort_controlW': /root/wine-0.9.37/dlls/wldap32/parse.c:339: undefined reference to `ldap_parse_sort_control' parse.o: In function `ldap_parse_vlv_controlW': /root/wine-0.9.37/dlls/wldap32/parse.c:420: undefined reference to `ldap_parse_vlv_control' /root/wine-0.9.37/dlls/wldap32/parse.c:420: undefined reference to `ldap_parse_vlv_control'
openldap-devel is installed and ./configure did not gave me any error. So what could be the reason for that?
I too ran into this a few days ago.The easiest way ( but a bit tricky i admit) is just do 'make -k', instead of 'make'. The regression itsself is most likely not in wldap32
So what could be the reason for that?
If you compile very old wine-versions on a new system you'll run into these things unfortunately as headerfiles etc from your system get updated too, and old wine-versions don't know about that of course. I had some MB's free on an old laptop, and installed Fedora Core 3. Such an old system will happily compile all old wine-versions back to 2005.