You are not logged in.
Pages: 1
has anyone had any luck compiling wine rc3 yet?
so far all my attempts fail with:
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:207: error: expected ')' before numeric constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929: error: expected identifier or '(' before 'LPCSTR'
/usr/include/openssl/x509.h:929: error: expected ')' before numeric constant
/usr/include/openssl/x509.h:929: error: expected declaration specifiers or '...' before '(' token
/usr/include/openssl/x509.h:929: error: expected ')' before numeric constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929:1: error: pasting ")" and "_it" does not give a valid preprocessing token
make[2]: *** [http.o] Error 1
make[2]: Leaving directory `/home/jesper/Downloads/wine/src/wine-1.0-rc3/dlls/wininet'
make[1]: *** [wininet] Error 2
make[1]: Leaving directory `/home/jesper/Downloads/wine/src/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2so if anyone knows how to get around the problem please let me know
Last edited by INCSlayer (2008-06-03 08:28:43)
In Life or Death no one Shall have what is Black Jack Lee's
windoze: "for people that can't spell windows"
Offline
hi, I used the abs PKGBUILD with some modifies...
try to use mine:
# $Id: PKGBUILD 1352 2008-05-05 22:49:22Z eric $
# Maintainer: Dale Blount <dale@archlinux.org>
# Contributor: Matt Smith (Majik) <darkknight@helpdesk.zaz.net>
pkgname=wine
pkgver=1.0rc3
pkgrel=1
pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
url="http://www.winehq.com"
arch=('i686')
license=('LGPL')
depends=('freetype2' 'fontconfig' 'libjpeg' 'libungif' 'alsa-lib' 'glut' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage')
makedepends=('alsa-lib' 'sane' 'fontforge' 'flex' 'bison')
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0-rc3.tar.bz2)
md5sums=('')
build() {
cd $startdir/src/$pkgname-1.0-rc3
./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
make depend || return 1
make || return 1
make prefix=$startdir/pkg/usr install || return 1
# expand conflicts with textutils ( doesn't exist anymore ? )
# mv $startdir/pkg/usr/bin/expand $startdir/pkg/usr/bin/wine-expand || return 1
mkdir -p $startdir/pkg/etc/wine
# mkdir -p $startdir/pkg/etc/profile.d
# cp -r $startdir/src/$pkgname-$pkgver/documentation/samples $startdir/pkg/etc/wine
}Offline
/usr/include/openssl/x509.h:207: error: expected ')' before numeric constant
Improve your desktop responsiveness and font rendering and ALSA sound and BusyBox init
Offline
Yep compiled last week with modified PKGBUILD from repositories no problems.
Offline
Yep compiled last week with modified PKGBUILD from repositories no problems.
Same here... Don't know why it doesn't compile on your systems...
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
managed to compile it with a newly modified version of the PKGBUILD from abs and the openssl patch
In Life or Death no one Shall have what is Black Jack Lee's
windoze: "for people that can't spell windows"
Offline
[Offtopic]
Sure you want to patch Openssl yourself?
-jk-
Last edited by hrist (2008-06-03 15:44:08)
two - Arch64 | dwm | nvidia
three - Arch64 | dwm | nvidia
Offline
Pages: 1