Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name a type

2011-01-19 Thread Albrecht Schlosser
On 19.01.2011 00:04, Domingo Alvarez Duarte wrote: With the latest svn update there is a problem with this new macro FL_INTERNALS I think. When compiling fluid there is a problem: Compiling CodeEditor.cxx... In file included from ../FL/fl_draw.H:39:0, from ../FL/Fl_Text_Display.H:36, from

Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name a type

2011-01-19 Thread MacArthur, Ian (SELEX GALILEO, UK)
When compiling fluid there is a problem: Compiling CodeEditor.cxx... In file included from ../FL/fl_draw.H:39:0, from ../FL/Fl_Text_Display.H:36, from ../FL/Fl_Text_Editor.H:37, from CodeEditor.h:41, from CodeEditor.cxx:36: ../FL/Fl_Device.H:331:3: error: 'XPoint' does not name

Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name a type

2011-01-19 Thread Domingo Alvarez Duarte
After your questions I've created a fresh fltk copy and compiled and it work's fine, I'm looking at my old copy to see what I've messed. Thanks for your questions ! ___ fltk-dev mailing list fltk-dev@easysw.com

Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name a type

2011-01-19 Thread Domingo Alvarez Duarte
I've found the problem, I did modified Fl_Graphics_Driver to use member variables instead of static variables for all matrix manipulation and for that I need the declaration of XPOINT to be visible, this modifi8action was needed to implement Fl_PDF_Driver, because I need to switch betwen

Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name a type

2011-01-19 Thread Domingo Alvarez Duarte
Here is my diff for fl_draw.h using Fl_Graphics_Driver member methods instead of using static variables. fl_draw-without-static-variables.diff Description: Binary data ___ fltk-dev mailing list fltk-dev@easysw.com

Re: [fltk.development] Latest FLTK 1.3 svn doesn't compile fluid XPoint doesn't name atype

2011-01-19 Thread Albrecht Schlosser
Replying to 2 messages at once: On 19.01.2011 13:01, Domingo Alvarez Duarte wrote: I've found the problem, I did modified Fl_Graphics_Driver to use member variables instead of static variables for all matrix manipulation and for that I need the declaration of XPOINT to be visible, this

Re: [fltk.development] FLTK 1.3.0 RC 3 released!

2011-01-19 Thread Evan Laforge
I think when the release goes out there should be a warning about Fl_Text_Display slowness. After all, it means that any app that uses it for more than 50 lines or so is effectively no longer portable to OS X (yes, it really is that slow... it wedges for about 5s to sequentially add 50 lines, and

Re: [fltk.development] FLTK 1.3.0 RC 3 released!

2011-01-19 Thread Greg Ercolano
Evan Laforge wrote: I thought I made a STR for these things, but I don't see it anymore. Should I add one? Or one STR for each issue? Just regarding this: I went to http://fltk.org/str.php and searched for elaforge and found only these items: Id PriorityStatus

[fltk.development] When trying compile fltk with vc++ 2008 express

2011-01-19 Thread Domingo Alvarez Duarte
REsearching the exception problem I'm facing wint win32 I decided to test with vc++ 2008 express and for my surprise I'm getting the following errors on a fresh svn checkout. g:\tmp\c\fltk-svn-raw\fl\win32.H(106) : error C4430: missing type specifier - int assumed. Note: C++ does not

Re: [fltk.development] When trying compile fltk with vc++ 2008 express

2011-01-19 Thread Domingo Alvarez Duarte
It seems that the supplied ide/projects aren't updated to include FL_INTERNAL of FL_LIBRARY, because defining one of then make it works. ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] When trying compile fltk with vc++ 2008 express

2011-01-19 Thread Domingo Alvarez Duarte
Casually on executing test/pixmap_browser I discover that when pressing load button and canceling the application segfault. ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

[fltk.development] Still researching exception problem and found that fltk doesn't compile on andlinux

2011-01-19 Thread Domingo Alvarez Duarte
In my research for the exception problem I compiled a test program with vc++ 2008 express and it works as expected, the same program doesn't work as expected when compiled with mingw, so i'm trying it with andLinux and the same fresh fltk svn doesn't compile on it: Compiling Fl.cxx...

Re: [fltk.development] FLTK 1.3.0 RC 3 released!

2011-01-19 Thread Evan Laforge
On Wed, Jan 19, 2011 at 9:59 AM, Greg Ercolano e...@seriss.com wrote: Evan Laforge wrote: I thought I made a STR for these things, but I don't see it anymore. Should I add one?  Or one STR for each issue?        Just regarding this: I went to http://fltk.org/str.php and searched        for

Re: [fltk.development] When trying compile fltk with vc++ 2008 express

2011-01-19 Thread Albrecht Schlosser
On 19.01.2011 22:33, Domingo Alvarez Duarte wrote: It seems that the supplied ide/projects aren't updated to include FL_INTERNAL of FL_LIBRARY, because defining one of then make it works. Thanks, I thought that they had it already (grep found some hits), but I didn't verify. I'm going to

Re: [fltk.development] Still researching exception problem and found that fltk doesn't compile on andlinux

2011-01-19 Thread Domingo Alvarez Duarte
After editing the bad generated config.h on andLinux the same exception test program used with vc++ 2008 express and mingw was compiled and excuted and worked as expected so the problem is with the mingw compiler. ___ fltk-dev mailing list

Re: [fltk.development] FLTK 1.3.0 RC 3 released!

2011-01-19 Thread Greg Ercolano
Evan Laforge wrote: Hm, maybe I didn't add a STR back then after all. Ok, I'm going to add STRs for slowness, incorrect wrapping, and text wobble, along with an example program that demonstrates it. I'll add them for 1.3, since they are after all serious bugs, but if consensus is push them

Re: [fltk.development] When trying compile fltk with vc++ 2008 express

2011-01-19 Thread Albrecht Schlosser
On 19.01.2011 22:33, Domingo Alvarez Duarte wrote: It seems that the supplied ide/projects aren't updated to include FL_INTERNAL of FL_LIBRARY, because defining one of then make it works. This should be solved now in svn r 8293, although there are still some problems with generation of .cxx and