Comment 27 for bug 191575

Revision history for this message
Jurjen Stellingwerff (jurjen-stwerff) wrote :

More information on the difference between my build and the clean build (build a pbuilder environment)

--- output_clean 2008-02-19 16:19:41.000000000 +0100
+++ output 2008-02-18 17:41:35.000000000 +0100
@@ -454,14 +454,14 @@
 checking for X11/extensions/xf86vmode.h... yes
 checking for XkbQueryExtension in -lX11... yes
 checking for -lXcursor... libXcursor.so.1
-checking for -lXi... not found
+checking for -lXi... libXi.so.6
 checking for XShmQueryExtension in -lXext... yes
 checking for XShapeQueryExtension in -lXext... yes
 checking for XF86VidModeQueryExtension in -lXxf86vm... yes
 checking for -lXrender... libXrender.so.1
 checking for XRenderSetPictureTransform in -lXrender... yes
 checking for -lXrandr... libXrandr.so.2
-checking for -lXinerama... not found
+checking for -lXinerama... libXinerama.so.1
 checking for -lXcomposite... libXcomposite.so.1
 checking for GL/gl.h... yes
 checking for GL/glx.h... yes
@@ -555,7 +555,7 @@
 checking for -lssl... libssl.so.0.9.8
 checking for -lcrypto... libcrypto.so.0.9.8
 checking for -ljpeg... libjpeg.so.62
-checking for -lpng... libpng12.so.0
+checking for -lpng12... libpng12.so.0
 checking for -lodbc... not found
 checking for gcc strength-reduce bug... no
 checking whether the compiler supports -fshort-wchar... yes
@@ -1065,6 +1065,7 @@
 config.status: creating tools/wmc/Makefile
 config.status: creating tools/wrc/Makefile
 config.status: creating include/config.h
+config.status: include/config.h is unchanged
 config.status: executing include/stamp-h commands
 config.status: executing dlls/gdi32/enhmfdrv commands
 config.status: executing dlls/gdi32/mfdrv commands
@@ -1073,8 +1074,7 @@
 config.status: executing dlls/wineps.drv/data commands
 config.status: executing include/wine commands

-configure: libxi development files not found, the Xinput extension won't be supported.
-configure: libxinerama development files not found, multi-monitor setups won't be supported.
+configure: libpng development files not found, PNG won't be supported.

 configure: Finished. Do 'make depend && make' to compile Wine.

So in my version the Xi and Xinerama libraries were linked and not the in clean build.
Another curious change is that png library that is differently linked but to the same file and it is told that that is not supported.

So if people can try with the following packages extra installed: libxinerama-dev libxi-dev
The png library is not differently installed so I cannot point where that difference came from.

Hope this helps a bit.