On Wed, Apr 08, 2009 at 10:18:24AM +0200, Udo Giacomozzi wrote: > Hello strk, > > Monday, April 6, 2009, 8:08:26 PM, you wrote: > s> This was fixed in the rtmp branch, rob should merge the change to trunk. > s> See https://savannah.gnu.org/bugs/index.php?26051 > > Hmm, are you sure this is related? I'm getting a "ambiguous overload" > error, not an "invalid cast". At least I have no clue where to patch > the code to make it build. Hints please..
"invalid cast" came from a testcase of mine. The problem was that htons(short) was returing a 32bit integer when -O2 was used. Follow file/linenum and use a temp 16bit variable to hold the return from htons(). If it fixes, it's it. > s> BOOST flags aren't set (this is going to be your problem with the boost > s> includes not being found). > s> Please report a bug about that. > > http://savannah.gnu.org/bugs/?26114 > http://savannah.gnu.org/bugs/?26115 > > Unfortunately I have this device only for 2 more days at my disposal, > so I'm a bit in a hurry getting this fixed... I'm unfunded for gnash work atm, if you can buy me some development hours (I sell them at 50EUR/hr + IVA) I'll be on that ASAP. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

