Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Compile eror 58185 firstlook on gentoo

Asriazh Frye
Smart Cookie
Join date: 30 Sep 2006
Posts: 173
02-23-2007 06:44
Whenever i try to compile the 58185 firstlook source, it stop with this error:

/tmp/asriazh/home/asriazh/secondlife/source/firstlook/slviewer-src-FL-1.13.3.58185/linden/indra/i686-linux-client-releasefordownload/newview/llwebbrowserctrl.h:241: error: extra qualification 'LLWebBrowserTexture::' on member 'LLWebBrowserTexture'

Does anyone of you know what could cause this and how to fix it? Thank you ^_^

-Asriazh
Asriazh Frye
Smart Cookie
Join date: 30 Sep 2006
Posts: 173
Solved
02-23-2007 08:28
According to Zi Ree it should be possible to use gcc4.x to compile the source now without patches. So i tried gcc 4.1.2, which didn't like this line in llwebbrowserctrl.h

LLWebBrowserTexture::LLWebBrowserTexture( S32 width, S32

Using gcc 3.4.6 instead got rid of the error i got.

-Asriazh