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 68965 - rep-gtk-gnome2 fails to configure
rep-gtk-gnome2 fails to configure
Status: RESOLVED FIXED
Product: Sawfish
Classification: Deprecated
Component: General
pre-1.3.x
Other Linux
: Normal normal
: 1.5.x
Assigned To: John Harper
John Harper
Depends on:
Blocks:
 
 
Reported: 2002-01-17 22:30 UTC by Chris Chabot
Modified: 2009-08-16 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Chabot 2002-01-17 22:30:30 UTC
(rep-gtk-gnome2-0.0.1                                                     
                              )

first off, the directory in the .tar.gz is rep-gtk and not
rep-gtk-gnome2-0.0.1 (as is standard?)

then it fails on:                                                         
                            

./configure: line 1133: syntax error near unexpected token
'PKG_CHECK_MODULES(GLIB,'                    
./configure: line 1133: `PKG_CHECK_MODULES(GLIB, glib-2.0 >= 1.3)'
Comment 1 Kyle Pope 2002-01-30 21:11:25 UTC
The configure script doesn't recognize PKG_CHECK_MODULES because
pkg.m4 hasn't been included in aclocal.m4 (this needs to be fixed in
the tarball).  To get rep-gtk to build, run

aclocal
autoconf

before configure, assuming that pkgconfig is already installed.