[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FLTK refresh required
From: |
Ben Abbott |
Subject: |
Re: FLTK refresh required |
Date: |
Sat, 27 Jul 2013 19:22:26 -0400 |
On Jul 27, 2013, at 7:19 PM, Dmitri A. Sergatskov wrote:
> On Sat, Jul 27, 2013 at 5:59 PM, Ben Abbott <address@hidden> wrote:
> ed what is happening correctly, the attached will produce a figure with size
> 560x420 and an axes with size 434x342.3 pixels on both MacOSX and Linux.
>
> It would not compile....
>
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc
> -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric
> -I../liboctave/operators -I../liboctave/operators -I../liboctave/system
> -I../liboctave/util -I./octave-value -I./operators -Iparse-tree
> -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
> -I/usr/include/freetype2 -Wall -W -Wshadow -Wold-style-cast -Wformat
> -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread -MT
> dldfcn/dldfcn___init_fltk___la-__init_fltk__.lo -MD -MP -MF
> dldfcn/.deps/dldfcn___init_fltk___la-__init_fltk__.Tpo -c
> dldfcn/__init_fltk__.cc -fPIC -DPIC -o
> dldfcn/.libs/dldfcn___init_fltk___la-__init_fltk__.o
> dldfcn/__init_fltk__.cc: In constructor 'plot_window::plot_window(int, int,
> int, int, figure::properties&)':
> dldfcn/__init_fltk__.cc:691:48: error: 'menus_h' was not declared in this
> scope
> canvas = new OpenGL_fltk (0, 0, ww, hh + menus_h, number ());
> ^
> make[3]: *** [dldfcn/dldfcn___init_fltk___la-__init_fltk__.lo] Error 1
> make[3]: Leaving directory `/home/dima/src/octave/libinterp'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/dima/src/octave/libinterp'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dima/src/octave'
> make: *** [all] Error 2
>
> Perhaps I messed up something with all the patching/unpatching business, but
> the patch applied cleanly.
It was my mistake. "menus_h" should be "menu_h". Try the attached one.
Ben
bugs_39555_39577_v2.diff
Description: Binary data
- Re: FLTK refresh required, (continued)
- Re: FLTK refresh required, Michael Goffioul, 2013/07/26
- Re: FLTK refresh required, Ben Abbott, 2013/07/26
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/27
- Re: FLTK refresh required,
Ben Abbott <=
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/27
- Re: FLTK refresh required, Ben Abbott, 2013/07/31
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/31
- Re: FLTK refresh required, Ben Abbott, 2013/07/31
- Re: FLTK refresh required, Ben Abbott, 2013/07/31
- Re: FLTK refresh required, Dmitri A. Sergatskov, 2013/07/31
- Re: FLTK refresh required, Rik, 2013/07/28
- Re: FLTK refresh required, Ben Abbott, 2013/07/28
- Message not available
- Re: FLTK refresh required, Ben Abbott, 2013/07/27