gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] Gnash output to an OpenGL texture


From: Rob Savoye
Subject: Re: [Gnash] Gnash output to an OpenGL texture
Date: Tue, 09 Jun 2009 08:02:27 -0600
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

address@hidden wrote:

> Well, indeed as Andrea pointed it out, my problem was that I didnt have
> the cross-compiler for g++. Now, I seem to have passed that particular
> barrier but, oh alas, another one has risen. During compile I get the
> following error. It seems to have something to do with rtmp, which as
> far as my understanding goes, belongs to network communication. Since
> this is something I dont need, I have unsuccessfully tried to disable it
> (debugger, cygnal, menus, npapi, lirc, media, and all plugins have been
> disabled). But I still get the same message. Any clues?

  rtmp.cpp is using sleep(), which it shouldn't. It should be using
GnashSleep() instead, which is more portable. By default, cygnal and the
extension are all disabled. I'll fire up a cross build now and see how
it goes. I don't build for win32 all that often...

>>> The configure seems to be fine. Although I did notice something funny.
>>> It checks whether this is a cross compilation and if so it sets the
>>> pthread_flags to "none". However, immediately afterwards it checks
>>> the host_os and if it is indeed mingw then it sets it to "-mthreads".
>>> The actual error message is at the end of this email (during make).

  You should be able to ignore the warning about -mthreads. I removed it
once from pthreads.m4, but somebody added it back in... The error was a
link time one looking for sleep().

        - rob -




reply via email to

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