|
From: | Michael Goffioul |
Subject: | Re: GSoC - Update [Monday 29. 07] - Latex markup |
Date: | Mon, 29 Jul 2013 09:32:42 -0400 |
Thanks to QtCreator I managed to attach to running Octave and debug it. There were lotmore problems then I expected. Thanks to fast responses, on maintainers list, I've quicklygot around it.Now to me it seems that everything is okay, but it's not. If you could take a look andpropose where the problems can be that would be great. Because I personally run out ofideas. And the mid-term period is only hours away so pressure is high.After configuring Octave ( I configured it for debug with /path/to/octave/source/configure FFLAGS=-g CFLAGS=-g CXXFLAGS=-g --enable-bounds-check --prefix=/home/luigi/dbg-octave ), then making it. Everythinggoes as planned. Code seems to be working fine but, problem is that somehow OpenGL don't renderthe image on plot.I'm testing this code with following lines:graphics_toolkit("fltk");plot(1,1);title("Name","interpreter","latex");P.S: Sorry for changing indentation in txt_eng_ft.cc/.h . I'm using set of vim rulesto indent all files I'm changing, to obey GNU code styling rules.
[Prev in Thread] | Current Thread | [Next in Thread] |