View previous topic :: View next topic |
Author |
Message |
Kwez
Joined: 03 Oct 2006 Posts: 12
|
Posted: Tue Oct 31, 2006 11:32 am Post subject: where to get this lib ? |
|
|
hi
how/where do I get the library ?
I just read the post about fltk2,
I would be very interested in this,
? how useable is fltk2 with D ?
thx
Philippe |
|
Back to top |
|
|
Kwez
Joined: 03 Oct 2006 Posts: 12
|
Posted: Wed Nov 01, 2006 11:49 am Post subject: |
|
|
ok, sorry, I was getting an empty page from the 'Projects' link ...
checking it out now
thx |
|
Back to top |
|
|
Gregor
Joined: 05 May 2006 Posts: 72 Location: Portland, OR
|
Posted: Fri Nov 03, 2006 11:54 am Post subject: |
|
|
The binding to FLTK2 is in Subversion, in bindings/bcd/fltk2. If you have any issues, post again - it may need to be updated again (which is luckily quite easy to do ) |
|
Back to top |
|
|
Kwez
Joined: 03 Oct 2006 Posts: 12
|
Posted: Mon Nov 06, 2006 5:51 pm Post subject: |
|
|
Gregor wrote: | The binding to FLTK2 is in Subversion, in bindings/bcd/fltk2. If you have any issues, post again - it may need to be updated again (which is luckily quite easy to do ) |
yeah, I get errors when trying to build the fltk2 example.
I was unable to build bcdgen,
when building gcc_xml, I get a bunch of errors in the 'cmake files'
about the INSTALL command (!!??)
here are the errors I get w. the current svn bindings for fltk2
(I have fltk2 svn rev 4886)
bcd/fltk2/Box.cc: In function `int _BCD__ZN4fltk6box_dhEPKNS_8FrameBoxE(const fltk::FrameBox*)':
bcd/fltk2/Box.cc:212: error: `box_dh' is not a member of `fltk'
bcd/fltk2/Box.cc: In function `int _BCD__ZN4fltk6box_dwEPKNS_8FrameBoxE(const fltk::FrameBox*)':
bcd/fltk2/Box.cc:215: error: `box_dw' is not a member of `fltk'
bcd/fltk2/Box.cc: In function `int _BCD__ZN4fltk6box_dyEPKNS_8FrameBoxE(const fltk::FrameBox*)':
bcd/fltk2/Box.cc:218: error: `box_dy' is not a member of `fltk'
bcd/fltk2/Box.cc: In function `int _BCD__ZN4fltk6box_dxEPKNS_8FrameBoxE(const fltk::FrameBox*)':
bcd/fltk2/Box.cc:221: error: `box_dx' is not a member of `fltk'
thx |
|
Back to top |
|
|
|