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 -