compile error

Dirk Hohndel dirk at hohndel.org
Fri Oct 4 11:00:39 UTC 2013


It seems that recent Makefile changes have created all kinds of compile
issues, depending on what the state of your directory was prior to
pulling.

What appears to work for most people is this:
find . -name ui_\*.h | xargs rm
make confclean clean
make

if you still see this error, let us know :-/

/D

On Fri, 2013-10-04 at 19:48 +0200, Cristian Ionescu-Idbohrn wrote:
> Seeing this:
> 
> ++ -Wall -g     -c -o qthelper.o qthelper.cpp
> In file included from qthelper.cpp:1:0:
> qthelper.h:4:21: fatal error: QMultiMap: No such file or directory
>  #include <QMultiMap>
>                      ^
> compilation terminated.
> 
> I could pick it up from (debian here):
> 
> libqt4-dev: /usr/include/qt4/QtCore/QMultiMap
> qtbase5-dev: /usr/include/qt5/QtCore/QMultiMap
> 
> Which one is the right one?
> 
> 
> Cheers,
> 




More information about the subsurface mailing list