http://bugs.winehq.org/show_bug.cgi?id=421
Tomasz Sobczyk dottomi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dottomi@gmail.com
--- Comment #408 from Tomasz Sobczyk dottomi@gmail.com 2011-03-02 10:55:59 CST --- (In reply to comment #406)
I have a problem, similar to the autoconf one.
I have ubuntu 10.10 x86_64, wine 1.3.14
I followed the instructions from
http://wiki.winehq.org/WineOn64bit
Ubuntu way
sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get build-dep wine1.3
then I applied patches (no warnings)
autoconf, configure, make - passed okay.
but when i try to run a program - i receive the annoying
WINEDIB=on /opt/winedib/bin/winecfg
err:driver:Load_Dib_Driver Couldn't load DIB Engine err:driver:Load_Dib_Driver Couldn't load DIB Engine err:driver:Load_Dib_Driver Couldn't load DIB Engine err:driver:Load_Dib_Driver Couldn't load DIB Engine
Any ideas?
AFAIK one of the current patches should have failed. At least the patch that addes a directive to configure.ac for adding the winedib.drv directory to the list of directories inside which to create a Makefile did for me. See if dlls/winedib.drv contains a Makefile. If not then add WINE_CONFIG_DLL(winedib.drv) around line 2812 in configure.ac and rerun autoconf and make.