After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 162932 - intltool-extract.in: No such file or directory
intltool-extract.in: No such file or directory
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks:
 
 
Reported: 2005-01-04 17:52 UTC by cezar
Modified: 2005-01-05 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cezar 2005-01-04 17:52:55 UTC
I am using Gentoo, kernel 2.6.9

I've installed some of the libs by hand with make make install, and the rest
were allready installed (or in ports).

but now,

./configure gives me this:

checking for bakery-2.4 >= 2.3.9 libgdamm-2.0 >= 1.3.4 libgnome-2.0 >= 2.6.0
gthread-2.0... Package bakery-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bakery-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bakery-2.4' found

configure: error: Library requirements (bakery-2.4 >= 2.3.9 libgdamm-2.0 >=
1.3.4 libgnome-2.0 >= 2.6.0 gthread-2.0) not met; consider adjusting the
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
prefix so pkg-config can find them.

then I do a: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

and after antother ./configure I get:

config.status: executing intltool commands
./config.status: line 1307: ./intltool-extract.in: No such file or directory
Comment 1 Murray Cumming 2005-01-04 21:20:56 UTC
What exactly did you install by hand?
 
Do you have intltool installed?
Comment 2 cezar 2005-01-04 21:30:29 UTC
yes, I do have it installed
Comment 3 Murray Cumming 2005-01-05 10:16:17 UTC
I made this change in cvs. Hopefully it's this simple:

2005-01-05  Murray Cumming  <murrayc@murrayc.com>

        * Makefile.am: Add intltool-extract.in, intltool-merge.in,
        intltool-update.in to EXTRA_DIST, possibly fixing the build on some
        platforms. Bug #162932.

Please reopen this bug if you still have the problem with 0.8.11, which I will
release in the next few days. Thanks.