[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some bugs?
> The gob.m4 is installed in /usr/local/share/aclocal/.
> But neither ./autogen --prefix=/usr/ nor --prefix=/usr/local/ nor
> just ./autogen, as I did before, fixed the problem. I had to copy
> gob.m4. I looked into the configure.in file of "balsa" and there is a lot
> more than just GOB_CHECK.
Ok i will check that.
> In genius/genius.c there is something like:
> ..
> #ifdef USE_NCURSES
> #include <ncurses/curses.h>
> #include <ncurses/term.h>
> #else
> ..
>
> In SuSE 7.0 there is no directory /usr/include/ncurses so I changed it like
> this:
> ..
> #ifdef USE_NCURSES
> #include <curses.h>
> #include <term.h>
> #else
> ..
> as these two header files are in /usr/include.
Ok, this is my fault, one guy complain that the real curses.h & term.h files
are under ncurses directory, the other are only links.
It appears it's not the case with Suse, not sure what to do there.
> Well, now the question arises how I can plot functions, like the
> impressive one in the first snapshot ?
The canvas has proven to be unmaintened & ugly code so I remove it
both from the cvs and distribution tar.
Dr.Genius has an open strucutre, using DrGeniusMDIChild it's easy
to add new kind of view (console, 2D figure for now why not more) but the important
idea is to allow interoperation between thess views with the console
playing a central role. Unfortunately the console is also not very well
maintained and worst it's not ready for interoperation. I may eventually
remove it and replace it by an embedeble console (glade or Python but
more probably Glade).
So, YES, I should remove the first snapshot!!
Hilaire
--
http://www.ofset.org