Hi,
Sorry about that. Looks like I did not test the case of a user supplied
dmake executable well enough (I probably had a dmake in my search path
that was found when all else failed.)
I added another patch to issue 118604 that fixes this. I just became
committer (yay) but I am still sorting out the technical details of how
to actually commit code. So for the time being I still have to ask for
somebody else to do that.
Regards,
Andre
On 23.11.2011 00:09, Ariel Constenla-Haile wrote:
Hi all,
On Fri, Nov 18, 2011 at 03:42:58PM +0100, Andre Fischer wrote:
2. Executable in a non-standard location. Use the
--with-dmake-path=<path-to-executable> option to specify its
location.
I couldn't make this work (tested on Fedora and Win/cygwin).
I tried
--with-dmake-path=/home/ariel/src/devel/dmake/INST/bin
--with-dmake-path=/home/ariel/src/devel/dmake/INST/bin/dmake
--with-dmake-path=/home/ariel/src/devel/dmake/INST/bin/
etc.
and I get always
checking for dmake... checking for dmake... no
checking for dmake... (cached) no
configure: no system or user-provided dmake found
configure: WARNING: no URL for dmake source code specified, either.
configure: WARNING: dmake will be built from internal sources but these
will be removed in the future"
configure: error: please use --with-dmake-path or --with-dmake-url to
specify dmake executable or source
I gave up and placed dmake in ~/bin
Any idea how to make it work?
Regards