[Bug 7915] 15 of the internal tests of wine fail on Mac OS X

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 22 13:23:58 CST 2008


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





--- Comment #13 from Julian M. <mayer.julian at googlemail.com>  2008-02-22 13:23:57 ---
i brought the warnings about depencies down to just:

configure: libhal development files not found, no dynamic device support.
configure: libgphoto2 development files not found, digital cameras won't be
supported.
configure: libcapi20 development files not found, ISDN won't be supported.

ok ignoring d3d/ddraw we face 20 failures on wine 0.9.56:

make[2]: *** [cred.ok] Error 2 
make[1]: *** [advapi32/tests/__test__] Error 2
make[2]: *** [cert.ok] Error 5
make[2]: *** [chain.ok] Error 5
make[1]: *** [crypt32/tests/__test__] Error 2
make[2]: *** [bitmap.ok] Error 6
make[2]: *** [path.ok] Error 4
make[1]: *** [gdi32/tests/__test__] Error 2
make[2]: *** [iphlpapi.ok] Error 6
make[1]: *** [iphlpapi/tests/__test__] Error 2
make[2]: *** [change.ok] Error 42
make[1]: *** [kernel32/tests/__test__] Error 2
make[2]: *** [install.ok] Error 2
make[1]: *** [msi/tests/__test__] Error 2
make[2]: *** [change.ok] Error 29
make[2]: *** [exception.ok] Error 1
make[2]: *** [info.ok] Error 1
make[1]: *** [ntdll/tests/__test__] Error 2
make[2]: *** [opengl.ok] Error 5
make[1]: *** [opengl32/tests/__test__] Error 2
make[2]: *** [mediadet.ok] Error 5
make[1]: *** [qedit/tests/__test__] Error 2
make[2]: *** [qmgr.ok] Error 1
make[1]: *** [qmgr/tests/__test__] Error 2
make[2]: *** [protocol.ok] Error 2
make[1]: *** [urlmon/tests/__test__] Error 2
make[2]: *** [cursoricon.ok] Error 1
make[2]: *** [msg.ok] Error 3
make[1]: *** [user32/tests/__test__] Error 2
make[2]: *** [mixer.ok] Error 10
make[2]: *** [wave.ok] Error 2
make[1]: *** [winmm/tests/__test__] Error 2
make[2]: *** [sock.ok] Error 6
make[1]: *** [ws2_32/tests/__test__] Error 2


just for reference how i arrived at this (on Mac OS X 10.5.2 / XCode 3.0):

sudo port install fontforge
sudo port install libpng
sudo port install jpeg
sudo port install libxslt
sudo port install lcms
sudo port install twain-sane
sudo port install freetype

export CPPFLAGS="-I/opt/local/include/"
export LDFLAGS="-L/opt/local/lib/"

./configure

make depend && make

export
DYLD_LIBRARY_PATH=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/:/opt/local/lib

make -k test


-- 
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