Ken Phillis wrote:
> i had the same issue with visual studio 2005, and i got a fix for it
> completed... try the patch i have attached and see if that helps, and
> tell me if it causes errors on upbox.cxx because that had to be modified
> to fix the compiler of mine... oh and also i fixed my previous error
> message i posted since now it works, with the patch here.

        Yes, patch worked; got past the Image errors, and compiled
        the main library OK with only one warning:


[..]
Compiling ShadowBox.cxx...
Compiling ShapedWindow.cxx...
ShapedWindow.cxx: In member function `virtual void fltk::ShapedWindow::draw()':
ShapedWindow.cxx:78: warning: unused variable 'mask'
[..]

        Another warning during the OpenGL section:

[..]
=== making OpenGL ===
Compiling Fl_Gl_Choice.cxx...
Compiling Fl_Gl_Overlay.cxx...
Compiling Fl_Gl_Window.cxx...
Compiling gl_draw.cxx...
gl_draw.cxx: In function `void fltk::glsetfont(fltk::Font*, float)':
gl_draw.cxx:111: warning: passing 'float' for converting 4 of 'GLboolean 
aglUseFont(__AGLContextRec*, GLint, Style, GLint, GLint, GLint, GLint)'
Compiling gl_start.cxx...
/usr/bin/ar cr ../lib/libfltk2_gl.a ...
[..]

        ..and finally failed during build of fluid:

=== making fluid ===
Compiling about_panel.cxx...
Compiling align_widget.cxx...
Compiling alignment_panel.cxx...
Compiling code.cxx...
Compiling CodeEditor.cxx...
Compiling coding_style.cxx...
Compiling coding_style_func.cxx...
Compiling Enumeration.cxx...
Compiling factory.cxx...
Compiling file.cxx...
Compiling fluid.cxx...
Compiling Fluid_Image.cxx...
Compiling fluid_img.cxx...
Compiling fluid_menus.cxx...
Widget_Types.h: In member function `virtual const Enumeration* 
ButtonType::subtypes() const':
Widget_Types.h:77: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make[1]: *** [fluid_menus.o] Error 1
make: *** [all] Error 2

        W00t, got a bus error out of the compiler..!

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

Reply via email to