Frederic-Emmanuel PICCA wrote:
> I can compile the xform frontend but not the qt on.
> 
> the error is:
> 
> *****************************************************************
>   g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -DQT_CLEAN_NAMESPACE
> -DQT_GENUINE_STR -DQT_NO_TRANSLATION -I../../../../src
> -I../../../../src/frontends -I../../../../src/frontends/qt2
> -I../../../../boost -I../../../../src/frontends/controllers -W -Wall
> -I/usr/X11R6/include -g -O -fno-exceptions -MT BiblioModuleBase.lo -MD
> -MP -MF .deps/BiblioModuleBase.Tpo -c BiblioModuleBase.C -o
> BiblioModuleBase.o
> In file included from BiblioModuleBase.C:10:
> BiblioModuleBase.h:13:22: qvariant.h: No such file or directory
> BiblioModuleBase.h:14:21: qwidget.h: No such file or directory
> *****************************************************************
> 
> but I have qvariant.h in /usr/include/qt3/qvariant.h.
> 
> Strange.

Not strange. You're not passing this location to the compiler.

./configure --with-frontend='xforms qt' --with-qt-includes=/usr/include/qt3

> Have a nice day.

You too.

-- 
Angus

Reply via email to