|
From: Baker D.J. <D.J...@so...> - 2010-10-19 16:03:53
|
Hello,
I'm just starting to compile visual v5.32 on an AMD box running Linux (RHELS 5.2). I've installed all the requirements, and have just started to compile visual. I don't get very far -- only to the compile of render_manager.cpp -- please see the errors and warning below. My environment is quite complex, however I have installed boost 1.35.0 and the appropriate threadpool. Does anyone please have any ideas why this this compilation is failing?
Best -- Davis.
../include/gtk2/render_surface.hpp:13:34: warning: gtkmm/gl/drawingarea.h: No such file or directory
../include/gtk2/render_surface.hpp:15:24: warning: gtkmm/main.h: No such file or directory
../include/gtk2/render_surface.hpp:16:26: warning: gtkmm/window.h: No such file or directory
../include/gtk2/render_surface.hpp:17:25: warning: gtkmm/image.h: No such file or directory
../include/gtk2/render_surface.hpp:18:27: warning: gtkmm/toolbar.h: No such file or directory
../include/gtk2/render_surface.hpp:19:23: warning: gtkmm/box.h: No such file or directory
In file included from ./core/util/render_manager.cpp:2:
../include/gtk2/display.hpp:23:28: warning: libglademm/xml.h: No such file or directory
./core/util/render_manager.cpp:61:23: warning: no newline at end of file
../include/gtk2/render_surface.hpp:23: error: 'Gtk' has not been declared
../include/gtk2/render_surface.hpp:23: error: expected `{' before 'DrawingArea'
../include/gtk2/render_surface.hpp:23: error: invalid function declaration
../include/gtk2/display.hpp:29: error: 'sigc' has not been declared
../include/gtk2/display.hpp:29: error: expected `{' before 'trackable'
../include/gtk2/display.hpp:29: error: invalid function declaration
../include/gtk2/display.hpp:71: error: 'sigc' has not been declared
../include/gtk2/display.hpp:71: error: expected `{' before 'trackable'
../include/gtk2/display.hpp:71: error: invalid function declaration
./core/util/render_manager.cpp: In static member function 'static double cvisual::render_manager::paint_displays(const std::vector<cvisual::display*, std::all
ocator<cvisual::display*> >&, bool)':
./core/util/render_manager.cpp:21: error: invalid use of undefined type 'class cvisual::display'
../include/util/render_manager.hpp:14: error: forward declaration of 'class cvisual::display'
./core/util/render_manager.cpp:26: error: invalid use of undefined type 'class cvisual::display'
../include/util/render_manager.hpp:14: error: forward declaration of 'class cvisual::display'
./core/util/render_manager.cpp:37: error: incomplete type 'cvisual::display' used in nested name specifier
./core/util/render_manager.cpp:39: error: invalid use of undefined type 'class cvisual::display'
../include/util/render_manager.hpp:14: error: forward declaration of 'class cvisual::display'
|