EXT: Re: Build problems on Windows - openssl3.07
Martin Burnicki
martin.burnicki at meinberg.de
Tue Feb 7 13:35:58 UTC 2023
Hi Madhusudan,
Samantray Bhuyan, Madhusudan (GE Digital) wrote:
> Hi Martin
>
> Thanks a lot.
>
> That was exactly my scenario.
>
> Even deleting the *.obj files was not helping . Deleting the folder and cloning again worked .
Glad to hear this, and thanks for the feedback.
I think a big problem today is that developers tend to put object files
and other stuff that is generated during build into .gitignore files,
just to avoid that these files are unintentionally added to the next commit.
However, doing so makes these files invisible to git, but they may still
be there if "make clean" doesn't clean properly, and then they may
unexpectedly affect subsequent builds.
In the projects I'm maintaining, the .gitignore file is mostly empty, so
that the repo looks like freshly cloned after I've run "git clean -fd".
This pretty much avoids problems like what you have observed.
Martin
--
Martin Burnicki
Senior Software Engineer
MEINBERG Funkuhren GmbH & Co. KG
Email: martin.burnicki at meinberg.de
Phone: +49 5281 9309-414
Linkedin: https://www.linkedin.com/in/martinburnicki/
Lange Wand 9, 31812 Bad Pyrmont, Germany
Amtsgericht Hannover 17HRA 100322
Geschäftsführer/Managing Directors: Günter Meinberg, Werner Meinberg,
Andre Hartmann, Heiko Gerstung
Websites: https://www.meinberg.de https://www.meinbergglobal.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20230207/d7eaee54/attachment.sig>
More information about the openssl-users
mailing list