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 158322 - Does not build out of source directory
Does not build out of source directory
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Noah Levitt
Noah Levitt
Depends on:
Blocks:
 
 
Reported: 2004-11-15 01:23 UTC by Marco Pesenti Gritti
Modified: 2005-07-25 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch fixes some marshalling code generation when srcdir != builddir (2.00 KB, patch)
2005-07-22 19:46 UTC, Tommi Vainikainen
none Details | Review

Description Marco Pesenti Gritti 2004-11-15 01:23:24 UTC
When I try to build gucharmap outside his source directory, the build fails.

checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.59
checking for automake >= 1.7...
  testing automake-1.7... found 1.7.9
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`../../sources/gucharmap/autogen.sh' command line.

Running ./configure --enable-maintainer-mode ...
../../sources/gucharmap/autogen.sh: line 385: ./configure: No such file or directory
Comment 1 Tommi Vainikainen 2005-07-22 19:46:26 UTC
Created attachment 49594 [details] [review]
This patch fixes some marshalling code generation when srcdir != builddir

Here is a fix, HTH (and works for others too).
Comment 2 Noah Levitt 2005-07-22 19:59:35 UTC
Excellent, please commit.
Comment 3 Tommi Vainikainen 2005-07-25 14:13:38 UTC
Committed, but Bugzilla does not allow me to close this bug.