[arch-general] firefox & gcc 4.3

Maik Beckmann beckmann.maik at googlemail.com
Tue Mar 25 16:11:21 EDT 2008


Am Dienstag 25 März 2008 20:58:40 schrieb Grigorios Bouzakis:
>
> http://rafb.net/p/tNKcg183.html
>
> line 44 seems to be the reason it fails. firefox 2.0.0.12 failed at some
> other point but dont have it handy at the moment
>
> Greg

This:
  error: ‘strlen’ was not declared in this scope
is due to some include file cleanups made in gcc-4.3.  Adding
  #include <cstring>
helps.

Best,
 -- Maik




More information about the arch-general mailing list