similar to: Wine 1.1.8 and wine GIT(howto cooperate together?)

Displaying 20 results from an estimated 2000 matches similar to: "Wine 1.1.8 and wine GIT(howto cooperate together?)"

2008 Dec 27
1
Configure Error on Opensuse 11.1 64 bit
Hi! Just tried to compile wine 1.1.11 on openSUSE 11.1 64 bit. In the End I get following configure errors: configure: libgnutls 32-bit development files not found, no schannel support. configure: libsane 32-bit development files not found, scanners won't be supported. configure: libgphoto2 32-bit development files not found, digital cameras won't be supported. sane-32bit Packages are
2009 May 02
7
yum installation problem
hello, I want to install wineHQ on my box but i'm facing difficulties, it says yum requires the dependency GLIBC 2.4 AND GNU HASH somthing: my repos: CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo fedora-extras.repo Code: yum install wine Repository epel is listed more than once in the configuration Repository epel-debuginfo is listed more than once in the configuration
2018 Apr 28
3
Problem with Digikam and libgphoto2 after latest update
Hi, I have CentOS 7 with KDE on my workstation. I'm using the CR repo. I had to remove Digikam to be able to do the latest update (1 GB of updates... wow). Here's what happens when I try to reinstall it. # yum install digikam ... --> Finished Dependency Resolution Error: Package: digikam-4.10.0-6.el7.x86_64 (epel) Requires: libgphoto2_port.so.10(LIBGPHOTO2_5_0)(64bit)
2018 Apr 29
0
Problem with Digikam and libgphoto2 after latest update
On 28/04/18 21:23, Nicolas Kovacs wrote: > Hi, > > I have CentOS 7 with KDE on my workstation. I'm using the CR repo. I had > to remove Digikam to be able to do the latest update (1 GB of updates... > wow). Here's what happens when I try to reinstall it. > > # yum install digikam > ... > --> Finished Dependency Resolution > Error: Package:
2010 Nov 06
1
X devel Files
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: libgphoto2 development
2008 Nov 16
1
Compiling on OS X
Howdy, Anyone building vanilla Wine on OS X? I've installed Xcode as well as X11, but still get quite a few configure errors: configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: libsane development files not found, scanners won't be supported. configure: libgphoto2 development files
2009 Jul 21
5
Same app at different OSs
Why same app can works on linuxes, but MacOS? Any differences in wine was builded on linux or MacOS? I'm about Themida related apps. So CommFort chat client (4.4 MB) (http://www.commfort.com/download/commfort_client.zip) http://www.commfort.com/en/index.shtml packed by Themida (http://www.oreans.com) works under Wine at linuxes but at MacOS i've get "Cannot open oreans.vxd
2011 Jun 09
3
Compiling wine: no sound system, etc.
Hello all... I'm trying to compile wine 1.3.21 on my Linux Mint Debian Edition machine, because I'm tired of the antique version available from the repositories. Unfortunately, ./configure always ends with a bunch of WARNINGs and I'm not sure what to do about them. Here's the list it gives me: Code: configure: libxcursor development files not found, the Xcursor extension won't
2011 Jan 18
2
"Problem installing wine"
config.status: linking AUTHORS to dlls/shell32/AUTHORS config.status: linking tools/winewrapper to wine config.status: executing include/stamp-h commands config.status: executing dlls/gdi32/enhmfdrv commands config.status: executing dlls/gdi32/mfdrv commands config.status: executing dlls/kernel32/nls commands config.status: executing dlls/user32/resources commands config.status: executing
2006 Aug 28
0
"Bus Error" Under Mac OS X x86 with Wine 0.9.20
I'm trying to run Wine 0.9.20 under OS X x86 and I'm getting nothing but "Bus Error" when I run any win32 program via Wine. Here is some relevant environment info: OS: Mac OS X 10.4.7 Xcode: Xcode 2.4 X11: XFree86 Version 4.4.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) gcc -v: Using built-in specs. Target: i686-apple-darwin8 Configured with:
2009 Jan 14
3
Wine compilation problem.
Hi. I was trying to compile Wine 1.1.11 (because 1.1.12 appears to have a problem running InstallShield installers) from source on Sun Solaris 10 UNIX, and after I run configure, I get this: "configure: libXxf86vm development files not found, XFree86 Vidmode won't be supported. configure: libxrandr development files not found, XRandr won't be supported. configure: libxcomposite
2013 May 10
0
Wine release 1.5.30
The Wine development release 1.5.30 is now available. What's new in this release (see below for details): - Mouse capture support in the Mac driver. - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.30.tar.bz2
2012 Feb 27
2
Is there an easier way of doing this?
I'm trying to compile the latest wine release from source after a fresh linux mint install, and this is what I get when I do './configure' 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: XShape development files not found, XShape
2009 Jan 31
1
Wine on 64-bit Kubuntu 9.04a3 - No problem.
I just reloaded my system (had to try Ext4 <g>) and rebuilt Wine from source on the latest 64-bit Kubuntu alpha. Everything works great; the Wine devs have done a lot to make the build process painless. There were just a couple of K/ubuntu-specific 32-bit library issues that I wanted to share (in case anyone else was playing in the same sandbox) before I forget them: In the 64-bit build
2006 Jun 02
3
0.9.14 CVS compilation on Gentoo amd64 fails
Here is how I compiled 0.9.13: #!/bin/bash # note that the following is all one bash line CFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib"\ LDFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib" \ ./configure --x-libraries=/emul/linux/x86/usr/lib/ && make depend all I tried the same with 0.9.14 but it failed like this: ../../tools/winegcc/winegcc
2008 Nov 18
4
Problems compiling git under OS X
Hi there! I am currently trying to compile hacks.git under OS X and I can't seem to get past the following error during 'make': Code: [...] gcc -o wineserver async.o atom.o change.o class.o clipboard.o completion.o console.o context_alpha.o context_i386.o context_powerpc.o context_sparc.o context_x86_64.o cursoricon.o debugger.o device.o directory.o event.o fd.o file.o handle.o
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active Directory. Installing the tardist of 3.0.21c did not give me kerberos/ldap/adc capabilities even though Kerberos and LDAP were prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I am trying this: ./configure --libdir=/usr/lib --includedir=/usr/include --prefix=/usr/samba --with-ldap --with-ads
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
2005 Sep 13
1
RE: [SLE] SuSE 9.3 and Latest Binaries - Library Conflict
Cross-posting scares me, but... Have you looked at the latest RPMs for SuSE, from ftp://ftp.suse.com/pub/projects/samba/ ? They've worked like a charm for me, thus far (revision after revision, a simple rpm -U * seems to work...) -----Original Message----- From: david rankin [mailto:drankin@cox-internet.com] Sent: Mon 9/12/2005 5:30 PM To: samba; Suse Linux Subject: [SLE] SuSE 9.3 and
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
Hello all, really hope someone can help me on this one... That is what i have done 1. Installed all suggested lib32 libraries available 2. Direct Rendering: yes (newest fglrx 64 bit drivers from ATI site) 3. http://wiki.winehq.org/WineOn64bit went through wiki over and over but still get this errors after running ./configure configure: libxcomposite development files not found, Xcomposite