Timo Kosig wrote:
> Hi people,
>
> i'm working as a developer for lunar-linux (www.lunar-linux.org) and i
> recently tried to compile licq using gcc-3.2 / glibc 2.2.5 / qt 3.0.4...
>
> i got this error when compiling comes to console-plugin, can somebody help
> me with this?
[ cut ]
> In file included from console.cpp:16:
> console.h:41: syntax error before `;' token
> console.h:56: 'list' is used as a type, but is not defined as a type.
> console.h:73: 'list' is used as a type, but is not defined as a type.

Looks like somebody forgot to add std:: namespace for STL 
templates. Try to add "using namespace std;" to console.h and possibly other 
headers.

-- 
WBR, Roman

http://www.svartalf.tk


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to