[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] Windows version
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] Windows version |
Date: |
Thu, 05 May 2011 06:37:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110419 Thunderbird/3.1.9 |
On 04/05/11 21:55, Sietse Ludger G wrote:
> Hmm. It wasn't the ffmpeg. It was outdated, though, but updating didn't
> solve it, I think.
> But "./configure --host=i686-pc-mingw32" doesn't work now, it stops when
> checking for "windres". Ive searched and found that I do have
> "i586-mingw32msvc-windres". But I'm not sure it's the same?
>
> And making still doesn't work, but I think (hope) thats because the
> configure doesn't work yet, although the configure without any options
> does work (just ./configure).
>
> Pff, I'm sorry for all the problems :/
i586-mingw32msvc-windres probably comes from somewhere else, not
Mingw-cross-env. Do you have cross-compiler packages of your
distribution installed? In any case, make sure that
mingw-cross-env-2.20/usr/bin is in your $PATH before anything else.
Martin