octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graphical help browser


From: Rafael Laboissiere
Subject: Re: Graphical help browser
Date: Mon, 24 Nov 2008 09:11:25 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Søren Hauberg <address@hidden> [2008-11-23 20:20]:

>   These days it's quite easy to create special purpose web browsers
> (using webkit), so I figured I'd give it shot. At
> http://hauberg.org/wiki/doku.php?id=help_browser you guys can get the
> source code to a graphical help browser, and see a screen shot. I've
> been using it for the last month or so, and it's quite stable.

I tried your code, it compiles okay, but fails to run:

octave:1> autoload ("__help_browser_add_path__", "help_browser.oct");
octave:2> __help_browser_add_path__ ("core", "core_html");
error: help_browser.oct: undefined symbol: gtk_dispatcher

The error goes away if I compile like this:

mkoctfile -o help_browser.oct help_browser.cc __init_gtk__.cc [options]

However, Octave segfaults when the functions are called.  Am I missing
something?  I adapted your code for Octave 3.0.1 (patches attached below)
and this may be the cause of the problem.

-- 
Rafael

Attachment: dir-sep-str.diff
Description: Text document

Attachment: mlock-arg.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]