[JDEV] JIT

Jamin W. Collins jcollins at asgardsrealm.net
Wed Dec 17 10:21:31 CST 2003


On Wed, Dec 17, 2003 at 06:38:02AM -0500, Michael J. Kidd wrote:
> On another note: ( and probably covered on another list.. )
> 
> I'm running Fedora Core 1.  In order to get JIT to compile I had to make a
> change to wp_client.cpp line 149:
> 
> From:
>   Terror e = (terror){0,""};
> To:
>   terror e = {0,""};
> 
> Otherwise, I get this error:
> jit/wp_client.cpp: In member function `virtual void 
>    WPclient::SignalDisconnected(ICQ2000::DisconnectedEvent*)':
> jit/wp_client.cpp:150: error: `terror' has no non-static data member named `
>    terror_struct::code'
> jit/wp_client.cpp:150: error: too many initializers for `terror'
> make: *** [jit/wp_client.o] Error 1
> 
> 
> This occurs both on the 1.1.6 release and the latest CVS code.

This is covered in the bug report:

   http://www.jabberstudio.org/projects/jit/bugs/view.php?id=2460

-- 
Jamin W. Collins

This is the typical unix way of doing things: you string together lots
of very specific tools to accomplish larger tasks. -- Vineet Kumar



More information about the JDev mailing list