unable to ./configure wine on FreeBSD 8

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Nataraj S Narayan

unable to ./configure wine on FreeBSD 8

Post by Nataraj S Narayan »

Hi

I am on commit 20f51c29a99299384e840e148f02aae66bfb45be.

FreeBSD freebsd.vaaraahi.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0


freebsd# ./configure
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for flex... flex
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex version
2.5.33 or newer.


But my flex installed is of higher version.

freebsd# make reinstall
===> Installing for flex-2.5.35_4

What could be the issue?

Warm regards

Nataraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: unable to ./configure wine on FreeBSD 8

Post by vitamin »

Nataraj S Narayan wrote:configure: error: Your flex version is too old. Please install flex version
2.5.33 or newer.

But my flex installed is of higher version.

freebsd# make reinstall
===> Installing for flex-2.5.35_4
Wine checking for particular features (presence of prediluvian.h file) not directly flex version. What it means is that your flex even new version still missing this feature.

Contact FreeBSD support/forum and ask where to get full-featured version of flex.
Tijl Coosemans

unable to ./configure wine on FreeBSD 8

Post by Tijl Coosemans »

On Wednesday 28 July 2010 07:25:53 Nataraj S Narayan wrote:
checking for flex... flex
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex
version 2.5.33 or newer.


But my flex installed is of higher version.

freebsd# make reinstall
===> Installing for flex-2.5.35_4

What could be the issue?
You have to run "./configure FLEX=/usr/local/bin/flex" to override
the old flex in the base system.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part.
URL: <http://www.winehq.org/pipermail/wine-us ... chment.pgp>
hussain
Level 1
Level 1
Posts: 7
Joined: Wed Dec 26, 2012 6:59 am

Re: unable to ./configure wine on FreeBSD 8

Post by hussain »

You have to run "./configure FLEX=/usr/local/bin/flex" to override
the old flex in the base system.
Thanks Tijl.

Worked for me. :)

--
Regards,
Hussain.
Locked