[Bug 36661] Yudit: AWT Problem

graphic23 graphic23 at gmail.com
Sun Mar 26 03:31:25 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/36661

Comment:
Thanks for the replies! I have just recompiled my Yudit, and there is no problem. I have found where it is coming from the Source Code:

gui/Main.cpp:

285-290:

 SAwt awt;
 if (!awt.implemented())
 {
   fprintf (stderr, "AWT is not implemented on this platform.\n");
   return 0;
 }


------ 

implemented() is written in stoolkit/SEvent.cpp 

356 - 360:

bool
SEventHandler::implemented()
{
  return (delegate != 0);
}

-- 

^ So the above is failing. 

And obviously, there is no backtrace for this, cause it crashes on this dialog. 

Hopefully, this bug can be sorted out soon.




More information about the universe-bugs mailing list