Search found 22 matches

by zzattack
Tue Nov 14, 2023 11:01 am
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 40432

Re: Building Large 64bit DEBUG Exes with Split DWARF option

From GetIt, 11.3. Could have to do with our local changes to the .targets file (for customized eurekalog postprocessing step and TC_DisableProgress for reduced logspam).
by zzattack
Tue Nov 14, 2023 9:13 am
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 40432

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Hi Jon,
Did this make it to an updated build yet?
by zzattack
Thu Jan 13, 2022 9:32 am
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 51359

Re: TwineCompile with MSbuild, but not with IDE

This no longer appears to work with the TcTargets110.targets file. Do we have to change something?
by zzattack
Thu Dec 16, 2021 8:54 am
Forum: General
Topic: Eureka log link issue
Replies: 13
Views: 60522

Re: Eureka log link issue

Makes sense.

I'm attaching my modified targets file for Alexandria, perhaps it's useful to someone.
by zzattack
Thu Dec 02, 2021 4:03 am
Forum: General
Topic: Eureka log link issue
Replies: 13
Views: 60522

Re: Eureka log link issue

Thanks, that is helpful. What is the difference between _PerformLink and TCPostLink? Is the former some internal method suitable only for 64-bit builds? A slightl refinement in the <Exec> block allows the EurekaLog postprocessor only to be invoked when the EUREKALOG preprocessor symbol is defined. A...
by zzattack
Wed Dec 01, 2021 4:39 pm
Forum: General
Topic: Eureka log link issue
Replies: 13
Views: 60522

Re: Eureka log link issue

Hi Jon,
Would this work for 64-bit builds too?
by zzattack
Tue Sep 21, 2021 3:22 am
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 91960

Re: TwineCompile not available on GetIt, RAD studio 11

Any updates on this? In the meantime, can the Sydney version be installed (outside of GetIt)?
by zzattack
Tue Sep 07, 2021 6:10 am
Forum: General
Topic: Compiler error grouping (suggestion)
Replies: 1
Views: 4780

Compiler error grouping (suggestion)

When using the CLANG compiler, errors are often emitted with references to multiple (chained) locations in source code. When making a project with the IDE's own compiler, these grouped errors are initially presented with only the top-level visible, and more details can be obtained by expanding the e...
by zzattack
Tue Aug 31, 2021 3:57 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 10960

Re: Build process starts out with just 1 unit

Hi Jon,
Thanks for that. I've done a bunch of builds with it, and I believe this works as expected. Each project now starts with multiple compiler invocations right away. I hope this will make it into an official update :)
by zzattack
Fri Aug 27, 2021 8:22 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 10960

Re: Build process starts out with just 1 unit

We're using the CLang compiler.