Re: ./configure ignores --with-gtk option

> If I do
>   ./configure --with-gtk

The right way is to create a subdirectory gtk (or any other name)
then to go into this subdirectory and start "../configure --with-gtk"

> on the freshly unpacked 5.1 tarball,
> I first get the strange message:
>   ...
>   Amaya need Motif 1.2 or 2.0
>   Now start "make all" (GNU make preferably) to build the bianries

I agree it's confusing, I'll check. But normally it should generate the
right compiling options in the file Options.orig:
THOT_OPTIONS=-D_GTK
AMAYA_OPTIONS=  -D_GTK

If GTK libraries are well installed, "configure" should find out "gtk-config"
that generates the right values for
GTK_INCLUDES=
GTK_LIBRARIES= 

> 
> then when issuing 'make' I get
>   ../thotlib/include/thot_gui.h:128: Xm/MwmUtil.h: No such file or directory
>   ...
> 
> so, basically, the '--with-gtk' option has been ignored.
> 
> Please CC me any answer.
> 
> Regards,
> Hubert Tonneau
> 
> 
> 

Received on Friday, 17 August 2001 04:23:55 UTC