[ wxwindows-Patches-1523885 ] top_builddir problem in configure.in
and makefiles.in
SourceForge.net
noreply at sourceforge.net
Mon Jul 17 07:40:28 PDT 2006
Patches item #1523885, was opened at 2006-07-17 16:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1523885&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- unix
Group: bug fix
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin 'Trin' Kudlvasr (mkudlvasr)
Assigned to: Nobody/Anonymous (nobody)
Summary: top_builddir problem in configure.in and makefiles.in
Initial Comment:
There are many places in configure.in and makefiles.in,
where $(top_builddir) is being used. This variable
should always contain relative path to the root build
dir (where configure lies).
On some places it is used as $(top_builddir)/something.
This is correct. But these are also places with
$(top_builddir).lib/something or
$(top_builddir)something. This make many problems like
CFLAGS='-I.libs/something'
apparently '.libs' dir does not exist.
Note: The makefiles and configure would have been ok,
if top_builddir variable ended with a slash. Too bad,
it doesn't.
Large patch file is attached.
I've written a sed/bash script that repairs these
places. Contact me if you want it.
Happy hacking
Martin 'Trin' Kudlvasr
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1523885&group_id=9863
More information about the wx-dev
mailing list