gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog server/Makefile.am server/actio...


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] gnash ChangeLog server/Makefile.am server/actio...
Date: Wed, 9 Aug 2006 11:02:19 +0200
User-agent: KMail/1.9.4

On Wednesday 09 August 2006 03:59, Rob Savoye wrote:
> Index: server/asobj/NetConnection.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/server/asobj/NetConnection.cpp,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -b -r1.4 -r1.5
> --- server/asobj/NetConnection.cpp      7 Aug 2006 17:42:48
> -0000       1.4 +++ server/asobj/NetConnection.cpp      9 Aug 2006
> 01:59:07 -0000       1.5 @@ -49,7 +49,6 @@
>  
>  using namespace std;
>  using namespace amf;
> -using namespace rtmp;
>  
>  namespace gnash {
>  

This breaks the build for me with: 

g++ [..] -c NetConnection.cpp  -fPIC -DPIC -o .libs/NetConnection.o
NetConnection.cpp: In member function 'bool 
gnash::NetConnection::connect(const char*)':
NetConnection.cpp:141: error: 'RTMPproto' was not declared in this scope
NetConnection.cpp:141: error: expected `;' before 'proto'
NetConnection.cpp:143: error: 'proto' was not declared in this scope
make[3]: *** [NetConnection.lo] Error 1

Bastiaan




reply via email to

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