WARNING: Failure to find: gui/Axes_2D.cpp

Bug #786936 reported by Johannes Ring
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
meshbuilder
Fix Committed
Undecided
Unassigned

Bug Description

There seems to be some missing files in lp:meshbuilder. When running qmake I get these warnings:

WARNING: Failure to find: gui/Axes_2D.cpp
WARNING: Failure to find: gui/Axes_2D.h

If I continue and run make I get this error:

g++ -c -pipe -Wall -I//include -g -O2 -Wall -frounding-math -fopenmp -DDOLFIN_VERSION="0.9.11" -DBOOST_UBLAS_NDEBUG -DHAS_TRILINOS -DHAS_SLEPC -DHAS_PETSC -DHAS_UMFPACK -DHAS_CHOLMOD -DHAS_SCOTCH -DHAS_PARMETIS -DHAS_CGAL -DHAS_ZLIB -DHAS_MPI -DMPICH_IGNORE_CXX_SEEK -DHAS_OPENMP -I/usr/lib/openmpi/include/openmpi -I/usr/lib/openmpi/include -I/usr/include/scotch -I/usr/include/suitesparse -I/usr/include/superlu -I/usr/include/spooles -I/usr/lib/openmpi/lib -I/usr/lib/petscdir/3.0.0/include -I/usr/lib/petscdir/3.0.0/linux-gnu-c-opt/include -I/usr/lib/slepcdir/3.0.0/include -I/usr/lib/slepcdir/3.0.0/linux-gnu-c-opt/include -I/usr/lib/slepcdir/3.0.0 -I/usr/include/trilinos -I/usr/include/libxml2 -g -w -D_REENTRANT -DLINUX -DQT_CLEAN_NAMESPACE -DMB_VERSION_MAJOR=0 -DMB_VERSION_MINOR=2 -DMB_VERSION_PATCH=0 -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/X11R6/include -Ibuild -Ibuild -o build/Viewer_2D.o gui/Viewer_2D.cpp
gui/Viewer_2D.cpp:6:25: error: gui/Axes_2D.h: No such file or directory
gui/Viewer_2D.cpp: In constructor ‘Viewer_2D::Viewer_2D(Context&, DolfinObject&, QWidget*)’:
gui/Viewer_2D.cpp:79: error: invalid use of incomplete type ‘struct Axes_2D’
./gui/Viewer_2D.h:17: error: forward declaration of ‘struct Axes_2D’
gui/Viewer_2D.cpp:80: error: invalid use of incomplete type ‘struct Axes_2D’
./gui/Viewer_2D.h:17: error: forward declaration of ‘struct Axes_2D’
gui/Viewer_2D.cpp:81: error: no matching function for call to ‘Scene_2D::addItem(Axes_2D*&)’
/usr/include/qt4/QtGui/qgraphicsscene.h:193: note: candidates are: void QGraphicsScene::addItem(QGraphicsItem*)
gui/Viewer_2D.cpp: In member function ‘void Viewer_2D::showAxesChanged(bool)’:
gui/Viewer_2D.cpp:160: error: invalid use of incomplete type ‘struct Axes_2D’
./gui/Viewer_2D.h:17: error: forward declaration of ‘struct Axes_2D’
make: *** [build/Viewer_2D.o] Error 1

Revision history for this message
Benjamin Kehlet (benjamik) wrote :

Should be fixed now.

Changed in meshbuilder:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.