Hi John,

as I'm working with the build system, I've noticed one small thing.
The distclean target does not remove the contrib/fbmerge/Makefile
properly.

The problem is with missing newline before distclean rule, but I would
recommend using distclean-local target, which is the correct automake
way to tap into distclean target. The appropriate diff is attached.
Sine it comes from git-diff, use
  patch -p1 < Makefile.am.patch
to apply.

Petr

On 13 April 2012 01:36, K. John Wu <[email protected]> wrote:
> Hi, Petr,
>
> Thanks for spotting this problem.  I will add fastbit-config.h to the
> list file to be installed.
>
> The people who has to define WITHOUT_FASTBIT_CONFIG_H would be most
> likely those not on a unix system, i.e., without autoconf or automake.
>  Based on this assumption, I can simply add the files to the list be
> to handled through automake.  There seems to be no need for
> conditional handling of this file.  Let me know if you have a case
> where the conditional handling is necessary.
>
> Thanks again.
>
> John
>
>
> On 4/12/12 11:52 AM, Petr Velan wrote:
>> Hi John,
>>
>> I've just downloaded, compiled and packaged latest revision of the
>> FastBit library. Everything was OK, but now when I try to use it,
>> const.h tries to include fastbit-config.h, which is not installed.
>> I've noticed that there is WITHOUT_FASTBIT_CONFIG_H macro that would
>> probably solve this, but I expect that the fastbit-config.h header
>> should be conditionally (based on the WITHOUT_FASTBIT_CONFIG_H)
>> distributed amongst other installed headers.
>>
>> Petr

Attachment: Makefile.am.patch
Description: Binary data

_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to