On Tue, Sep 20, 2011 at 10:43 AM, David Lonie <[email protected]> wrote: > Hi Anthony, > > Run "make VERBOSE=1", and look at the gcc/g++ commands that are being > executed to see what include dirs ("-I/include/path) are being > searched. > > HTH, > Dave > > On Sun, Sep 18, 2011 at 12:54 PM, Anthony J. Bentley > <[email protected]> wrote: >> Hi, >> >> I am attempting to build Avogadro on OpenBSD 5.0. During the compile, >> I get this error: >> >> In file included from /usr/local/include/X11/qt4/QtOpenGL/QGLWidget:1, >> from >> /usr/ports/pobj/avogadro-1.0.3/avogadro-1.0.3/libavogadro/src/glwidget.h:35, >> from >> /usr/ports/pobj/avogadro-1.0.3/avogadro-1.0.3/libavogadro/src/camera.cpp:26: >> /usr/local/include/X11/qt4/QtOpenGL/qgl.h:77:20: error: GL/gl.h: No >> such file or directory >> /usr/local/include/X11/qt4/QtOpenGL/qgl.h:79:23: error: GL/glu.h: No >> such file or directory >> >> It looks like it is not finding the GL headers, which are located at >> /usr/X11R6/include/GL/gl.h and /usr/X11R6/include/GL/glu.h.
I suspect we missed a call to include_directories somewhere, I will take a look. Marcus ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Avogadro-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avogadro-devel
