GNOME Bugzilla – Bug 330336
error at 'opal' configure stage when building ekiga
Last modified: 2006-02-21 22:38:04 UTC
Please describe the problem: Can't build ekiga module. It depends on pwlib and opal. If I install pwlib from bootstrap category opal configure stage can't find it. Must mention that I am using: 'export BUILD_CLEAN = true' in gar.conf.mk to save some space. However, configure stage should find pwlib at $main_prefix that is /opt/gnome-2.14 in my case. Output is: checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for /home/slobo/work/garnome-daily/bootstrap/opal/../pwlib/work/main.d/pwlib-1.9.2/version.h... no checking for /home/slobo/work/garnome-daily/bootstrap/opal/work/main.d/opal-2.1.2/../pwlib/version.h... no checking for /home/slobo/pwlib/include/ptlib.h... no checking for /usr/local/include/ptlib.h... no checking for /usr/include/ptlib.h... no Cannot find pwlib - please install or set PWLIBDIR and try again [configure] complete for opal. ==> Running make in work/main.d/opal-2.1.2 make[1]: Entering directory `/home/slobo/work/garnome-daily/bootstrap/opal/work/main.d/opal-2.1.2' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/home/slobo/work/garnome-daily/bootstrap/opal/work/main.d/opal-2.1.2' make: *** [build-work/main.d/opal-2.1.2/Makefile] Error 2 Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Sounds like you have set export BUILD_CLEAN = true in the gar.conf.mk file. Comment out this line and try again. -Joseph
Fixed in cvs.