[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Gnash output to an OpenGL texture
From: |
mendez |
Subject: |
Re: [Gnash] Gnash output to an OpenGL texture |
Date: |
Mon, 08 Jun 2009 18:37:56 +0200 |
User-agent: |
Internet Messaging Program (IMP) H3 (4.3.5-cvs) |
Hi Andrea, thanks for the swift reply.
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).
According to the synaptic package I have the newest version of the g++.
I was trying on Cygwin but I stopped because I found the following
thread here on this list:
http://www.mail-archive.com/address@hidden/msg05004.html
that states that Cygwin has not been used for building gnash. But
maybe I shouldnt have give up and I should give it one more try.
Error message follows:
make[2]: Entering directory `/home/mendez/Sandbox/Gnash/trunk/libbase'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\"
-DSYSCONFDIR=\"/usr/local/etc\" -I../libnet -I../libamf -I../libcore
-I../libcore/swf -mthreads -g -O2 -mthreads -W
-Wall -Wcast-align -Wcast-qual -Wpointer-arith
-Wreturn-type -Wnon-virtual-dtor -Wunused
-fvisibility-inlines-hidden -MT libgnashbase_la-extension.lo -MD -MP
-MF .deps/libgnashbase_la-extension.Tpo -c -o
libgnashbase_la-extension.lo `test -f 'extension.cpp' || echo
'./'`extension.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\"
-DSYSCONFDIR=\"/usr/local/etc\" -I../libnet -I../libamf -I../libcore
-I../libcore/swf -mthreads -g -O2 -mthreads -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
-fvisibility-inlines-hidden -MT libgnashbase_la-extension.lo -MD -MP
-MF .deps/libgnashbase_la-extension.Tpo -c extension.cpp -o
libgnashbase_la-extension.o
cc1plus: error: unrecognized command line option "-mthreads"
cc1plus: error: unrecognized command line option "-mthreads"
- Re: [Gnash] Gnash output to an OpenGL texture, mendez, 2009/06/08
- Re: [Gnash] Gnash output to an OpenGL texture, Andrea Palmatè, 2009/06/09
- Re: [Gnash] Gnash output to an OpenGL texture,
mendez <=
- Re: [Gnash] Gnash output to an OpenGL texture, Andrea Palmatè, 2009/06/09
- Re: [Gnash] Gnash output to an OpenGL texture, mendez, 2009/06/08
- Re: [Gnash] Gnash output to an OpenGL texture, mendez, 2009/06/09
- Re: [Gnash] Gnash output to an OpenGL texture, strk, 2009/06/09
- Re: [Gnash] Gnash output to an OpenGL texture, Rob Savoye, 2009/06/09
- Re: [Gnash] Gnash output to an OpenGL texture, mendez, 2009/06/09
- Message not available
- Re: [Gnash] Gnash output to an OpenGL texture, mendez, 2009/06/09