mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Issues linking with static openal and SDL


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Issues linking with static openal and SDL
Date: Thu, 10 Mar 2011 03:03:26 +1100

On 10 March 2011 02:05, Tony Theodore <address@hidden> wrote:
> On 10 March 2011 01:27, Volker Grabsch <address@hidden> wrote:
>> Tony Theodore schrieb:
>>> On 9 March 2011 21:50, Volker Grabsch <address@hidden> wrote:
>>> > I don't know whether it is related to that fix, but OpenAL doesn't
>>> > build anymore under Debian/Lenny. Attached is the failing build log.
>>>
>>> This
>>> probably means that the old OpenAL32.a and the link to libOpenAL32.a
>>> are still present and may be interfering with the build.
>>
>> Whoops, you're right. I forgot to do a "make clean". Sorry for the noise.
>> I'll rebuild it again, let's see whether the issue still exists.
>
> Unfortunately, it's something else. I just installed both Squeeze and
> Lenny, and it's failing on Lenny. I'll have a look.

So it seems to be cmake 2.6 not passing along the required libs. Adding

-DEXTRA_LIBS='-luuid'

to the cmake options allows the build to succeed, but I don't know
enough about cmake to know if this is the right way to do it or if we
should patch the CMakeLists.txt file.

Cheers,

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]