bud problems
Bill Baxter
dnewsgroup at billbaxter.com
Wed Nov 8 18:24:24 PST 2006
Chris Nicholson-Sauls wrote:
> Bill Baxter wrote:
>> I seem to have to delete all my object files before running bud if I
>> want to not get link errors and not have spurious crashes in the exe.
>> This project has 11 files or so in two directories. Linker errors
>> seem to mostly be from template stuff.
>>
>> Am I using bud incorrectly?
>>
>
> You aren't using it incorrectly so far as I can immediately see, and I'm
> also not sure what's causing your problem. However, that said, if
> simply deleting the object files is enough to work around it, add the
> "-cleanup" switch to your BRF file to cause 'bud' to delete them
> automatically at the end of its run. This should at least get you
> working again until someone with more of a clue can figure out what's
> gone wrong. :)
>
> -- Chris Nicholson-Sauls
Ah, ok. Thanks -cleanup is indeed better than "del *.obj *\*.obj &&
bud @example1".
It doesn't take that long to rebuild everything anyway.
--bb
More information about the Digitalmars-d-learn
mailing list