octave-maintainers
[Top][All Lists]
Advanced

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

Re: GSoC - Update [Monday 29. 07] - Latex markup


From: Michael Goffioul
Subject: Re: GSoC - Update [Monday 29. 07] - Latex markup
Date: Mon, 29 Jul 2013 09:39:48 -0400

On Mon, Jul 29, 2013 at 9:32 AM, Michael Goffioul <address@hidden> wrote:
On Mon, Jul 29, 2013 at 7:53 AM, Andrej Lojdl <address@hidden> wrote:
Thanks to QtCreator I managed to attach to running Octave and debug it. There were lot 
more problems then I expected. Thanks to fast responses, on maintainers list, I've quickly 
got around it. 

Now to me it seems that everything is okay, but it's not. If you could take a look and
propose where the problems can be that would be great. Because I personally run out of 
ideas. 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. Everything
goes as planned. Code seems to be working fine but, problem is that somehow OpenGL don't render
the 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 rules
        to indent all files I'm changing, to obey GNU code styling rules.

Your patch does not apply cleanly, neither on current tip (which is normal), nor on dc76e3909d36, which is the changeset your patch is based on (btw, you should keep your repo more up to date, dc76e3909d36 is from mid June...).

It looks like some (long) lines of your patch are truncated. By any chance, did you do a copy-n-paste to create the attached patch? Lines are truncated a 80 characters, which cannot be a coincidence...

Michael.


reply via email to

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