Constantinos Koukos wrote:
>
> all goes fine but after installation nothing works.
In my reply to your bug tracker entry, I asked for a log of the
commands. Let me know what you type, and what you get in response that
lets you know that "nothing works". Don't paraphrase, just give me the
terminal log.
> Also check uninstall option in the generated Makefile
> at line 335 - 336. uninstall doesn't fully works.
> The directory : $(prefix)/include/mysql++
> can't be deleted because it is not empty so try the command
> rm -Rf instead of rmdir (line 335).
> or swap lines 335 - 336
Thanks for letting me know. This is a bug report that I can do
something about. :)
Unfortunately, our Makefiles are generated, and the way we generate it
doesn't allow us to swap those lines: one is our line, the other is
generated by the tool that creates the file, and we have no control over
the order. For now, I've just removed the rmdir call, so we'll leave
behind an empty directory, but at least it won't fail. The proper fix
will require a change in Bakefile.
> I insist that these bugs do exist despite the answer given on the bug
> tracker.
Okay, prove it. :) Your insistence isn't enough, we need either proof
we can believe in, or, better, a way to reproduce the problem on our
machines.