octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BlockArray.cpp:27:18: fatal error: QtCore: No such file or directory


From: Michael Goffioul
Subject: Re: BlockArray.cpp:27:18: fatal error: QtCore: No such file or directory
Date: Thu, 30 Aug 2012 18:27:33 +0100

On Thu, Aug 30, 2012 at 6:01 PM, CdeMills <address@hidden> wrote:

Michael Goffioul wrote
>
>
> Can you post the compilation command that is executing? (with full option
> flags).
>
> Michael.
>

/opt/local/bin/g++-mp-4.7 -DHAVE_CONFIG_H -I. -I../.. -I -I/QtCore -I/QtGui

There's definitely something wrong here. See the flags "-I/QtCore", it should be -I<QT_INCDIR>/QtCore with QT_INCDIR being retrieved from "qmake -query" (or qmake-qt4 -query). So basically your problem is the QT_INCDIR is empty.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]