www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - ldc2 error , Error: declaration . . is already defined

reply Alain De Vos <devosalain ymail.com> writes:
When compiling a .d file i don't see line numbers on which the 
error occurs which is quite annoying.
The line i use to compile is :
ldc2 --gcc=cc --vcolumns --oq --dip1000 --dip25 
--safe-stack-layout --boundscheck=on --D --g --w --de --d-debug 
`find . -name \*.d -print`
Even:
lcd2 test.d produces no line numbers .
Apr 20 2022
parent Alain De Vos <devosalain ymail.com> writes:
On Wednesday, 20 April 2022 at 18:04:13 UTC, Alain De Vos wrote:
 When compiling a .d file i don't see line numbers on which the 
 error occurs which is quite annoying.
 The line i use to compile is :
 ldc2 --gcc=cc --vcolumns --oq --dip1000 --dip25 
 --safe-stack-layout --boundscheck=on --D --g --w --de --d-debug 
 `find . -name \*.d -print`
 Even:
 lcd2 test.d produces no line numbers .
It seems there was a color problem in the terminal (mateterm)
Apr 20 2022