Angus Leeming <[EMAIL PROTECTED]> writes:

| I'm not going to touch this either, but note when compiling the 
| Qt frontend, I have the following entry when compiling code in 
| src/frontends/qt2
>
| -I../../../../src/frontends/qt2/qt2

Oh... that looks like a bug then.

| Note the extra "qt2". This occurs because FRONTEND_INCLUDES is 
| defined in configure.in as 
|     FRONTEND_INCLUDES="-I\${srcdir}/qt2 \$(QT_INCLUDES)"
| and is used in src/frontends/qt2/Makefile.am
| INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
|       $(SIGC_CFLAGS) -I$(top_srcdir)/images \
|       $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
|       -I$(top_srcdir)/src/frontends/controllers
>
| Note that the corresponding Makefile.am in frontends/xforms does 
| /not/ use FRONTEND_INCLUDES.

Perhaps it should? Or perhaps qt shouldn't either?

Actually I am opting for the latter... since it reduces complexity in
configure.

-- 
        Lgb

Reply via email to