Thu 07 Apr 2011 03:28:52 AM UTC, original submission:
Using tcc 0.9.25, freetype is not detected when running configure:
configure: error: FreeType development files not found. Fonts will not be built.
if I use --without-freetype, then the following additional checks fail:
configure: libxcursor development files not found, the Xcursor extension won't be supported.
configure: libxi development files not found, the Xinput extension won't be supported.
configure: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
configure: libxrandr development files not found, XRandr won't be supported.
configure: libxinerama development files not found, multi-monitor setups won't be supported.
configure: libxcomposite development files not found, Xcomposite won't be supported.
configure: libGLU development files not found, GLU won't be supported.
configure: libhal/libdbus development files not found, no dynamic device support.
configure: libgnutls development files not found, no schannel support.
configure: lib(n)curses development files not found, curses won't be supported.
configure: libsane development files not found, scanners won't be supported.
configure: libv4l development files not found.
configure: gstreamer-0.10 base plugins development files not found, gstreamer support disabled
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: fontconfig development files not found, fontconfig won't be supported.
configure: libgsm development files not found, gsm 06.10 codec won't be supported.
configure: libtiff development files not found, TIFF won't be supported.
configure: libopenal development files not found (or too old), OpenAL won't be supported.
configure: WARNING: libxrender development files not found, XRender won't be supported.
configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported.
configure: WARNING: libxslt development files not found, xslt won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
configure: WARNING: libjpeg development files not found, JPEG won't be supported.
configure: WARNING: libpng development files not found, PNG won't be supported.
these work under gcc. Wine version is 1.3.17.
I've attached config.log from both configure runs.
|