LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trying to compile Wine 1.1.4 in SlackWare 12.1 (https://www.linuxquestions.org/questions/linux-software-2/trying-to-compile-wine-1-1-4-in-slackware-12-1-a-668720/)

Zangai 09-09-2008 01:19 PM

Trying to compile Wine 1.1.4 in SlackWare 12.1
 
Im trying to compile Wine 1.1.4 for SlackWare 12.1, with some of the files patched, which is the reason I cant just use a package.

When runnning ./configure in the directory, the script ends with the following:

Code:

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: XShm development files not found, X Shared Memory won't be supported.
configure: XShape development files not found, XShape 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: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.

configure: WARNING: libxrender development files not found, XRender won't be supported.

configure: WARNING: OpenGL development headers not found.
OpenGL and Direct3D won't be supported.

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

I have tried searching for the development files, but I cant seem to find them.

Does anybody have any idea how I could resolve this?

Alien Bob 09-10-2008 06:49 AM

Looks like you are building on a very minimal system with much of X not installed.
Why do you need to patch Wine?

You should perhaps have posted this in the Slackware forum.

Eric

nowshining 09-10-2008 12:43 PM

Quote:

Originally Posted by Zangai (Post 3274822)
Im trying to compile Wine 1.1.4 for SlackWare 12.1, with some of the files patched, which is the reason I cant just use a package.

When runnning ./configure in the directory, the script ends with the following:

Code:

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: XShm development files not found, X Shared Memory won't be supported.
configure: XShape development files not found, XShape 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: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.

configure: WARNING: libxrender development files not found, XRender won't be supported.

configure: WARNING: OpenGL development headers not found.
OpenGL and Direct3D won't be supported.

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

I have tried searching for the development files, but I cant seem to find them.

Does anybody have any idea how I could resolve this?

well of course those items will not be supported until you install them otherwise it's nothing serious and u can just do what it says, type make depend && make and hit enter on your keyboard and it should now compile, :) again that is not a it won't compile error or work after but it will only not support those items mentioned until dev header of those programs are installed.


All times are GMT -5. The time now is 06:31 AM.