[Gambas-devel] Problem with gambasdoc site
Benoît Minisini
gambas at ...1...
Mon Dec 28 22:47:26 CET 2009
> > On Monday 28 December 2009 11:14 am, Laurent Carlier wrote:
> > > http://gambasdoc.org/help/comp/gb.opengl?v3
> > > result:
> > > Unexpected error while displaying this page.
> > > Stack overflow
> > > CComponent.Load.281
> >
> > Strange, I figured it was a problem with some markup someone put in
> > there, but if you try to edit it (change "help" to "edit" in the url and
> > login) the same error is produced.
> >
> > Rob
> >
> > -------------------------------------------------------------------------
> >-- --- This SF.Net email is sponsored by the Verizon Developer Community
> > Take advantage of Verizon's best-in-class app development support A
> > streamlined, 14 day to market process makes app distribution fast and
> > easy Join now and get one step closer to millions of Verizon customers
> > http://p.sf.net/sfu/verizon-dev2dev
> > _______________________________________________
> > Gambas-devel mailing list
> > Gambas-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-devel
>
> This is the same problem I fixed in the IDE in revision #2532. I will port
> it to the doc.cgi script.
>
> By the way, Rob, will you compile Gambas 3 on the web server one day
> (without the GUI components)? At the moment, it runs Gambas 1.9.44, which
> is a bit old.
>
> :-)
>
To Laurent: this bug appeared because you created a recursive dependency, that
the current code in doc.cgi cannot handle when sorting components in
dependency order: gb.opengl needs a OpenGlViewer, which can be gb.qt4.opengl,
which needs gb.opengl, and so on... I just have to fix the sorting algorithm.
Regards,
--
Benoît Minisini
More information about the Devel
mailing list