#1948: Configure with --no-line-directives still produces .c files filled with
#line directives
-------------------------+--------------------------------------------------
Reporter: whiteknight | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: configure | Version: master
Severity: medium | Keywords:
Lang: | Patch:
Platform: linux |
-------------------------+--------------------------------------------------
Comment(by jkeenan):
Replying to [ticket:1948 whiteknight]:
> It's my understanding that the --no-line-directives option to
Configure.pl should produce .c files from the .pmc source files without
#line directives. This is necessary for debugging, among other things.
However when I try to debug in master with that option, I still have .c
files filled with #line directives.
When I did a normal (option-less) configuration, and then grepped for
`^#line`, I got these counts:
{{{
./src/pmc/null.c:15
./src/pmc/fixedintegerarray.c:70
./src/pmc/callcontext.c:104
./src/pmc/default.c:205
./src/pmc/env.c:33
...
./src/pmc/undef.c:31
}}}
When I configured with `--no-line-directives`, I got these counts:
{{{
./src/pmc/null.c:0
./src/pmc/fixedintegerarray.c:0
./src/pmc/callcontext.c:0
./src/pmc/default.c:0
./src/pmc/env.c:0
./src/pmc/key.c:0
...
./src/pmc/undef.c:0
}}}
So either I'm not understanding your problem or I can't reproduce it.
kid51
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1948#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets