Trying to Compile source

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
x3il1ty
Newbie
Newbie
Posts: 2
Joined: Tue Nov 18, 2008 5:09 am

Trying to Compile source

Post by x3il1ty »

Okey so iam trying to compile the source. Ive downloaded the lastest one wine 1.0..

I run the installer /tools/wineinstaller
i then get this configure error

configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.

so i think i need to install this.

Which i think is libfreetype6-dev package, but this dosent work because it needs zlib1g-dev.
so i try to download it and get this problem zlib1g (= 1:1.2.3-13) but 1:1.2.3.3.dfsg-8

would be very thanksfull if anyone can help
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Trying to Compile source

Post by austin987 »

On Tue, Nov 18, 2008 at 4:27 AM, x3il1ty <[email protected]> wrote:
Okey so iam trying to compile the source. Ive downloaded the lastest one wine 1.0..

I run the installer /tools/wineinstaller
i then get this configure error

configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.

so i think i need to install this.

Which i think is libfreetype6-dev package, but this dosent work because it needs zlib1g-dev.
so i try to download it and get this problem zlib1g (= 1:1.2.3-13) but 1:1.2.3.3.dfsg-8

would be very thanksfull if anyone can help





What distro?


--
-Austin
x3il1ty
Newbie
Newbie
Posts: 2
Joined: Tue Nov 18, 2008 5:09 am

Post by x3il1ty »

sorry i have debian 2.6.18-5-686,
it seems like i need to downgrade the libz-dev package, iam not sure if i have understood correctly tho.
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

Post by stimpak »

Locked