From: Bruce S. <bas...@nc...> - 2010-10-19 20:33:28
|
The error messages indicate that despite your attempts to install all the required dependencies, they seem not to be present. In particular, gtkmm seems not to be installed. Presumably you've seen the discussion of requirements in the file INSTALL.text? Bruce Sherwood On Tue, Oct 19, 2010 at 10:03 AM, Baker D.J. <D.J...@so...> wrote: > 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' > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |