Re: uSTL config.h clash
John Dallaway <[email protected]>
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Uwe John Dallaway wrote: > I think the correct long-term approach for eCos is to move the header > files (other than ustl.h) into include/ustl/ and to modify the source > code accordingly. This will involve changes to many files but the > changes are trivial and can be applied using a simple substitution so > this should not impact future code imports much. If you agree with this > approach, I will make the changes. Done. I did not need to change many files after all. I simply added the new include/ustl/ directory to the compiler's list of header file directories via CYGPKG_USTL_CFLAGS_ADD. In fact, ustl.h is now closer to the upstream version. John Dallaway