From: Florian K. <flo...@ca...> - 2010-01-12 14:50:38
|
Hi! For a software project I need to manually compile the Mesa Widget Library using the compile switch --enable-motif. The configuration script stops looking for the Motif headers, right after checking for existence of Xm/PrimitiveP.h, although this file is correctly located in /usr/include/Xm. I tried a whole bunch of other configuration options, specifying the X-includes or modifying the CPPFLAGS and other environmental variables, but without luck. Since I am a developer I also looked into the configure.ac file but didn't find any problems related to the --enable-motif flag. So I assume that the configure script looks for the desired file in an other folder. Does anybody know what exactly is failing here? I am using Ubuntu 9.10 Karmic, 32bit, gcc 4.3.x and a recent autoconf/automake. Regards, F. Kamm P.S. Any comments are highly appreciated... |