[Bug 421] Implement a DIB engine

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 2 10:56:02 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=421

Tomasz Sobczyk <dottomi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dottomi at gmail.com

--- Comment #408 from Tomasz Sobczyk <dottomi at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list