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

[STR New]

Link: http://www.fltk.org/str.php?L2634
Version: 1.3-current


Hi, this is a major update to fl_help_view.cxx, see attached and post below
for header. You can also get the 2 files here
http://blitzmirror.ueuo.com/fl_help_view.zip

I have been working on this since July 2008 and have been meaning to
release it for the last 6 months but I got worn out by it so it got
delayed. I have been developing it through the BlitzMax language but I got
stuck trying to get it working with the fltk library again. I had problems
with the make in Linux on my Dell Inspiron 1525 laptop, fluid won't link.
I would be very grateful for a fix for this btw, see below for error. I
finally got it working on my Macbook recently, that is with
fl_help_dialog.cxx tested via test/help. I haven't tried Windows at all
because I'm still confused by the install methods, any help?

Also I found a bug in Mac (not sure if it happens in Linux/Windows) with
getcwd() is always 'Users/username' so I had to put the documentation
folder in Users to get test/help working.

I do intend to keep working on this project so feel free to post bug
reports here.

This is the fluid error on Linux...

mark@mark-laptop:~/fltk-1.3.x-r7677$ make
=== making jpeg ===
=== making png ===
=== making src ===
Compiling Fl_Help_View.cxx...
/usr/bin/ar cr ../lib/libfltk.a ...
=== making fluid ===
Linking fluid...
../lib/libfltk.a(Fl_Double_Window.o): In function
`Fl_Double_Window::resize(int, int, int, int)':
Fl_Double_Window.cxx:(.text+0x118): undefined reference to
`XdbeDeallocateBackBufferName'
../lib/libfltk.a(Fl_Double_Window.o): In function `can_xdbe()':
Fl_Double_Window.cxx:(.text+0x186): undefined reference to
`XdbeQueryExtension'
Fl_Double_Window.cxx:(.text+0x1bd): undefined reference to
`XdbeGetVisualInfo'
Fl_Double_Window.cxx:(.text+0x1fa): undefined reference to
`XdbeFreeVisualInfo'
../lib/libfltk.a(Fl_Double_Window.o): In function
`Fl_Double_Window::flush(int)':
Fl_Double_Window.cxx:(.text+0x346): undefined reference to
`XdbeAllocateBackBufferName'
Fl_Double_Window.cxx:(.text+0x432): undefined reference to
`XdbeSwapBuffers'
../lib/libfltk.a(Fl_visual.o): In function `test_visual(XVisualInfo&,
int)':
Fl_visual.cxx:(.text+0x7f): undefined reference to `XdbeQueryExtension'
Fl_visual.cxx:(.text+0xb6): undefined reference to `XdbeGetVisualInfo'
collect2: ld returned 1 exit status
make[1]: *** [fluid] Error 1
make: *** [all] Error 1


Link: http://www.fltk.org/str.php?L2634
Version: 1.3-current
Attachment: http://www.fltk.org/strfiles/2634/Fl_Help_View.cxx

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to