[JDEV] JIT

Michael J. Kidd mjkidd at linuxkidd.com
Wed Dec 17 05:38:02 CST 2003


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.

Just an FYI.
Michael J. Kidd
http://www.linuxkidd.com




More information about the JDev mailing list