Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-04-02 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Switching to using a "knwn good" fluid (the one from my fltk-1.3 build in
this case) I now build 68 out of 70 exe's.

The hold-out (i.e. still broken) are:

- table.cxx

Compiling table.cxx...
In file included from ../include/FL/Fl_Table.H:46,
 from ../include/FL/Fl_Table_Row.H:36,
 from table.cxx:18:
../include/FL/Fl_Scroll.H: In member function `Fl_Scrollbar*
Fl_Scroll::vertical_scrollbar()':
../include/FL/Fl_Scroll.H:101: error: expected primary-expression before
'*' token
../include/FL/Fl_Scroll.H:104: error: expected primary-expression before
'*' token
../include/FL/Fl_Scroll.H:104: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:106: error: non-lvalue in assignment
../include/FL/Fl_Scroll.H:107: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:108: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:110: error: invalid conversion from `int' to
`Fl_Scrollbar*'
../include/FL/Fl_Scroll.H: In member function `Fl_Scrollbar*
Fl_Scroll::horizontal_scrollbar()':
../include/FL/Fl_Scroll.H:114: error: expected primary-expression before
'*' token
../include/FL/Fl_Scroll.H:117: error: expected primary-expression before
'*' token
../include/FL/Fl_Scroll.H:117: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:119: error: non-lvalue in assignment
../include/FL/Fl_Scroll.H:120: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:121: error: base operand of `->' is not a
pointer
../include/FL/Fl_Scroll.H:123: error: invalid conversion from `int' to
`Fl_Scrollbar*'
make: *** [table.o] Error 1


And

- shapedwindow (which is never going to work under fltk1 so is "missing"
from the test1 folder anyway.)

So, if we can sort out what's wrong with table.cxx we are nearly there.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-04-02 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Yup, probably...

If we use the "wrong" fluid (i.e. the fltk3 fluid) then, with the current
build (r9315) we get 58 out of 70 exe's built.

Almost all the failures (11 out of 12 I think, counting by hand) are
fluid-related, so if we use a "working" fluid we will be almost home and
dry... at least so far as building the code goes.

Though, that said, there are actually a few "funnies" at runtime, where
things are not quite right - but we can fix that once the builds are
working.
Switching to a "good" fluid would be a big help in that case.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-04-02 Thread Manolo Gouy

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


All fluid-associated errors disappear if the fluid
program from the fluid1 directory (that is, FLTK 1.3 fluid compiled
using 1.3 compatibility) is used to compile keyboard, mandelbrot,
CubeView. Shouldn't this fluid version be used to test 1.3 
compatibility? Does it make sense to use the 3.0 fluid for this purpose?


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-04-01 Thread Manolo Gouy

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


I believe r.9314 should allow some more demos to compile & run.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-03-29 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Attached file "build-log"...


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

build-log
Description: Binary data
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-03-29 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Helps a bit - at least on WInXP i'm now building 54 targets.

We're getting there!

Log of the current errors attached, in case anyone has time to take a
peak!
Cheers...


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-03-28 Thread Manolo Gouy

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


I believe r.9310 will fix the problems with class Fl_Bitmap.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-03-23 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Note: log gathered on a Msys/mingw build on WinXP, for reference. I imagine
that the results will be broadly similar on other hosts, but have not (yet)
checked.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] [LOW] STR #2814: Status of fltk-1.3 compatability (as at r9297)

2012-03-23 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2814
Version: 3.0


Attached is a build log showing the things that are not currently building
in the fltk-1.3 compatability mode. 
Obtained from building in the "test1" folder.

At this point, 50 out of 70 executables build.

Of the 20 that fail, 11 do so because fluid is almost, but not quite,
generating the correct output when fed a fltk-1 fluid file.

The others fail due to issues with Fl_Bitmap, Fl_Image, Fl_Pixmap etc.,
for the most part, though there are a few other issues too.

See build.log (attached) for details.


Link: http://www.fltk.org/str.php?L2814
Version: 3.0

build.log
Description: Binary data
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs